mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fixed compiler errors
Updated test to also work on 32 bit mysql-test/suite/heap/heap.test: Updated test to also work on 32 bit
This commit is contained in:
@@ -6408,7 +6408,8 @@ greedy_search(JOIN *join,
|
||||
uint size_remain; // cardinality of remaining_tables
|
||||
POSITION best_pos;
|
||||
JOIN_TAB *best_table; // the next plan node to be added to the curr QEP
|
||||
uint n_tables; // ==join->tables or # tables in the sj-mat nest we're optimizing
|
||||
// ==join->tables or # tables in the sj-mat nest we're optimizing
|
||||
uint n_tables __attribute__((unused));
|
||||
|
||||
DBUG_ENTER("greedy_search");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user