~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to ndb/include/kernel/signaldata/DictTabInfo.hpp

  • Committer: Bazaar Package Importer
  • Author(s): sean finney
  • Date: 2007-05-13 12:32:45 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513123245-8c3l187dk34cz2ar
Tags: 5.0.41-2
the previous "translation changes" inadvertently introduced unrelated
changes in the package control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
    MinRowsLow         = 143,
127
127
    MinRowsHigh        = 144,
128
128
 
 
129
    SingleUserMode     = 152,
 
130
 
129
131
    TableEnd           = 999,
130
132
    
131
133
    AttributeName          = 1000, // String, Mandatory
273
275
    Uint32 MaxRowsHigh;
274
276
    Uint32 MinRowsLow;
275
277
    Uint32 MinRowsHigh;
 
278
    Uint32 SingleUserMode;
276
279
    
277
280
    Table() {}
278
281
    void init();