~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_record.cc

  • Committer: Monty Taylor
  • Date: 2008-10-06 04:45:56 UTC
  • mfrom: (438.1.13 drizzle)
  • Revision ID: monty@inaugust.com-20081006044556-5urk8k3yhnnl3o1p
Merged in from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
   master does not have a default value (and isn't nullable)
163
163
 
164
164
 */
165
 
#if !defined(DRIZZLE_CLIENT) && defined(HAVE_REPLICATION)
166
165
int
167
166
unpack_row(Relay_log_info const *rli,
168
167
           Table *table, uint const colcnt,
355
354
 
356
355
  return(error);
357
356
}
358
 
 
359
 
#endif // HAVE_REPLICATION