Commit 04b56132 authored by joerg@trift2's avatar joerg@trift2

libmysql/libmysql.c : Correct a wrong automerge: Don't duplicate "DBUG_ENTER()".

parent 7fc80ef6
......@@ -4680,7 +4680,6 @@ 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");
DBUG_ENTER("cli_read_binary_rows");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment