21
21
#ifndef DRIZZLED_MULTI_UPDATE_H
22
22
#define DRIZZLED_MULTI_UPDATE_H
25
26
class multi_update :public select_result_interceptor
27
28
TableList *all_tables; /* query/update command tables */
28
29
TableList *leaves; /* list of leves of join table tree */
30
32
Table **tmp_tables, *main_table, *table_to_update;
31
33
Tmp_Table_Param *tmp_table_param;