1. 12 Nov, 2007 6 commits
  2. 10 Nov, 2007 5 commits
  3. 09 Nov, 2007 2 commits
    • mleich@five.local.lan's avatar
      Merge five.local.lan:/work/merge/mysql-5.1-build-32153 · ff8be43d
      mleich@five.local.lan authored
      into  five.local.lan:/work/trees/mysql-5.1-build-src-clean
      ff8be43d
    • mleich@five.local.lan's avatar
      Fix for · 66db290a
      mleich@five.local.lan authored
         Bug#32153 Status output differs - scheduling ?
      Modifications:
      1. Introduce additional poll routines + adjust queries 
         as fixes for Bug#32153 and another non reported bug
         found during stability testing
      2. Replace builtin poll routines by wait_condition.inc.
      3. Update the comments
      66db290a
  4. 08 Nov, 2007 11 commits
  5. 07 Nov, 2007 5 commits
  6. 06 Nov, 2007 5 commits
    • tsmith@ramayana.hindu.god's avatar
      Apply snapshot innodb-5.1-ss2034 · a88d9461
      tsmith@ramayana.hindu.god authored
      The following bugs are fixed:
      
      Bug #31860: Server crashes after inserting into InnoDB table with auto_increment column
        In the Bug 16979 fix there was an erroneous assertion that
        autoincrement columns can't contain negative values. With the fix, the
        autoincrement table counter is set to 0 if the maximum value read from
        the autoinc column index is negative.
      a88d9461
    • tsmith@ramayana.hindu.god's avatar
      Apply snapshot innodb-5.1-ss1989 · eb654791
      tsmith@ramayana.hindu.god authored
      Fixes the following bugs:
      
      Bug #30706: SQL thread on slave is allowed to block client queries when slave load is high
        Add (innodb|innobase|srv)_replication_delay MySQL config parameter.
      
      Bug #30888: Innodb table + stored procedure + row deletion = server crash
        While adding code for the low level read of the AUTOINC value from the index,
        the case for MEDIUM ints which are 3 bytes was missed triggering an
        assertion.
      
      Bug #30907: Regression: "--innodb_autoinc_lock_mode=0" (off) not same as older releases
        We don't rely on *first_value to be 0 when checking whether
        get_auto_increment() has been invoked for the first time in a multi-row
        INSERT. We instead use trx_t::n_autoinc_rows. Initialize trx::n_autoinc_rows
        inside ha_innobase::start_stmt() too.
      
      Bug #31444: "InnoDB: Error: MySQL is freeing a thd" in innodb_mysql.test
        ha_innobase::external_lock(): Update prebuilt->mysql_has_locked and
        trx->n_mysql_tables_in_use only after row_lock_table_for_mysql() returns
        DB_SUCCESS.  A timeout on LOCK TABLES would lead to an inconsistent state,
        which would cause trx_free() to print a warning.
      
      Bug #31494: innodb + 5.1 + read committed crash, assertion
        Set an error code when a deadlock occurs in semi-consistent read.
      eb654791
    • malff@lambda.hsd1.co.comcast.net.'s avatar
      Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime · 3434e4ed
      malff@lambda.hsd1.co.comcast.net. authored
      into  lambda.hsd1.co.comcast.net.:/home/malff/TREE/mysql-5.1-runtime
      3434e4ed
    • gkodinov/kgeorge@magare.gmz's avatar
      Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime · 948701b4
      gkodinov/kgeorge@magare.gmz authored
      into  magare.gmz:/home/kgeorge/mysql/autopush/B31974-5.1-runtime
      948701b4
    • gkodinov/kgeorge@magare.gmz's avatar
      Bug #31974: additional commit (test case updates) · b028dad9
      gkodinov/kgeorge@magare.gmz authored
       loose index scan enabled for subqueries
      b028dad9
  7. 05 Nov, 2007 6 commits