mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
disable character_sets_dir_basic - slashes vs backslashes problem is not possible to resolve
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
|
--source include/not_windows.inc
|
||||||
#
|
#
|
||||||
# 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
|
||||||
|
Reference in New Issue
Block a user