mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
WL#1190 preparatory work needed for compatability with future online add column
sql/ha_ndbcluster.cc: WL#1190 preparatory work needed for compatability with future online add column - make forcing of var part reference into ndb storage default, may be overridden by table setting ROW_FORMAT=FIXED mysql-test/r/ndb_row_format.result: New BitKeeper file ``mysql-test/r/ndb_row_format.result'' mysql-test/t/ndb_row_format.test: New BitKeeper file ``mysql-test/t/ndb_row_format.test''
This commit is contained in:
parent
b2ca0304c7
commit
3854e64310
5 changed files with 167 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ operator <<(class NdbOut& ndbout, const NDBT_Table & tab)
|
|||
ndbout << "Length of frm data: " << tab.getFrmLength() << endl;
|
||||
ndbout << "Row Checksum: " << tab.getRowChecksumIndicator() << endl;
|
||||
ndbout << "Row GCI: " << tab.getRowGCIIndicator() << endl;
|
||||
ndbout << "ForceVarPart: " << tab.getForceVarPart() << endl;
|
||||
|
||||
|
||||
//<< ((tab.getTupleKey() == TupleId) ? " tupleid" : "") <<endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue