mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Fixed typo in Heikkis last push.
mysql-test/r/innodb.result: Fixed Innodb results after Heikki's last push sql/ha_innodb.cc: Fixed type in Heikki's last push
This commit is contained in:
parent
d43ba827ed
commit
0523910ac4
2 changed files with 2 additions and 2 deletions
|
@ -455,7 +455,7 @@ Duplicate entry 'test2' for key 2
|
||||||
select * from t1;
|
select * from t1;
|
||||||
id ggid email passwd
|
id ggid email passwd
|
||||||
1 this will work
|
1 this will work
|
||||||
4 test2 this will work
|
3 test2 this will work
|
||||||
select * from t1 where id=1;
|
select * from t1 where id=1;
|
||||||
id ggid email passwd
|
id ggid email passwd
|
||||||
1 this will work
|
1 this will work
|
||||||
|
|
|
@ -1669,7 +1669,7 @@ ha_innobase::write_row(
|
||||||
introduced only in version 4.0.4 */
|
introduced only in version 4.0.4 */
|
||||||
|
|
||||||
if (incremented_auto_inc_counter) {
|
if (incremented_auto_inc_counter) {
|
||||||
dict_autoinc_decrement(prebuilt->table);
|
dict_table_autoinc_decrement(prebuilt->table);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (incremented_auto_inc_for_stat) {
|
if (incremented_auto_inc_for_stat) {
|
||||||
|
|
Loading…
Reference in a new issue