summaryrefslogtreecommitdiff
path: root/sql/sql_delete.cc
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2006-07-04 02:07:41 +0400
committerunknown <konstantin@mysql.com>2006-07-04 02:07:41 +0400
commit6a8f2ee2931342d40576736c2286352f0c654c33 (patch)
treecc005d404a1d7b638a4fe86a4d3d20d24b4ccb84 /sql/sql_delete.cc
parent475bc4462cc6c674a8498e8b9ed56efb3eb3589b (diff)
downloadmariadb-git-6a8f2ee2931342d40576736c2286352f0c654c33.tar.gz
auxilliary -> auxiliary
Diffstat (limited to 'sql/sql_delete.cc')
-rw-r--r--sql/sql_delete.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_delete.cc b/sql/sql_delete.cc
index af20b770c56..81e94857032 100644
--- a/sql/sql_delete.cc
+++ b/sql/sql_delete.cc
@@ -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");