1. 14 Apr, 2008 1 commit
    • cmiller@zippy.cornsilk.net's avatar
      Bug#35157: mysqldump should use FLUSH TABLES NO_WRITE_TO_BINLOG \ · 13fa535b
      cmiller@zippy.cornsilk.net authored
      	when --master-data is used
      
      When using the --master-data option with mysqldump, mysqldump uses 
      a FLUSH TABLES command.  However, this statement got replicated to 
      the slave(s), which caused the slave(s) to block unnecessarily while
      the FLUSH tables command completed.
      
      Now, if the master-data option is set to one of the two "on" modes,
      then use the "LOCAL" qualifier to ensure that it's not replicated.
      13fa535b
  2. 13 Mar, 2008 2 commits
  3. 12 Mar, 2008 10 commits
  4. 11 Mar, 2008 3 commits
  5. 10 Mar, 2008 6 commits
  6. 08 Mar, 2008 3 commits
  7. 07 Mar, 2008 4 commits
  8. 06 Mar, 2008 1 commit
  9. 05 Mar, 2008 1 commit
    • kaa@kaamos.(none)'s avatar
      Fix for bug #34889: mysql_client_test::test_mysql_insert_id test fails · 80d89023
      kaa@kaamos.(none) authored
                          sporadically
      
      Under some circumstances, the mysql_insert_id() value after SELECT ...
      INSERT could return a wrong value. This could happen when the last
      SELECT ... INSERT did not involve an AUTO_INCREMENT column, but the
      value of mysql_insert_id() was changed by some previous statements.
      
      Fixed by checking the value of thd->insert_id_used in
      select_insert::send_eof() and returning 0 for mysql_insert_id() if it
      is not set.
      80d89023
  10. 03 Mar, 2008 9 commits