mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fixed a compile warning.
This commit is contained in:
@@ -7879,7 +7879,7 @@ uint check_join_cache_usage(JOIN_TAB *tab,
|
||||
{
|
||||
uint flags;
|
||||
COST_VECT cost;
|
||||
ha_rows rows;
|
||||
ha_rows rows= 0;
|
||||
uint bufsz= 4096;
|
||||
JOIN_CACHE *prev_cache=0;
|
||||
uint cache_level= join->max_allowed_join_cache_level;
|
||||
|
||||
Reference in New Issue
Block a user