Skip to content

Commit

Permalink
Merge pull request #1 from hongyunyan/cherry-pick-5166-to-release-6.0
Browse files Browse the repository at this point in the history
fix merge master error
  • Loading branch information
ti-chi-bot authored Jun 23, 2022
2 parents f1415ef + 3888044 commit c6910c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dbms/src/Storages/Transaction/TiDB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -612,11 +612,8 @@ catch (const Poco::Exception & e)
///////////////////////

IndexColumnInfo::IndexColumnInfo(Poco::JSON::Object::Ptr json)
<<<<<<< HEAD
=======
: length(0)
, offset(0)
>>>>>>> 18325f9eb4 (DDL: Use Column Name Instead of Offset to Find the common handle cluster index (#5166))
{
deserialize(json);
}
Expand Down

0 comments on commit c6910c2

Please sign in to comment.