mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
update C/C up to v3.0.6 tag
update the test to the new (correct) result
This commit is contained in:
parent
eabf5230a2
commit
925b6ee048
2 changed files with 7 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 74fbbaefeb54a485786a7180e15c3995eeaeac0a
|
||||
Subproject commit 31eb49f1f4dff7841866f6eaaefe44f94e124d62
|
|
@ -2,7 +2,13 @@
|
|||
# MDEV-15477: SESSION_SYSVARS_TRACKER does not track last_gtid
|
||||
#
|
||||
SET gtid_seq_no=1000;
|
||||
-- Tracker : SESSION_TRACK_SCHEMA
|
||||
-- test
|
||||
|
||||
SET @@session.session_track_system_variables='last_gtid';
|
||||
-- Tracker : SESSION_TRACK_SCHEMA
|
||||
-- test
|
||||
|
||||
create table t1 (a int) engine=innodb;
|
||||
-- Tracker : SESSION_TRACK_SYSTEM_VARIABLES
|
||||
-- last_gtid
|
||||
|
|
Loading…
Reference in a new issue