1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Fixed compiler warnings.

This commit is contained in:
Igor Babaev
2010-12-11 12:50:39 -08:00
parent 7f52af655a
commit 419d524ff9
2 changed files with 4 additions and 4 deletions

View File

@@ -2450,7 +2450,7 @@ void JOIN_CACHE::print_explain_comment(String *str)
str->append(buffer_type);
str->append(STRING_WITH_LEN(", "));
const char *join_alg;
const char *join_alg="";
switch (get_join_alg()) {
case BNL_JOIN_ALG:
join_alg= "BNL";