1. 22 Jun, 2010 3 commits
    • Marko Mäkelä's avatar
      Merge Bug#54686 fix from mysql-5.1-innodb: · f776568e
      Marko Mäkelä authored
      ------------------------------------------------------------
      revno: 3517
      revision-id: marko.makela@oracle.com-20100622115215-kxtzx7xuugcxd375
      parent: marko.makela@oracle.com-20100621095148-8g73k8k68dpj080u
      committer: Marko Mäkelä <marko.makela@oracle.com>
      branch nick: 5.1-innodb
      timestamp: Tue 2010-06-22 14:52:15 +0300
      message:
        Bug#54686 "field->col->mtype == type" assertion error at row/row0sel.c
        ha_innobase::index_read(), ha_innobase::records_in_range(): Check that
        the index is useable before invoking row_sel_convert_mysql_key_to_innobase().
      
        This fix is based on a suggestion by Yasufumi Kinoshita.
      f776568e
    • Marko Mäkelä's avatar
      buf_flush_insert_in_flush_rbt(), buf_flush_validate_low(): · 3ba73a21
      Marko Mäkelä authored
      Silence GCC warnings about dereferencing a type-punned pointer.
      Approved by Jimmy Yang.
      3ba73a21
    • Marko Mäkelä's avatar
      dict_load_column_low(): Initialize pos. Improve documentation. · 84b51676
      Marko Mäkelä authored
      Approved by Jimmy Yang.
      84b51676
  2. 21 Jun, 2010 3 commits
    • Inaam Rana's avatar
      Fixes bug#39168. · 72e5d2ae
      Inaam Rana authored
      Make a call to log_free_check() on all DML paths.
      72e5d2ae
    • Vladislav Vaintroub's avatar
      Bug#53593: Add some instrumentation to improve Valgrind sensitivity. · 23d05c1c
      Vladislav Vaintroub authored
      Implement WITH_VALGRIND for the CMake build.
      23d05c1c
    • Marko Mäkelä's avatar
      Merge Bug #54658 fix from mysql-5.1-innodb: · cda93dfc
      Marko Mäkelä authored
      ------------------------------------------------------------
      revno: 3515
      revision-id: marko.makela@oracle.com-20100621094008-o9fa153s3f09merw
      parent: vasil.dimov@oracle.com-20100618085155-xnm469cbhedqea96
      committer: Marko Mäkelä <marko.makela@oracle.com>
      branch nick: 5.1-innodb
      timestamp: Mon 2010-06-21 12:40:08 +0300
      message:
        Bug #54658: InnoDB: Warning: allocated tablespace %lu, old maximum was 0
      
        dict_check_tablespaces_and_store_max_id(): Initialize max_space_id
        and fil_system->max_assigned_id from DICT_HDR_MAX_SPACE_ID.
      
        fil_space_create(): Suppress the warning unless !recv_recovery_on
        (do not complain while applying the redo log).
      cda93dfc
  3. 17 Jun, 2010 7 commits
  4. 15 Jun, 2010 10 commits
  5. 14 Jun, 2010 7 commits
    • Vasil Dimov's avatar
      6d84dd5f
    • Bjorn Munch's avatar
      Upmerge and port 46882 · 61ace7c9
      Bjorn Munch authored
      61ace7c9
    • Bjorn Munch's avatar
      Upmerge and port 46882 · 51a965f3
      Bjorn Munch authored
      51a965f3
    • Bjorn Munch's avatar
      Bug #46882 Suite timeout doesn't kill stray processes · 45c5eca0
      Bjorn Munch authored
      Kill mysqltest and call mtr_kill_leftovers() before terminating
      45c5eca0
    • Tor Didriksen's avatar
      Bug #53261 MTR tests archive_plugin and blackhole_plugin fail when compiling with cmake · 407da948
      Tor Didriksen authored
      Let mtr lookup the plugins, rather than hard-coding autotools lib path.
      407da948
    • Marko Mäkelä's avatar
      Merge a change from mysql-5.1-innodb: · 549d52df
      Marko Mäkelä authored
      ------------------------------------------------------------
      revno: 3507
      revision-id: marko.makela@oracle.com-20100610125623-ar6qf4w2pv2kr7mb
      parent: sergey.glukhov@sun.com-20100609121718-04mpk5kjxvnrxdu8
      committer: Marko Mäkelä <marko.makela@oracle.com>
      branch nick: 5.1-innodb
      timestamp: Thu 2010-06-10 15:56:23 +0300
      message:
        Bug #38999: Re-enable innodb_multi_update.test
      549d52df
    • Marko Mäkelä's avatar
      Merge a change from mysql-5.1-innodb: · 44df5a6d
      Marko Mäkelä authored
      ------------------------------------------------------------
      revno: 3506
      revision-id: sergey.glukhov@sun.com-20100609121718-04mpk5kjxvnrxdu8
      parent: sergey.glukhov@sun.com-20100609120734-ndy2281wau9067zv
      committer: Sergey Glukhov <Sergey.Glukhov@sun.com>
      branch nick: mysql-5.1-innodb
      timestamp: Wed 2010-06-09 16:17:18 +0400
      message:
        Bug#38999 valgrind warnings for update statement in function compare_record()
        (InnoDB plugin branch)
      
       @ mysql-test/suite/innodb_plugin/r/innodb_mysql.result
          test case
      
       @ mysql-test/suite/innodb_plugin/t/innodb_mysql.test
          test case
      
       @ storage/innodb_plugin/row/row0sel.c
          init null bytes with default values as they might be
          left uninitialized in some cases and these uninited bytes
          might be copied into mysql record buffer that leads to
          valgrind warnings on next use of the buffer.
      44df5a6d
  6. 12 Jun, 2010 2 commits
  7. 11 Jun, 2010 8 commits