~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.cc

  • Committer: Brian Aker
  • Date: 2010-05-19 15:11:39 UTC
  • Revision ID: brian@gaz-20100519151139-wx3aositcbjm2i5m
Fix for table -> table_share call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1481
1481
  if (table->timestamp_field_type & TIMESTAMP_AUTO_SET_ON_INSERT)
1482
1482
    table->timestamp_field->set_time();
1483
1483
 
1484
 
  DRIZZLE_INSERT_ROW_START(table->getSchemaName(), table_share->getTableName());
 
1484
  DRIZZLE_INSERT_ROW_START(table_share->getSchemaName(), table_share->getTableName());
1485
1485
  setTransactionReadWrite();
1486
1486
  
1487
1487
  if (unlikely(plugin::EventObserver::beforeInsertRecord(*(table->in_use), *table_share, buf)))