mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Remove DBUG print that looks at args[0] even if arg_count is 0
This commit is contained in:
parent
3495ba51f7
commit
1b3c22b459
1 changed files with 0 additions and 3 deletions
|
@ -2805,9 +2805,6 @@ longlong Item_func_udf_int::val_int()
|
|||
{
|
||||
DBUG_ASSERT(fixed == 1);
|
||||
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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue