~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/benchmark/benchmarkudf.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  {
69
69
    if (args[0]->null_value == false)
70
70
    {
71
 
      int64_t10_to_str((int64_t)loop_count, buff, -10);
 
71
      internal::int64_t10_to_str((int64_t)loop_count, buff, -10);
72
72
      push_warning_printf(current_session, DRIZZLE_ERROR::WARN_LEVEL_ERROR,
73
73
                          ER_WRONG_VALUE_FOR_TYPE, ER(ER_WRONG_VALUE_FOR_TYPE),
74
74
                          "count", buff, "benchmark");