1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Addendum to bug #37339 : make the test case portable to windows

by using and taking out a full path.

mysql-test/r/ctype_filesystem.result:
  Bug #37399: use MYSQL_TEST_DIR rooted test
mysql-test/t/ctype_filesystem-master.opt:
  Bug #37399: use MYSQL_TEST_DIR rooted test
mysql-test/t/ctype_filesystem.test:
  Bug #37399: use MYSQL_TEST_DIR rooted test
This commit is contained in:
Georgi Kodinov
2008-12-01 13:34:53 +02:00
parent 4f75f58b7a
commit a1e9b6ba1e
3 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
SET CHARACTER SET utf8;
SHOW VARIABLES like 'character_sets_dir';
Variable_name Value
character_sets_dir /ß/
character_sets_dir MYSQL_TEST_DIR/ß/
SHOW VARIABLES like 'character_set_filesystem';
Variable_name Value
character_set_filesystem latin1

View File

@ -1,2 +1,2 @@
--character-sets-dir=/<2F>
--character-sets-dir=$MYSQL_TEST_DIR/<2F>
--character-set-filesystem=latin1

View File

@ -1,4 +1,5 @@
SET CHARACTER SET utf8;
--replace_result $MYSQL_TEST_DIR MYSQL_TEST_DIR
SHOW VARIABLES like 'character_sets_dir';
SHOW VARIABLES like 'character_set_filesystem';
SHOW VARIABLES like 'character_set_client';