~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/thr_malloc.cc

  • Committer: Brian Aker
  • Date: 2008-08-04 22:09:11 UTC
  • mfrom: (261.2.3 codestyle)
  • mto: This revision was merged to the branch mainline in revision 262.
  • Revision ID: brian@tangent.org-20080804220911-b7bi8gih8lcjkf0w
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
#include "mysql_priv.h"
20
20
#include <drizzled/drizzled_error_messages.h>
 
21
#include <libdrizzle/gettext.h>
21
22
 
22
23
extern "C" {
23
24
  void sql_alloc_error_handler(void)