~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_record.h

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
#include <drizzled/rpl_reporting.h>
20
20
 
21
 
#if !defined(MYSQL_CLIENT)
 
21
#if !defined(DRIZZLE_CLIENT)
22
22
size_t pack_row(TABLE* table, MY_BITMAP const* cols,
23
23
                uchar *row_data, const uchar *data);
24
24
#endif
25
25
 
26
 
#if !defined(MYSQL_CLIENT) && defined(HAVE_REPLICATION)
 
26
#if !defined(DRIZZLE_CLIENT) && defined(HAVE_REPLICATION)
27
27
int unpack_row(Relay_log_info const *rli,
28
28
               TABLE *table, uint const colcnt,
29
29
               uchar const *const row_data, MY_BITMAP const *cols,