summaryrefslogtreecommitdiff
path: root/mysql-test/std_data
diff options
context:
space:
mode:
author <Li-Bing.Song@sun.com>2010-01-30 20:49:25 +0800
committer <Li-Bing.Song@sun.com>2010-01-30 20:49:25 +0800
commit788c28aceb023702282bfbf372016da79f9ab49f (patch)
treefe4d6d50364d61bae44bb06b36e269c34dc713ab /mysql-test/std_data
parentfe7ad16bb482aa6639e7d669ff5ac6a6408074d7 (diff)
downloadmariadb-git-788c28aceb023702282bfbf372016da79f9ab49f.tar.gz
Bug #48321 CURRENT_USER() incorrectly replicated for DROP/RENAME USER;
REVOKE/GRANT; ALTER EVENT. The following statements support the CURRENT_USER() where a user is needed. DROP USER RENAME USER CURRENT_USER() ... GRANT ... TO CURRENT_USER() REVOKE ... FROM CURRENT_USER() ALTER DEFINER = CURRENT_USER() EVENT but, When these statements are binlogged, CURRENT_USER() just is binlogged as 'CURRENT_USER()', it is not expanded to the real user name. When slave executes the log event, 'CURRENT_USER()' is expand to the user of slave SQL thread, but SQL thread's user name always NULL. This breaks the replication. After this patch, All above statements are rewritten when they are binlogged. The CURRENT_USER() is expanded to the real user's name and host.
Diffstat (limited to 'mysql-test/std_data')
0 files changed, 0 insertions, 0 deletions