~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/thr_malloc.cc

  • Committer: Brian Aker
  • Date: 2008-10-15 06:44:44 UTC
  • mfrom: (512.1.21 drizzle-stew)
  • Revision ID: brian@tangent.org-20081015064444-p5ccnpyz558oaquy
Merging Stewart's work.

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