mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 11:15:33 +02: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:
parent
ead02981ea
commit
14021c96c4
22 changed files with 109 additions and 111 deletions
|
|
@ -39,6 +39,6 @@ bool mysql_do(THD *thd, List<Item> &values)
|
|||
ha_autocommit_or_rollback(thd, thd->is_error());
|
||||
thd->clear_error(); // DO always is OK
|
||||
}
|
||||
send_ok(thd);
|
||||
my_ok(thd);
|
||||
DBUG_RETURN(FALSE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue