~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/haildb_engine.cc

  • Committer: Olaf van der Spek
  • Date: 2011-07-05 12:15:12 UTC
  • mto: This revision was merged to the branch mainline in revision 2367.
  • Revision ID: olafvdspek@gmail.com-20110705121512-7c7iy6vf94gr61pk
UseĀ operator=

Show diffs side-by-side

added added

removed removed

Lines of Context:
550
550
HailDBTableShare::HailDBTableShare(const char* name, bool hidden_primary_key)
551
551
  : use_count(0), has_hidden_primary_key(hidden_primary_key)
552
552
{
553
 
  table_name.assign(name);
 
553
  table_name= name;
554
554
}
555
555
 
556
556
uint64_t HailDBEngine::getInitialAutoIncrementValue(HailDBCursor *cursor)