mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Merge branch '10.6' into 10.11
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_log_bin.inc
|
||||
|
||||
reset master; # clear binlogs
|
||||
|
||||
if (!$TEST_SQL_SERVICE_SO) {
|
||||
skip No TEST_SQL_SERVICE plugin;
|
||||
}
|
||||
@@ -13,6 +11,7 @@ source include/wait_until_count_sessions.inc;
|
||||
|
||||
install plugin test_sql_service soname 'test_sql_service';
|
||||
show status like 'test_sql_service_passed';
|
||||
reset master;
|
||||
|
||||
set global test_sql_service_execute_sql_global= 'create table test.t1 select 1 as a, @@SQL_LOG_BIN';
|
||||
set global test_sql_service_execute_sql_local= 'insert into test.t1 select 2 as a, @@SQL_LOG_BIN';
|
||||
@@ -76,8 +75,7 @@ drop table t1;
|
||||
uninstall plugin test_sql_service;
|
||||
|
||||
# Check that statements were executed/binlogged in correct order.
|
||||
source include/show_binlog_events.inc;
|
||||
--source include/show_binlog_events.inc
|
||||
# --replace_column 2 # 5 #
|
||||
# --replace_regex /xid=[0-9]+/xid=XX/ /GTID [0-9]+-[0-9]+-[0-9]+/GTID #-#-#/
|
||||
# SHOW BINLOG EVENTS LIMIT 3,100;
|
||||
|
||||
# SHOW BINLOG EVENTS LIMIT 3,5;
|
||||
|
Reference in New Issue
Block a user