mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:31:35 +02:00

report all sysvar tracker changes, as for the new login. also report db and other session state changes.
26 lines
748 B
Text
26 lines
748 B
Text
connect test,localhost,root,,;
|
|
connection test;
|
|
ERROR 28000: Access denied for user 'foo'@'localhost' (using password: YES)
|
|
ERROR 28000: Access denied for user 'foo'@'localhost' (using password: NO)
|
|
ERROR 28000: Access denied for user 'foo'@'localhost' (using password: YES)
|
|
ERROR 08S01: Unknown command
|
|
ERROR 08S01: Unknown command
|
|
disconnect test;
|
|
connection default;
|
|
# End of 10.0 tests
|
|
#
|
|
# MDEV-36405 Session tracking does not report changes from COM_CHANGE_USER
|
|
#
|
|
change_user
|
|
-- Tracker : SESSION_TRACK_SYSTEM_VARIABLES
|
|
-- autocommit: ON
|
|
-- character_set_client: latin1
|
|
-- character_set_connection: latin1
|
|
-- character_set_results: latin1
|
|
-- redirect_url:
|
|
-- time_zone: SYSTEM
|
|
|
|
-- Tracker : SESSION_TRACK_SCHEMA
|
|
-- test
|
|
|
|
# End of 12.0 tests
|