1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

WL#1567: Add ROW_COUNT() Function to retrieve count of rows updated/inserted/deleted

This commit is contained in:
pem@mysql.comhem.se
2004-05-04 13:45:20 +02:00
parent d42b145817
commit 296ba0ea57
11 changed files with 88 additions and 8 deletions

View File

@ -3582,7 +3582,7 @@ unsent_create_error:
}
if (res == 0)
send_ok(thd);
send_ok(thd, thd->row_count_func);
else
goto error; // Substatement should already have sent error
}