mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
CMakeLists.txt:
Link with library "udf_example" depends on, needed for nmake libmysql.c: DBUG_ENTER need to be in declaration section libmysql/libmysql.c: DBUG_ENTER need to be in declaration section sql/CMakeLists.txt: Link with library "udf_example" depends on, needed for nmake
This commit is contained in:
@ -4680,6 +4680,7 @@ int cli_read_binary_rows(MYSQL_STMT *stmt)
|
||||
MYSQL_DATA *result= &stmt->result;
|
||||
MYSQL_ROWS *cur, **prev_ptr= &result->data;
|
||||
NET *net;
|
||||
DBUG_ENTER("cli_read_binary_rows");
|
||||
|
||||
if (!mysql)
|
||||
{
|
||||
@ -4687,8 +4688,6 @@ int cli_read_binary_rows(MYSQL_STMT *stmt)
|
||||
return 1;
|
||||
}
|
||||
|
||||
DBUG_ENTER("cli_read_binary_rows");
|
||||
|
||||
net = &mysql->net;
|
||||
mysql= mysql->last_used_con;
|
||||
|
||||
|
Reference in New Issue
Block a user