Commit 7ca60dd8 authored by Monty's avatar Monty

Test case for fix assertion/hang in read_init_file()

parent 55eb6fa5
--init-file=$MYSQL_TEST_DIR/std_data/init_file.dat
--init-file=$MYSQL_TEST_DIR/std_data/init_file.dat --log-bin=mariadb-bin
......@@ -6297,7 +6297,8 @@ int mysqld_main(int argc, char **argv)
/**
Execute all commands from a file. Used by the mysql_install_db script to
create MySQL privilege tables without having to start a full MySQL server.
create MySQL privilege tables without having to start a full MySQL server
and by read_init_file() if mysqld was started with the option --init-file.
*/
static void bootstrap(MYSQL_FILE *file)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment