~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/slave/queue_consumer.cc

  • Committer: Lee Bieber
  • Date: 2011-03-04 23:51:48 UTC
  • mfrom: (2219.1.2 build)
  • Revision ID: kalebral@gmail.com-20110304235148-g7sawtycktp1vz74
Merge Shrews - 729372: Semicolon causing slave plugin to stop replicating
Merge Andrew - 728990: libdrizzle: Re-using a result struct without freeing causes infinite loop

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
            si= sql.insert(si, '\\');
107
107
            ++si;
108
108
          }
 
109
          else if (*si == ';')
 
110
          {
 
111
            si= sql.insert(si, '\\');
 
112
            ++si;  /* advance back to the semicolon */
 
113
          }
109
114
        }
110
115
      }
111
116
    }