1. 15 May, 2008 1 commit
    • sven@riska.(none)'s avatar
      BUG#36433: rpl_insert_id detects inconsistency on master · 365dbaab
      sven@riska.(none) authored
      Problem: If INSERT is immediately followed by SELECT in another thread,
      the newly inserted rows may not be returned by the SELECT statement, if
      ENGINE=myisam and @@concurrent_insert=1. This caused sporadic errors in
      rpl_insert_id.
      Fix: The test now uses ENGINE=$engine_type when creating tables (so that
      innodb is used). It also turns off @@concurrent_insert around the critical
      place, so that it works if someone in the future writes a test that sets
      $engine_type=myisam before sourcing extra/rpl_tests/rpl_insert_id.test.
      It also adds ORDER BY to all SELECTs so that the result is deterministic.
      365dbaab
  2. 12 May, 2008 3 commits
  3. 10 May, 2008 1 commit
    • tsmith@ramayana.hindu.god's avatar
      Apply InnoDB snapshot innodb-5.1-ss2438. · 5bdd04bf
      tsmith@ramayana.hindu.god authored
      Addresses the following bugs:
      
        Change the fix for Bug#32440 to show bytes instead of kilobytes in
        INFORMATION_SCHEMA.TABLES.DATA_FREE.
      
        branches/5.1: Fix bug#29507 TRUNCATE shows to many rows effected
        In InnoDB, the row count is only a rough estimate used by SQL
        optimization. InnoDB is now return row count 0 for TRUNCATE operation.
      
        branches/5.1: Fix bug#35537 - Innodb doesn't increment handler_update
        and handler_delete
        Add the calls to ha_statistic_increment() in ha_innobase::delete_row()
        and ha_innobase::update_row().
      
        Fix Bug#36169 create innodb compressed table with too large row size crashed
        Sometimes it is possible that
        row_drop_table_for_mysql(index->table_name, trx, FALSE); is invoked in
        row_create_index_for_mysql() when the index object is freed so copy the
        table name to a safe place beforehand and use the copy.
      
        Fix Bug#36434 ha_innodb.so is installed in the wrong directory
        Change pkglib_LTLIBRARIES with pkgplugin_LTLIBRARIES which has been
        forgotten in this commit: http://lists.mysql.com/commits/40206
      5bdd04bf
  4. 09 May, 2008 6 commits
  5. 08 May, 2008 5 commits
  6. 07 May, 2008 6 commits
  7. 06 May, 2008 10 commits
  8. 05 May, 2008 5 commits
  9. 02 May, 2008 3 commits