1
0
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:
pem@mysql.com
2004-06-07 12:09:17 +02:00
4 changed files with 484 additions and 2 deletions

View File

@@ -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
}