summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2020-03-18 20:15:53 +0400
committerAlexander Barkov <bar@mariadb.com>2020-03-18 20:16:34 +0400
commite0eacbee77fd56255d1073d7cb3e738b7de0285c (patch)
tree7b2a3afdcdfc6d95b616d2f643b77bd03af5353f /sql/lex.h
parentd126c40107f9b58efcdb7dabb812b4d6b22f43f0 (diff)
downloadmariadb-git-e0eacbee77fd56255d1073d7cb3e738b7de0285c.tar.gz
MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no, preudo_thread_id, server_id, gtid_domain_id
Diffstat (limited to 'sql/lex.h')
-rw-r--r--sql/lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/lex.h b/sql/lex.h
index f36b8258c93..cc9e126c702 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -522,6 +522,7 @@ static SYMBOL symbols[] = {
{ "REPAIR", SYM(REPAIR)},
{ "REPEATABLE", SYM(REPEATABLE_SYM)},
{ "REPLACE", SYM(REPLACE)},
+ { "REPLAY", SYM(REPLAY_SYM)},
{ "REPLICA", SYM(SLAVE)},
{ "REPLICAS", SYM(SLAVES)},
{ "REPLICA_POS", SYM(SLAVE_POS_SYM)},