Commit 85523738 authored by Igor Babaev's avatar Igor Babaev

Fixed a compile warning.

parent af800fd9
...@@ -7879,7 +7879,7 @@ uint check_join_cache_usage(JOIN_TAB *tab, ...@@ -7879,7 +7879,7 @@ uint check_join_cache_usage(JOIN_TAB *tab,
{ {
uint flags; uint flags;
COST_VECT cost; COST_VECT cost;
ha_rows rows; ha_rows rows= 0;
uint bufsz= 4096; uint bufsz= 4096;
JOIN_CACHE *prev_cache=0; JOIN_CACHE *prev_cache=0;
uint cache_level= join->max_allowed_join_cache_level; uint cache_level= join->max_allowed_join_cache_level;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment