summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/plugins/r/test_sql_service.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/plugins/r/test_sql_service.result')
-rw-r--r--mysql-test/suite/plugins/r/test_sql_service.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/plugins/r/test_sql_service.result b/mysql-test/suite/plugins/r/test_sql_service.result
index 2983da28..bb0b536a 100644
--- a/mysql-test/suite/plugins/r/test_sql_service.result
+++ b/mysql-test/suite/plugins/r/test_sql_service.result
@@ -1,8 +1,8 @@
-reset master;
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';