1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

several fixes to make tests pass in embedded-server mode

This commit is contained in:
holyfoot/hf@mysql.com/deer.(none)
2006-11-13 20:06:45 +04:00
parent 5d66d7fb14
commit 7ece4caad3
26 changed files with 336 additions and 371 deletions

View File

@ -770,6 +770,8 @@ MYSQL_DATA *THD::alloc_new_dataset()
static void write_eof_packet(THD *thd)
{
if (!thd->mysql) // bootstrap file handling
return;
/*
The following test should never be true, but it's better to do it
because if 'is_fatal_error' is set the server is not going to execute