summaryrefslogtreecommitdiff
path: root/sql/sql_delete.cc
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2006-07-04 02:07:41 +0400
committerkonstantin@mysql.com <>2006-07-04 02:07:41 +0400
commite87278f4683d8517c6df4e27e0b1bc91214c7fbd (patch)
treecc005d404a1d7b638a4fe86a4d3d20d24b4ccb84 /sql/sql_delete.cc
parent1781eee60f52c531b28888dbbdacc3e3b0f64911 (diff)
downloadmariadb-git-e87278f4683d8517c6df4e27e0b1bc91214c7fbd.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");