~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log_event.h

  • Committer: Brian Aker
  • Date: 2008-08-01 18:16:56 UTC
  • mfrom: (243.1.8 cleanup-mysql-priv)
  • Revision ID: brian@tangent.org-20080801181656-sut492wazlvp9glh
Merge from Jay.

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
{