1
0
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:
Igor Babaev
2011-01-05 00:06:41 -08:00
parent af800fd92f
commit 85523738b9

View File

@@ -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;