mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Test case for fix assertion/hang in read_init_file()
This commit is contained in:
@ -1 +1 @@
|
||||
--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)
|
||||
|
Reference in New Issue
Block a user