~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/handler/ha_innodb.cc

  • Committer: Brian Aker
  • Date: 2009-02-18 19:27:32 UTC
  • mfrom: (873.1.17 temporal-new)
  • Revision ID: brian@tangent.org-20090218192732-ype4iscybtftjk2y
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
4098
4098
 
4099
4099
        ha_statistic_increment(&SSV::ha_write_count);
4100
4100
 
4101
 
        if (table->timestamp_field_type & TIMESTAMP_AUTO_SET_ON_INSERT)
4102
 
                table->timestamp_field->set_time();
4103
 
 
4104
4101
        sql_command = thd_sql_command(user_thd);
4105
4102
 
4106
4103
        if ((sql_command == SQLCOM_ALTER_TABLE