1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

followup for MDEV-4309: DBT-3 Q1 benchmark: Benchmark + profile a patch

don't forget to initialize ORDER::fast_field_copier_setup
This commit is contained in:
Sergei Golubchik
2014-02-28 20:24:22 +01:00
parent 41c760b121
commit d85fac98bb

View File

@ -6663,6 +6663,7 @@ bool add_to_list(THD *thd, SQL_I_List<ORDER> &list, Item *item,bool asc)
order->free_me=0;
order->used=0;
order->counter_used= 0;
order->fast_field_copier_setup= 0;
list.link_in_list(order, &order->next);
DBUG_RETURN(0);
}