mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 03:05:33 +02:00
Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.
This commit is contained in:
commit
ebdef570e5
56 changed files with 1921 additions and 340 deletions
|
|
@ -3381,7 +3381,7 @@ bool mysql_routine_grant(THD *thd, TABLE_LIST *table_list, bool is_proc,
|
|||
|
||||
if (write_to_binlog)
|
||||
{
|
||||
write_bin_log(thd, TRUE, thd->query(), thd->query_length());
|
||||
write_bin_log(thd, FALSE, thd->query(), thd->query_length());
|
||||
}
|
||||
|
||||
rw_unlock(&LOCK_grant);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue