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:
@ -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
|
||||
|
Reference in New Issue
Block a user