1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Rename send_ok to my_ok. Similarly to my_error, it only records the status,

does not send it to the client.
This commit is contained in:
unknown
2008-02-19 15:45:21 +03:00
parent ead02981ea
commit 14021c96c4
22 changed files with 109 additions and 111 deletions

View File

@@ -516,7 +516,7 @@ end:
start_waiting_global_read_lock(thd);
if (!result)
send_ok(thd);
my_ok(thd);
DBUG_RETURN(result);
}