summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
authorunknown <gluh@gluh.mysql.r18.ru>2003-02-17 18:06:51 +0400
committerunknown <gluh@gluh.mysql.r18.ru>2003-02-17 18:06:51 +0400
commitc40bcc57d0a89df41fd282184e02642e7996a13e (patch)
treece319aaf61cd8c9af69521af92aedccd235b4ce4 /sql/sql_lex.cc
parent00addf22bf01f4529506b043fd15c075f5c98349 (diff)
downloadmariadb-git-c40bcc57d0a89df41fd282184e02642e7996a13e.tar.gz
Bug fix: for SHOW STATUS (when ssl is used)
Added ROW_RESULT to switchs(for documentation purposes) sql/filesort.cc: For documentation purposes sql/item_cmpfunc.cc: For documentation purposes sql/item_func.cc: For documentation purposes sql/item_sum.cc: For documentation purposes sql/log_event.cc: For documentation purposes sql/sql_lex.cc: For documentation purposes sql/sql_select.cc: For documentation purposes sql/sql_show.cc: Bug fix: for SHOW STATUS (when ssl is used)
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r--sql/sql_lex.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc
index df34d56b0c2..e370ce569b5 100644
--- a/sql/sql_lex.cc
+++ b/sql/sql_lex.cc
@@ -207,6 +207,7 @@ static int find_keyword(LEX *lex, uint len, bool function)
return (udf->type == UDFTYPE_FUNCTION) ? UDF_FLOAT_FUNC : UDA_FLOAT_SUM;
case INT_RESULT:
return (udf->type == UDFTYPE_FUNCTION) ? UDF_INT_FUNC : UDA_INT_SUM;
+ case ROW_RESULT:
default:
// This case should never be choosen
DBUG_ASSERT(0);