Commit 591ec157 authored by unknown's avatar unknown

Post-merge fix.

parent 7279761c
...@@ -4728,6 +4728,7 @@ Item_func_sp::func_name() const ...@@ -4728,6 +4728,7 @@ Item_func_sp::func_name() const
Field * Field *
Item_func_sp::sp_result_field(void) const Item_func_sp::sp_result_field(void) const
{ {
Field *field;
DBUG_ENTER("Item_func_sp::sp_result_field"); DBUG_ENTER("Item_func_sp::sp_result_field");
if (!m_sp) if (!m_sp)
......
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