diff options
author | unknown <tnurnberg@mysql.com> | 2006-06-23 00:32:43 +0200 |
---|---|---|
committer | unknown <tnurnberg@mysql.com> | 2006-06-23 00:32:43 +0200 |
commit | 67f671f3790fd4170858cef7c225424a57458f04 (patch) | |
tree | c8c638856f0268d23aa4d3d25dab2407d998a05f /mysql-test/t/mysqldump.test | |
parent | 71019ccf5bbc4d7323a48d20b89391ea5c6eabc0 (diff) | |
download | mariadb-git-67f671f3790fd4170858cef7c225424a57458f04.tar.gz |
Bug#20588: mysqldump.test may fail, depending on system-wide configuration
mysqldump.test calls my_print_defaults in a way that includes the systemwide
my.cnf, so the results will be beyond our control and depend on whatever the
user has in their my.cnf, namely the [mysqldump] section.
call my_print_defaults with --config-file rather than --defaults-extra-file
to prevent inclusion of system-wide defaults and use our config-file only.
mysql-test/t/mysqldump.test:
call my_print_defaults with our setup only, do not include the systemwide
my.cnf as that would make the results unpredictable.
Diffstat (limited to 'mysql-test/t/mysqldump.test')
-rw-r--r-- | mysql-test/t/mysqldump.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/mysqldump.test b/mysql-test/t/mysqldump.test index 4749141f7fe..585fb6d7e77 100644 --- a/mysql-test/t/mysqldump.test +++ b/mysql-test/t/mysqldump.test @@ -610,7 +610,7 @@ drop database db1; # BUG#15328 Segmentation fault occured if my.cnf is invalid for escape sequence # ---exec $MYSQL_MY_PRINT_DEFAULTS --defaults-extra-file=$MYSQL_TEST_DIR/std_data/bug15328.cnf mysqldump +--exec $MYSQL_MY_PRINT_DEFAULTS --config-file=$MYSQL_TEST_DIR/std_data/bug15328.cnf mysqldump # |