1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-20 10:24:14 +03:00

MDEV-27595 Backport SQL service, introduced by MDEV-19275.

test_sql_service.test fixed.
This commit is contained in:
Alexey Botchkov
2022-07-07 16:12:05 +04:00
parent f814325105
commit 624ad863d0
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@ install plugin test_sql_service soname 'test_sql_service';
show status like 'test_sql_service_passed';
Variable_name Value
Test_sql_service_passed 1
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';
set global test_sql_service_execute_sql_global= 'SET SQL_LOG_BIN=1';