summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2011-03-01 23:24:17 +0200
committerMichael Widenius <monty@askmonty.org>2011-03-01 23:24:17 +0200
commit9aa44bb4b3e0fc69306626b961c7d9309e6ab114 (patch)
treee1519827b3192f2c26d8757ba95c286b83bcf649 /sql/item_func.cc
parent1dfb1e7c787dd263858e782246c3db1765aa947a (diff)
downloadmariadb-git-9aa44bb4b3e0fc69306626b961c7d9309e6ab114.tar.gz
Fixed wrong alias usage
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r--sql/item_func.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc
index b5e70ac84ef..6ff743ed91d 100644
--- a/sql/item_func.cc
+++ b/sql/item_func.cc
@@ -5802,7 +5802,7 @@ Item_func_sp::cleanup()
sp_result_field= NULL;
}
m_sp= NULL;
- dummy_table->alias= NULL;
+ dummy_table->alias.free();
Item_func::cleanup();
}