diff options
author | konstantin@mysql.com <> | 2006-07-04 02:07:41 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2006-07-04 02:07:41 +0400 |
commit | e87278f4683d8517c6df4e27e0b1bc91214c7fbd (patch) | |
tree | cc005d404a1d7b638a4fe86a4d3d20d24b4ccb84 /sql/sql_lex.h | |
parent | 1781eee60f52c531b28888dbbdacc3e3b0f64911 (diff) | |
download | mariadb-git-e87278f4683d8517c6df4e27e0b1bc91214c7fbd.tar.gz |
auxilliary -> auxiliary
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 356c64526fa..e5b087fc72a 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -873,7 +873,7 @@ typedef struct st_lex : public Query_tables_list */ List<Name_resolution_context> context_stack; - 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; |