1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

fixed incorrect using of THD::is_fatal_error

This commit is contained in:
bell@sanja.is.com.ua
2004-11-14 10:25:38 +02:00
parent a6b6352d95
commit 9950ccd278

View File

@@ -1106,7 +1106,7 @@ extern "C" pthread_handler_decl(handle_bootstrap,arg)
if (buff[length-1]!='\n' && !feof(file))
{
send_error(thd,ER_NET_PACKET_TOO_LARGE, NullS);
thd->is_fatal_error= 1;
thd->fatal_error();
break;
}
while (length && (my_isspace(thd->charset(), buff[length-1]) ||