summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorigor@rurik.mysql.com <>2005-02-15 18:48:04 -0800
committerigor@rurik.mysql.com <>2005-02-15 18:48:04 -0800
commitd9f66a261b96ff404b7154de12c4e7750d3f7f3e (patch)
treeeaa9281ab9fd88fa6052d116fae495d4274f749a /sql
parentc4ff270284e6f09b09391b5f7a337828fa254e41 (diff)
parentd4779d353424dea97f20b1776452b42efc9fae1c (diff)
downloadmariadb-git-d9f66a261b96ff404b7154de12c4e7750d3f7f3e.tar.gz
Merge rurik.mysql.com:/home/igor/mysql-4.0
into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_delete.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_delete.cc b/sql/sql_delete.cc
index 92193e3abf2..475df34dc4f 100644
--- a/sql/sql_delete.cc
+++ b/sql/sql_delete.cc
@@ -111,6 +111,7 @@ int mysql_delete(THD *thd, TABLE_LIST *table_list, COND *conds, ORDER *order,
bzero((char*) &tables,sizeof(tables));
tables.table = table;
+ tables.alias = table_list->alias;
table->io_cache = (IO_CACHE *) my_malloc(sizeof(IO_CACHE),
MYF(MY_FAE | MY_ZEROFILL));