1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Cleanup after test cases

This commit is contained in:
msvensson@neptunus.(none)
2006-11-15 10:23:27 +01:00
parent a0f00ce965
commit 15c3ed7517
24 changed files with 93 additions and 26 deletions

View File

@ -17,8 +17,11 @@ init_slave
show variables like 'max_connections';
Variable_name Value
max_connections 100
set @my_global_init_connect= @@global.init_connect;
set global init_connect="set @c=1";
show variables like 'init_connect';
Variable_name Value
init_connect set @c=1
stop slave;
set global init_connect= @my_global_init_connect;
set global max_connections= default;