1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00

Merge weblab.(none):/home/marcsql/TREE/mysql-4.1-base

into  weblab.(none):/home/marcsql/TREE/mysql-4.1-runtime
This commit is contained in:
malff/marcsql@weblab.(none)
2007-03-01 05:59:16 -07:00
7 changed files with 228 additions and 1 deletions

View File

@@ -1183,6 +1183,7 @@ extern "C" pthread_handler_decl(handle_bootstrap,arg)
free_root(thd->mem_root,MYF(MY_KEEP_PREALLOC));
break;
}
thd->set_time();
mysql_parse(thd,thd->query,length);
close_thread_tables(thd); // Free tables
if (thd->is_fatal_error)