1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Remove debug output

This commit is contained in:
Vladislav Vaintroub
2012-01-20 12:39:06 +01:00
parent 74cac79218
commit 2ed40859c4

View File

@@ -2,7 +2,6 @@
# #
# show the global and session values; # show the global and session values;
# #
--eval select '$MYSQL_CHARSETSDIR'
--replace_result $MYSQL_CHARSETSDIR MYSQL_CHARSETSDIR --replace_result $MYSQL_CHARSETSDIR MYSQL_CHARSETSDIR
select @@global.character_sets_dir; select @@global.character_sets_dir;
--error ER_INCORRECT_GLOBAL_LOCAL_VAR --error ER_INCORRECT_GLOBAL_LOCAL_VAR