~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log_event.cc

  • Committer: Monty Taylor
  • Date: 2008-09-13 20:24:20 UTC
  • mfrom: (383.1.35 drizzle)
  • Revision ID: monty@inaugust.com-20080913202420-lkj76ewbabl8ljvp
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
#include <libdrizzle/gettext.h>
34
34
 
35
 
#define log_cs  &my_charset_latin1
 
35
#define log_cs  &my_charset_utf8_general_ci
36
36
 
37
37
#define FLAGSTR(V,F) ((V)&(F)?#F" ":"")
38
38