~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/haildb_engine.cc

  • Committer: Brian Aker
  • Date: 2011-02-03 20:32:09 UTC
  • mfrom: (2139.1.4 drizzle-build)
  • Revision ID: brian@tangent.org-20110203203209-r1t4knmy15x5n1w2
Rollup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
535
535
  doEndIndexScan();
536
536
  (void) extra(HA_EXTRA_NO_KEYREAD);
537
537
 
538
 
  if (getTable()->getShare()->getTableProto()->options().auto_increment_value() > nr)
539
 
    nr= getTable()->getShare()->getTableProto()->options().auto_increment_value();
 
538
  if (getTable()->getShare()->getTableMessage()->options().auto_increment_value() > nr)
 
539
    nr= getTable()->getShare()->getTableMessage()->options().auto_increment_value();
540
540
 
541
541
  return nr;
542
542
}