~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log_event.h

  • Committer: Mats Kindahl
  • Date: 2008-08-07 06:24:22 UTC
  • mfrom: (265 drizzle)
  • mto: (264.1.19 codestyle)
  • mto: This revision was merged to the branch mainline in revision 266.
  • Revision ID: mats@mysql.com-20080807062422-20kyv6ssp4grfm0s
Manual merge of lp:drizzle into ~mkindahl/remove-mem-casts.

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
{