~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to storage/ndb/test/src/NDBT_Table.cpp

  • Committer: msvensson at pilot
  • Date: 2007-04-24 09:11:45 UTC
  • mfrom: (2469.1.106)
  • Revision ID: sp1r-msvensson@pilot.blaudden-20070424091145-10463
Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade
into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  ndbout << "Length of frm data: " << tab.getFrmLength() << endl;
34
34
  ndbout << "Row Checksum: " << tab.getRowChecksumIndicator() << endl;
35
35
  ndbout << "Row GCI: " << tab.getRowGCIIndicator() << endl;
36
 
 
 
36
  ndbout << "SingleUserMode: " << (Uint32) tab.getSingleUserMode() << endl;
37
37
 
38
38
  //<< ((tab.getTupleKey() == TupleId) ? " tupleid" : "") <<endl;
39
39
  ndbout << "TableStatus: ";