mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
BUG#11754117
rpl_auto_increment_bug45679.test is refined due to not fixed in 5.1 Bug11749859-39934.
This commit is contained in:
@ -26,7 +26,7 @@ end//
|
|||||||
select multi_part_pk_with_autoinc (3);
|
select multi_part_pk_with_autoinc (3);
|
||||||
multi_part_pk_with_autoinc (3)
|
multi_part_pk_with_autoinc (3)
|
||||||
3
|
3
|
||||||
*** autoincrement field is not the first in PK warning must be there: ***
|
*** No warnings in 5.1 because of Bug11749859-39934 ***
|
||||||
show warnings;
|
show warnings;
|
||||||
Level Code Message
|
Level Code Message
|
||||||
set @@binlog_format=mixed;
|
set @@binlog_format=mixed;
|
||||||
|
@ -35,7 +35,7 @@ end//
|
|||||||
delimiter ;//
|
delimiter ;//
|
||||||
|
|
||||||
select multi_part_pk_with_autoinc (3);
|
select multi_part_pk_with_autoinc (3);
|
||||||
--echo *** autoincrement field is not the first in PK warning must be there: ***
|
--echo *** No warnings in 5.1 because of Bug11749859-39934 ***
|
||||||
show warnings;
|
show warnings;
|
||||||
|
|
||||||
set @@binlog_format=mixed;
|
set @@binlog_format=mixed;
|
||||||
|
Reference in New Issue
Block a user