mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0.48
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work
This commit is contained in:
@ -4682,10 +4682,12 @@ int cli_read_binary_rows(MYSQL_STMT *stmt)
|
||||
NET *net;
|
||||
DBUG_ENTER("cli_read_binary_rows");
|
||||
|
||||
DBUG_ENTER("cli_read_binary_rows");
|
||||
|
||||
if (!mysql)
|
||||
{
|
||||
set_stmt_error(stmt, CR_SERVER_LOST, unknown_sqlstate);
|
||||
return 1;
|
||||
DBUG_RETURN(1);
|
||||
}
|
||||
|
||||
net = &mysql->net;
|
||||
|
Reference in New Issue
Block a user