~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/flush.cc

update

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
   */
40
40
  if (not reloadCache())
41
41
  {
42
 
    /*
43
 
     * We WANT to write and we CAN write.
44
 
     * ! we write after unlocking the table.
45
 
     *
46
 
     * Presumably, RESET and binlog writing doesn't require synchronization
47
 
     */
48
 
    write_bin_log(getSession(), *getSession()->getQueryString());
49
42
    getSession()->my_ok();
50
43
  }
51
44