Commit 78c94883 authored by unknown's avatar unknown

fix compilation failure appeared after monty's cleanup


sql/sp_head.cc:
  fix #ifndef ... #endif to include block completely
parent 8dbe3266
......@@ -227,8 +227,8 @@ sp_eval_func_item(THD *thd, Item **it_addr, enum enum_field_types type,
char dbug_buff[DECIMAL_MAX_STR_LENGTH+1];
DBUG_PRINT("info", ("DECIMAL_RESULT: %s",
dbug_decimal_as_string(dbug_buff, val)));
#endif
}
#endif
break;
}
case STRING_RESULT:
......
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