~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_record.cc

  • 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:
52
52
 
53
53
   @return The number of bytes written at @c row_data.
54
54
 */
55
 
#if !defined(MYSQL_CLIENT)
 
55
#if !defined(DRIZZLE_CLIENT)
56
56
size_t
57
57
pack_row(TABLE *table, MY_BITMAP const* cols,
58
58
         uchar *row_data, const uchar *record)
162
162
   master does not have a default value (and isn't nullable)
163
163
 
164
164
 */
165
 
#if !defined(MYSQL_CLIENT) && defined(HAVE_REPLICATION)
 
165
#if !defined(DRIZZLE_CLIENT) && defined(HAVE_REPLICATION)
166
166
int
167
167
unpack_row(Relay_log_info const *rli,
168
168
           TABLE *table, uint const colcnt,