~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_binlog.cc

  • Committer: Brian Aker
  • Date: 2008-08-13 23:28:29 UTC
  • mfrom: (312.1.14 codestyle)
  • Revision ID: brian@tangent.org-20080813232829-mtw8ggnmtfch7ehd
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
        not used at all: the rli_fake instance is used only for error
168
168
        reporting.
169
169
      */
170
 
#if !defined(MYSQL_CLIENT) && defined(HAVE_REPLICATION)
 
170
#if !defined(DRIZZLE_CLIENT) && defined(HAVE_REPLICATION)
171
171
      if (apply_event_and_update_pos(ev, thd, thd->rli_fake, false))
172
172
      {
173
173
        /*