mirror of
https://github.com/MariaDB/server.git
synced 2025-09-13 13:47:59 +03:00
MDEV-6720 - enable connection log in mysqltest by default
This commit is contained in:
@@ -88,7 +88,6 @@ CALL sp31102();
|
||||
SELECT fn31105( 9 );
|
||||
|
||||
# now 'add' EXECUTE to INVOKER
|
||||
--echo connection default;
|
||||
connection default;
|
||||
USE db_storedproc;
|
||||
--source suite/funcs_1/include/show_connection.inc
|
||||
@@ -107,7 +106,6 @@ SELECT fn31105( 9 );
|
||||
disconnect user2_3;
|
||||
|
||||
# now 'remove' SELECT from INVOKER
|
||||
--echo connection default;
|
||||
connection default;
|
||||
USE db_storedproc;
|
||||
--source suite/funcs_1/include/show_connection.inc
|
||||
|
Reference in New Issue
Block a user