~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merged trunk.

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);