diff options
author | unknown <sergefp@mysql.com> | 2004-04-28 01:49:05 +0400 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2004-04-28 01:49:05 +0400 |
commit | f1ab98d48e05c473affa18333dce9e8226821617 (patch) | |
tree | 79965660377faf9cdeeb032c80cc2f524869fa67 /sql/sql_lex.cc | |
parent | 2976f954e592fd9cf47ace1806b6bc10542ef116 (diff) | |
download | mariadb-git-f1ab98d48e05c473affa18333dce9e8226821617.tar.gz |
Renamed MY_LEX_COLON to MY_LEX_SEMICOLON (at Serg's request)
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index 66e2782dd84..19a6941fe32 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -879,7 +879,7 @@ int yylex(void *arg, void *yythd) } yySkip(); return (SET_VAR); - case MY_LEX_COLON: // optional line terminator + case MY_LEX_SEMICOLON: // optional line terminator if (yyPeek()) { THD* thd= (THD*)yythd; |