~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/thr_malloc.cc

  • Committer: Monty Taylor
  • Date: 2008-10-16 06:33:57 UTC
  • mfrom: (511.2.2 more-warnings)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016063357-vz18dqzdxh2l4nni
Merged in more warnings again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
extern "C" {
23
23
  void sql_alloc_error_handler(void)
24
24
  {
25
 
    sql_print_error(ER(ER_OUT_OF_RESOURCES));
 
25
    sql_print_error("%s",ER(ER_OUT_OF_RESOURCES));
26
26
  }
27
27
}
28
28