mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
remove warning
This commit is contained in:
parent
d37fc3ce1f
commit
df4d3039c3
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ operator <<(class NdbOut& ndbout, const NDBT_Table & tab)
|
||||||
ndbout << "Number of attributes: " << tab.getNoOfColumns() << endl;
|
ndbout << "Number of attributes: " << tab.getNoOfColumns() << endl;
|
||||||
ndbout << "Number of primary keys: " << tab.getNoOfPrimaryKeys() << endl;
|
ndbout << "Number of primary keys: " << tab.getNoOfPrimaryKeys() << endl;
|
||||||
ndbout << "Length of frm data: " << tab.getFrmLength() << endl;
|
ndbout << "Length of frm data: " << tab.getFrmLength() << endl;
|
||||||
ndbout << "SingleUserMode: " << tab.getSingleUserMode() << endl;
|
ndbout << "SingleUserMode: " << (Uint32) tab.getSingleUserMode() << endl;
|
||||||
|
|
||||||
//<< ((tab.getTupleKey() == TupleId) ? " tupleid" : "") <<endl;
|
//<< ((tab.getTupleKey() == TupleId) ? " tupleid" : "") <<endl;
|
||||||
ndbout << "TableStatus: ";
|
ndbout << "TableStatus: ";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue