mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Bug#35701 please allow test language variables in connection and
sync_slave_with_master - Additional patch for "disconnect $variable"
This commit is contained in:
parent
d20aba9409
commit
bb42e1ab05
3 changed files with 36 additions and 16 deletions
|
|
@ -2206,6 +2206,14 @@ connection $x;
|
|||
connection $y;
|
||||
--echo $CURRENT_CONNECTION
|
||||
|
||||
# Disconnect the not selected connection
|
||||
disconnect $x;
|
||||
--echo $CURRENT_CONNECTION
|
||||
|
||||
# Disconnect the selected connection
|
||||
disconnect $y;
|
||||
--echo $CURRENT_CONNECTION
|
||||
|
||||
|
||||
--echo End of tests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue