mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
correction of merge
This commit is contained in:
parent
4b1ff9070c
commit
cee179c10b
1 changed files with 1 additions and 1 deletions
|
@ -6140,7 +6140,7 @@ void Dbdict::handleTabInfoInit(SimpleProperties::Reader & it,
|
|||
tablePtr.p->minRowsHigh = c_tableDesc.MinRowsHigh;
|
||||
tablePtr.p->defaultNoPartFlag = c_tableDesc.DefaultNoPartFlag;
|
||||
tablePtr.p->linearHashFlag = c_tableDesc.LinearHashFlag;
|
||||
tablePtr.p->singleUserMode = tableDesc.SingleUserMode;
|
||||
tablePtr.p->singleUserMode = c_tableDesc.SingleUserMode;
|
||||
|
||||
Uint64 maxRows =
|
||||
(((Uint64)tablePtr.p->maxRowsHigh) << 32) + tablePtr.p->maxRowsLow;
|
||||
|
|
Loading…
Add table
Reference in a new issue