mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
added loops and other cool stuff to mysqltest
fixed slave to preserve temp tables on slave stop; slave start added abort-slave-event-count option to mysqld to test the above added a test case for temp tables with a contantly aborting slave removed warning in sql_parse.cc fixed thimble.cc to compile
This commit is contained in:
@ -462,7 +462,7 @@ pthread_handler_decl(handle_bootstrap,arg)
|
||||
|
||||
thd->proc_info=0;
|
||||
thd->version=refresh_version;
|
||||
thd->priv_user=thd->user="boot";
|
||||
thd->priv_user=thd->user=(char*)"boot";
|
||||
|
||||
buff= (char*) thd->net.buff;
|
||||
init_sql_alloc(&thd->mem_root,8192,8192);
|
||||
|
Reference in New Issue
Block a user