~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log_event.h

  • Committer: Jay Pipes
  • Date: 2008-08-01 04:24:45 UTC
  • mto: (264.1.6 codestyle)
  • mto: This revision was merged to the branch mainline in revision 247.
  • Revision ID: jay@mysql.com-20080801042445-1hrxlgfx4w7xe2x1
* Pulled the remainder of the log and parse stuff out into
  appropriate header files and cleaned up some of the enums...
* Builds and tests just fine

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#include "my_decimal.h"
42
42
#endif
43
43
 
 
44
#include <drizzled/sql_string.h>       /* append_query_string() needs String declaration */
 
45
 
44
46
/**
45
47
   Either assert or return an error.
46
48
 
3740
3742
  LEX_STRING m_message;
3741
3743
};
3742
3744
 
 
3745
int append_query_string(CHARSET_INFO *csinfo,
 
3746
                        String const *from, String *to);
 
3747
 
3743
3748
static inline bool copy_event_cache_to_file_and_reinit(IO_CACHE *cache,
3744
3749
                                                       FILE *file)
3745
3750
{