diff options
author | unknown <konstantin@oak.local> | 2003-12-20 03:06:33 +0300 |
---|---|---|
committer | unknown <konstantin@oak.local> | 2003-12-20 03:06:33 +0300 |
commit | bf58eb6e730ac037449cba9c5c1f9ce64255ffb6 (patch) | |
tree | 3f8c3e5d5440c2584530198fb6c7e55bd2ab416e | |
parent | 6a0484c93d098bec473343e6b7a416ce414359f9 (diff) | |
download | mariadb-git-bf58eb6e730ac037449cba9c5c1f9ce64255ffb6.tar.gz |
one line was removed during merge
-rw-r--r-- | sql/sql_delete.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_delete.cc b/sql/sql_delete.cc index 78512f705a9..a8b13288bf3 100644 --- a/sql/sql_delete.cc +++ b/sql/sql_delete.cc @@ -131,6 +131,7 @@ int mysql_delete(THD *thd, TABLE_LIST *table_list, COND *conds, SQL_LIST *order, table->sort.io_cache = (IO_CACHE *) my_malloc(sizeof(IO_CACHE), MYF(MY_FAE | MY_ZEROFILL)); if (thd->lex->select_lex.setup_ref_array(thd, order->elements) || + setup_order(thd, thd->lex->select_lex.ref_pointer_array, &tables, fields, all_fields, (ORDER*) order->first) || !(sortorder=make_unireg_sortorder((ORDER*) order->first, &length)) || (table->sort.found_records = filesort(thd, table, sortorder, length, |