mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 5.3-5.5
This commit is contained in:
@ -309,8 +309,9 @@ typedef struct st_join_table {
|
||||
uint used_null_fields;
|
||||
uint used_uneven_bit_fields;
|
||||
enum join_type type;
|
||||
bool cached_eq_ref_table,eq_ref_table,not_used_in_distinct;
|
||||
bool sorted;
|
||||
bool cached_eq_ref_table,eq_ref_table;
|
||||
bool shortcut_for_distinct;
|
||||
bool sorted;
|
||||
/*
|
||||
If it's not 0 the number stored this field indicates that the index
|
||||
scan has been chosen to access the table data and we expect to scan
|
||||
|
Reference in New Issue
Block a user