diff options
author | sasha@mysql.sashanet.com <> | 2002-03-15 18:44:44 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2002-03-15 18:44:44 -0700 |
commit | 2e6b48afd31008809439900db2d577ea0ff9d90f (patch) | |
tree | fd01da1dc4d0055ee7386fa88268c65589a33c64 /sql/lex.h | |
parent | d993a1c0c49ab200203993a8b20fb5ab02b930e2 (diff) | |
download | mariadb-git-2e6b48afd31008809439900db2d577ea0ff9d90f.tar.gz |
replication updates and bugfixes. Still not perfect - there is some strange
memory corruption I can only repeat on one system.
Diffstat (limited to 'sql/lex.h')
-rw-r--r-- | sql/lex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/lex.h b/sql/lex.h index 62540c82c28..8c0e838a1b0 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -280,6 +280,8 @@ static SYMBOL symbols[] = { { "READ", SYM(READ_SYM),0,0}, { "REAL", SYM(REAL),0,0}, { "REFERENCES", SYM(REFERENCES),0,0}, + { "RELAY_LOG_FILE", SYM(RELAY_LOG_FILE_SYM),0,0}, + { "RELAY_LOG_POS", SYM(RELAY_LOG_POS_SYM),0,0}, { "RELOAD", SYM(RELOAD),0,0}, { "REGEXP", SYM(REGEXP),0,0}, { "RENAME", SYM(RENAME),0,0}, |