mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-33836 Fix version markers in tests relating to MDEV-28152
MDEV-28152 was pushed to 11.5, not 11.4
This commit is contained in:
@ -47,5 +47,5 @@ create sequence s as bigint start with -9223372036854775805 minvalue -9223372036
|
||||
drop sequence s;
|
||||
set global auto_increment_increment= default, auto_increment_offset= default;
|
||||
#
|
||||
# End of 11.4 tests
|
||||
# End of 11.5 tests
|
||||
#
|
||||
|
@ -51,5 +51,5 @@ set global auto_increment_increment= default, auto_increment_offset= default;
|
||||
--enable_ps2_protocol
|
||||
|
||||
--echo #
|
||||
--echo # End of 11.4 tests
|
||||
--echo # End of 11.5 tests
|
||||
--echo #
|
||||
|
@ -62,5 +62,5 @@ next_not_cached_value minimum_value maximum_value start_value increment cache_si
|
||||
1 1 16777214 1 1 1000 0 0
|
||||
DROP SEQUENCE s1, s2;
|
||||
#
|
||||
# End of 11.4 tests
|
||||
# End of 11.5 tests
|
||||
#
|
||||
|
@ -94,5 +94,5 @@ select * from s2;
|
||||
DROP SEQUENCE s1, s2;
|
||||
|
||||
--echo #
|
||||
--echo # End of 11.4 tests
|
||||
--echo # End of 11.5 tests
|
||||
--echo #
|
||||
|
@ -1342,5 +1342,5 @@ def test s8 bigint 64 2 0 1 1 9223372036854775806 1 0
|
||||
def test s9 tinyint unsigned 8 2 0 1 1 254 1 0
|
||||
drop sequence s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13;
|
||||
#
|
||||
# End of 11.4 tests
|
||||
# End of 11.5 tests
|
||||
#
|
||||
|
@ -767,5 +767,5 @@ select * from information_schema.sequences order by sequence_name;
|
||||
drop sequence s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13;
|
||||
|
||||
--echo #
|
||||
--echo # End of 11.4 tests
|
||||
--echo # End of 11.5 tests
|
||||
--echo #
|
||||
|
@ -181,5 +181,5 @@ DROP DATABASE test1;
|
||||
DROP DATABASE test2;
|
||||
set sql_mode=default;
|
||||
#
|
||||
# End of 11.4 tests
|
||||
# End of 11.5 tests
|
||||
#
|
||||
|
@ -117,5 +117,5 @@ DROP DATABASE test2;
|
||||
set sql_mode=default;
|
||||
|
||||
--echo #
|
||||
--echo # End of 11.4 tests
|
||||
--echo # End of 11.5 tests
|
||||
--echo #
|
||||
|
@ -848,5 +848,5 @@ next value for t1
|
||||
18446744073709551614
|
||||
drop sequence t1;
|
||||
#
|
||||
# End of 11.4 tests
|
||||
# End of 11.5 tests
|
||||
#
|
||||
|
@ -480,5 +480,5 @@ select next value for t1;
|
||||
drop sequence t1;
|
||||
|
||||
--echo #
|
||||
--echo # End of 11.4 tests
|
||||
--echo # End of 11.5 tests
|
||||
--echo #
|
||||
|
@ -418,4 +418,4 @@ setval(s, 32767)
|
||||
select nextval(s);
|
||||
ERROR HY000: Sequence 'test.s' has run out
|
||||
drop sequence s;
|
||||
# End of 11.4 tests
|
||||
# End of 11.5 tests
|
||||
|
@ -253,4 +253,4 @@ select nextval(s);
|
||||
drop sequence s;
|
||||
--enable_ps2_protocol
|
||||
|
||||
--echo # End of 11.4 tests
|
||||
--echo # End of 11.5 tests
|
||||
|
Reference in New Issue
Block a user