mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
new EXPLAIN
fixed bug in mysql-test/create-test-result fixed bug in union-subselect engine
This commit is contained in:
@ -128,6 +128,9 @@ struct st_table {
|
||||
|
||||
uint temp_pool_slot;
|
||||
|
||||
/* number of select if it is derived table */
|
||||
uint derived_select_number;
|
||||
|
||||
THD *in_use; /* Which thread uses this */
|
||||
struct st_table *next,*prev;
|
||||
};
|
||||
|
Reference in New Issue
Block a user