summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
authorunknown <sergefp@mysql.com>2004-04-28 01:49:05 +0400
committerunknown <sergefp@mysql.com>2004-04-28 01:49:05 +0400
commitf1ab98d48e05c473affa18333dce9e8226821617 (patch)
tree79965660377faf9cdeeb032c80cc2f524869fa67 /sql/sql_lex.cc
parent2976f954e592fd9cf47ace1806b6bc10542ef116 (diff)
downloadmariadb-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.cc2
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;