1. 08 Mar, 2008 1 commit
  2. 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
  3. 25 Feb, 2008 3 commits
  4. 14 Feb, 2008 4 commits
  5. 13 Feb, 2008 7 commits
  6. 12 Feb, 2008 6 commits
  7. 11 Feb, 2008 2 commits
  8. 10 Feb, 2008 9 commits
  9. 08 Feb, 2008 3 commits
  10. 07 Feb, 2008 4 commits