mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
auxilliary -> auxiliary
This commit is contained in:
@ -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)
|
||||
{
|
||||
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;
|
||||
DBUG_ENTER("mysql_multi_delete_prepare");
|
||||
|
||||
|
Reference in New Issue
Block a user