Commit e87278f4 authored by konstantin@mysql.com's avatar konstantin@mysql.com

auxilliary -> auxiliary

parent 1781eee6
...@@ -387,7 +387,7 @@ extern "C" int refpos_order_cmp(void* arg, const void *a,const void *b) ...@@ -387,7 +387,7 @@ extern "C" int refpos_order_cmp(void* arg, const void *a,const void *b)
bool mysql_multi_delete_prepare(THD *thd) bool mysql_multi_delete_prepare(THD *thd)
{ {
LEX *lex= thd->lex; LEX *lex= thd->lex;
TABLE_LIST *aux_tables= (TABLE_LIST *)lex->auxilliary_table_list.first; TABLE_LIST *aux_tables= (TABLE_LIST *)lex->auxiliary_table_list.first;
TABLE_LIST *target_tbl; TABLE_LIST *target_tbl;
DBUG_ENTER("mysql_multi_delete_prepare"); DBUG_ENTER("mysql_multi_delete_prepare");
......
...@@ -873,7 +873,7 @@ typedef struct st_lex : public Query_tables_list ...@@ -873,7 +873,7 @@ typedef struct st_lex : public Query_tables_list
*/ */
List<Name_resolution_context> context_stack; 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; create_field *last_field;
Item_sum *in_sum_func; Item_sum *in_sum_func;
udf_func udf; udf_func udf;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment