summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2014-12-22 02:02:38 +0200
committerSergei Golubchik <serg@mariadb.org>2015-02-10 10:21:16 +0100
commit3a3ec744b5a31318a00821dc0ed6da8af49fda25 (patch)
tree40fcab46a3b7b1a193fd4e2ce2725af7537e9807 /sql/sql_select.cc
parent01963e5df10eb1439f3b71541832e77dd4e80c64 (diff)
downloadmariadb-git-3a3ec744b5a31318a00821dc0ed6da8af49fda25.tar.gz
cleanups done as part of adding encryption
- Fixed compiler warnings - Added include/wait_for_binlog_checkpoint.inc, as suggested by JonasO - Updated 'build-tags' to work with git (Patch by Serg)
Diffstat (limited to 'sql/sql_select.cc')
-rw-r--r--sql/sql_select.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.cc b/sql/sql_select.cc
index 90c3110b63a..87e2206cfb5 100644
--- a/sql/sql_select.cc
+++ b/sql/sql_select.cc
@@ -23786,7 +23786,7 @@ int JOIN::save_explain_data_intern(Explain_query *output, bool need_tmp_table,
bool need_order, bool distinct,
const char *message)
{
- Explain_node *explain_node;
+ Explain_node *explain_node= 0;
JOIN *join= this; /* Legacy: this code used to be a non-member function */
int error= 0;
DBUG_ENTER("JOIN::save_explain_data_intern");