summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorAndrei Elkin <aelkin@mysql.com>2009-10-01 20:22:44 +0300
committerAndrei Elkin <aelkin@mysql.com>2009-10-01 20:22:44 +0300
commit737910fb11e0fe8d2628bf8091c3a7b0de194db2 (patch)
tree4fc7c06ce588219a390c0beaf37745e0903d2546 /sql/lex.h
parentd91aa57c38e9baf0bbf31a596e79bea2504e50bb (diff)
parenta367c88c9eef26242756efa4026962c71c5429a9 (diff)
downloadmariadb-git-737910fb11e0fe8d2628bf8091c3a7b0de194db2.tar.gz
merge from 5.1-rpl+2 repo to a local branch with HB and bug@27808 fixes
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 0a61a92fd60..5cdb506452e 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -431,6 +431,7 @@ static SYMBOL symbols[] = {
{ "REDUNDANT", SYM(REDUNDANT_SYM)},
{ "REFERENCES", SYM(REFERENCES)},
{ "REGEXP", SYM(REGEXP)},
+ { "RELAYLOG", SYM(RELAYLOG_SYM)},
{ "RELAY_LOG_FILE", SYM(RELAY_LOG_FILE_SYM)},
{ "RELAY_LOG_POS", SYM(RELAY_LOG_POS_SYM)},
{ "RELAY_THREAD", SYM(RELAY_THREAD)},