summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorvva@eagle.mysql.r18.ru <>2002-12-14 03:38:38 +0400
committervva@eagle.mysql.r18.ru <>2002-12-14 03:38:38 +0400
commit8eddd4d4113751d9db6b077159eeb68dc7b668bd (patch)
treec3d6d46053e4b6c70d01186d7083e9fcb25abe2d /sql/lex.h
parent4963f1c6c9fe61a8405b241271b8d04b1a1b67e0 (diff)
parentb624df724b099201c99cfa2db59f95479c413b41 (diff)
downloadmariadb-git-8eddd4d4113751d9db6b077159eeb68dc7b668bd.tar.gz
Merge vvagin@work.mysql.com:/home/bk/mysql-4.1
into eagle.mysql.r18.ru:/home/vva/work/VARIANCE/4.1.clone
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 2497122c871..421ac933f50 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -585,6 +585,7 @@ static SYMBOL sql_functions[] = {
{ "UNIX_TIMESTAMP", SYM(UNIX_TIMESTAMP),0,0},
{ "UPPER", SYM(FUNC_ARG1),0,CREATE_FUNC(create_func_ucase)},
{ "USER", SYM(USER),0,0},
+ { "VARIANCE", SYM(VARIANCE_SYM),0,0},
{ "VERSION", SYM(FUNC_ARG0),0,CREATE_FUNC(create_func_version)},
{ "WEEK", SYM(WEEK_SYM),0,0},
{ "WEEKDAY", SYM(FUNC_ARG1),0,CREATE_FUNC(create_func_weekday)},