mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 03:35:34 +02:00
Move DBUG_ENTER to begining of function to avoid build failure with debug on windows
This commit is contained in:
parent
5ece0c9b44
commit
d63f8305d8
1 changed files with 2 additions and 2 deletions
|
|
@ -4681,14 +4681,14 @@ int cli_read_binary_rows(MYSQL_STMT *stmt)
|
|||
MYSQL_ROWS *cur, **prev_ptr= &result->data;
|
||||
NET *net;
|
||||
|
||||
DBUG_ENTER("cli_read_binary_rows");
|
||||
|
||||
if (!mysql)
|
||||
{
|
||||
set_stmt_error(stmt, CR_SERVER_LOST, unknown_sqlstate);
|
||||
return 1;
|
||||
}
|
||||
|
||||
DBUG_ENTER("cli_read_binary_rows");
|
||||
|
||||
net = &mysql->net;
|
||||
mysql= mysql->last_used_con;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue