File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,4 @@ Test non-numeric value passed to number option.
5
5
Test that bad value for plugin enum option is rejected correctly.
6
6
Test that --help --verbose works
7
7
Test that --not-known-option --help --verbose gives error
8
- Test that specifying same directory several times handled properly.
9
8
Done.
Original file line number Diff line number Diff line change @@ -89,3 +89,13 @@ drop table t1;
89
89
--replace_result .dll .so
90
90
select * from mysql.plugin;
91
91
truncate table mysql.plugin;
92
+
93
+
94
+ #
95
+ # MDEV-9969 mysql_install_db error processing ignore_db_dirs.
96
+ #
97
+ --write_file $MYSQLTEST_VARDIR/tmp/bootstrap_9969.sql
98
+ use test;
99
+ EOF
100
+ --exec $MYSQLD_BOOTSTRAP_CMD --ignore-db-dirs='some_dir' --ignore-db-dirs='some_dir' < $MYSQLTEST_VARDIR/tmp/bootstrap_9969.sql >> $MYSQLTEST_VARDIR/tmp/bootstrap.log 2>&1
101
+ --remove_file $MYSQLTEST_VARDIR/tmp/bootstrap_9969.sql
Original file line number Diff line number Diff line change @@ -56,12 +56,4 @@ mkdir $MYSQLTEST_VARDIR/tmp/mysqld_option_err;
56
56
--error 2
57
57
--exec $MYSQLD_BOOTSTRAP_CMD --not-known-option --help --verbose >>$MYSQLTEST_VARDIR/tmp/mysqld_option_err/mysqltest.log 2>&1
58
58
59
- #
60
- # MDEV-9969 mysql_install_db error processing ignore_db_dirs.
61
- #
62
-
63
- --echo Test that specifying same directory several times handled properly.
64
-
65
- --exec echo "" | $MYSQLD_BOOTSTRAP_CMD --skip-networking --datadir=$MYSQLTEST_VARDIR/tmp/mysqld_option_err --skip-grant-tables --ignore-db-dirs='some_dir' --ignore-db-dirs='some_dir' >>$MYSQLTEST_VARDIR/tmp/mysqld_option_err/mysqltest.log 2>&1
66
-
67
59
--echo Done.
You can’t perform that action at this time.
0 commit comments