~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/row/row0mysql.c

  • Committer: brian
  • Date: 2009-11-11 19:42:27 UTC
  • mfrom: (1211 staging)
  • mto: (1211.1.4 staging)
  • mto: This revision was merged to the branch mainline in revision 1212.
  • Revision ID: brian@orisndriz04-20091111194227-mky4am3ym0dlosaa
Update for Cursor renaming.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2963
2963
                dict_table_change_id_in_cache(table, new_id);
2964
2964
        }
2965
2965
 
2966
 
        /* MySQL calls ha_innobase::reset_auto_increment() which does
2967
 
        the same thing. */
 
2966
        /* 
 
2967
          MySQL calls ha_innobase::reset_auto_increment() which does
 
2968
          the same thing. 
 
2969
        */
2968
2970
        dict_table_autoinc_lock(table);
2969
2971
        dict_table_autoinc_initialize(table, 1);
2970
2972
        dict_table_autoinc_unlock(table);