mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Remove compiler warnings
- Remove unused variables - Mark variables unused - Fix wrong types - Add no-strict-aliasing to BUILD scripts
This commit is contained in:
@ -862,7 +862,7 @@ SplM_plan_info * JOIN_TAB::choose_best_splitting(double record_count,
|
||||
table_map tables_usable_for_splitting=
|
||||
spl_opt_info->tables_usable_for_splitting;
|
||||
KEYUSE_EXT *keyuse_ext= &join->ext_keyuses_for_splitting->at(0);
|
||||
KEYUSE_EXT *best_key_keyuse_ext_start;
|
||||
KEYUSE_EXT *UNINIT_VAR(best_key_keyuse_ext_start);
|
||||
TABLE *best_table= 0;
|
||||
double best_rec_per_key= DBL_MAX;
|
||||
SplM_plan_info *spl_plan= 0;
|
||||
|
Reference in New Issue
Block a user