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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user