mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge mysql.com:/usr/local/bk/mysql-5.0
into mysql.com:/home/pem/work/mysql-5.0-merge
This commit is contained in:
@@ -3488,7 +3488,7 @@ unsent_create_error:
|
||||
}
|
||||
|
||||
if (res == 0)
|
||||
send_ok(thd, thd->row_count_func);
|
||||
send_ok(thd, (thd->row_count_func < 0 ? 0 : thd->row_count_func));
|
||||
else
|
||||
goto error; // Substatement should already have sent error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user