Skip to content

Commit

Permalink
clear tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lloyd-Pottiger authored and ti-chi-bot committed Jul 11, 2022
1 parent f29025f commit 99c3a48
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dbms/src/Storages/Transaction/TiDB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,8 @@ catch (const Poco::Exception & e)
///////////////////////

IndexColumnInfo::IndexColumnInfo(Poco::JSON::Object::Ptr json)
: offset()
, length()
{
deserialize(json);
}
Expand Down Expand Up @@ -618,6 +620,13 @@ catch (const Poco::Exception & e)
///////////////////////

IndexInfo::IndexInfo(Poco::JSON::Object::Ptr json)
: id()
, state()
, index_type()
, is_unique()
, is_primary()
, is_invisible()
, is_global()
{
deserialize(json);
}
Expand Down

0 comments on commit 99c3a48

Please sign in to comment.