Commit 2711b9d5 authored by unknown's avatar unknown

Remove DBUG print that looks at args[0] even if arg_count is 0

parent 6662707f
...@@ -2805,9 +2805,6 @@ longlong Item_func_udf_int::val_int() ...@@ -2805,9 +2805,6 @@ longlong Item_func_udf_int::val_int()
{ {
DBUG_ASSERT(fixed == 1); DBUG_ASSERT(fixed == 1);
DBUG_ENTER("Item_func_udf_int::val_int"); DBUG_ENTER("Item_func_udf_int::val_int");
DBUG_PRINT("info",("result_type: %d arg_count: %d",
args[0]->result_type(), arg_count));
DBUG_RETURN(udf.val_int(&null_value)); DBUG_RETURN(udf.val_int(&null_value));
} }
......
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