summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorkostja@bodhi.local <>2006-07-26 23:33:25 +0400
committerkostja@bodhi.local <>2006-07-26 23:33:25 +0400
commit73189969f358be1530a1421fe38ea5cd183cfe10 (patch)
tree9127bb933b3774974a321dce0ca111f0e8ac8991 /sql/sql_lex.h
parentbea330494ce2ef65fcdb0c74c646af7df8a0d778 (diff)
parentbd183d42dcf66432d2e8051e030919a4669eaf8c (diff)
downloadmariadb-git-73189969f358be1530a1421fe38ea5cd183cfe10.tar.gz
Merge bodhi.local:/opt/local/work/tmp_merge
into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 85264638551..f42f70d4397 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -937,7 +937,7 @@ typedef struct st_lex : public Query_tables_list
List<Name_resolution_context> context_stack;
List<LEX_STRING> db_list;
- SQL_LIST proc_list, auxilliary_table_list, save_list;
+ SQL_LIST proc_list, auxiliary_table_list, save_list;
create_field *last_field;
Item_sum *in_sum_func;
udf_func udf;