Loading mysql-test/r/innodb.result +1 −1 Original line number Diff line number Diff line Loading @@ -455,7 +455,7 @@ Duplicate entry 'test2' for key 2 select * from t1; id ggid email passwd 1 this will work 4 test2 this will work 3 test2 this will work select * from t1 where id=1; id ggid email passwd 1 this will work Loading sql/ha_innodb.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1669,7 +1669,7 @@ ha_innobase::write_row( introduced only in version 4.0.4 */ if (incremented_auto_inc_counter) { dict_autoinc_decrement(prebuilt->table); dict_table_autoinc_decrement(prebuilt->table); } if (incremented_auto_inc_for_stat) { Loading Loading
mysql-test/r/innodb.result +1 −1 Original line number Diff line number Diff line Loading @@ -455,7 +455,7 @@ Duplicate entry 'test2' for key 2 select * from t1; id ggid email passwd 1 this will work 4 test2 this will work 3 test2 this will work select * from t1 where id=1; id ggid email passwd 1 this will work Loading
sql/ha_innodb.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1669,7 +1669,7 @@ ha_innobase::write_row( introduced only in version 4.0.4 */ if (incremented_auto_inc_counter) { dict_autoinc_decrement(prebuilt->table); dict_table_autoinc_decrement(prebuilt->table); } if (incremented_auto_inc_for_stat) { Loading