1. 30 Jun, 2009 4 commits
  2. 29 Jun, 2009 7 commits
  3. 26 Jun, 2009 1 commit
  4. 25 Jun, 2009 4 commits
  5. 24 Jun, 2009 1 commit
  6. 23 Jun, 2009 1 commit
    • calvin's avatar
      branches/zip: change the header file path. · eebca3bf
      calvin authored
      Change the header file path from ../storage/innobase/include/
      to ../include/. In the planned 5.1 + plugin release, the source
      directory of the plugin will not be in storage/innobase.
      
      Approved by: Heikki (IM)
      eebca3bf
  7. 22 Jun, 2009 4 commits
  8. 17 Jun, 2009 3 commits
    • marko's avatar
    • vasil's avatar
      branches/zip: · 86bc6146
      vasil authored
      Add ChangeLog entry for r5342.
      86bc6146
    • marko's avatar
      branches/zip: Merge revisions 5233:5341 from branches/5.1: · 92268172
      marko authored
        ------------------------------------------------------------------------
        r5233 | marko | 2009-06-03 15:12:44 +0300 (Wed, 03 Jun 2009) | 11 lines
      
        branches/5.1: Merge the test case from r5232 from branches/5.0:
          ------------------------------------------------------------------------
          r5232 | marko | 2009-06-03 14:31:04 +0300 (Wed, 03 Jun 2009) | 21 lines
      
          branches/5.0: Merge r3590 from branches/5.1 in order to fix Bug #40565
          (Update Query Results in "1 Row Affected" But Should Be "Zero Rows").
      
          Also, add a test case for Bug #40565.
      
          rb://128 approved by Heikki Tuuri
          ------------------------------------------------------------------------
        ------------------------------------------------------------------------
        r5243 | sunny | 2009-06-04 03:17:14 +0300 (Thu, 04 Jun 2009) | 14 lines
      
        branches/5.1: When the InnoDB and MySQL data dictionaries go out of sync, before
        the bug fix we would assert on missing autoinc columns. With this fix we allow
        MySQL to open the table but set the next autoinc value for the column to the
        MAX value. This effectively disables the next value generation. INSERTs will
        fail with a generic AUTOINC failure. However, the user should be able to
        read/dump the table, set the column values explicitly, use ALTER TABLE to
        set the next autoinc value and/or sync the two data dictionaries to resume
        normal operations.
      
        Fix Bug#44030 Error: (1500) Couldn't read the MAX(ID) autoinc value from the
        index (PRIMARY)
      
        rb://118
        ------------------------------------------------------------------------
        r5252 | sunny | 2009-06-04 10:16:24 +0300 (Thu, 04 Jun 2009) | 2 lines
      
        branches/5.1: The version of the result file checked in was broken in r5243.
        ------------------------------------------------------------------------
        r5259 | vasil | 2009-06-05 10:29:16 +0300 (Fri, 05 Jun 2009) | 7 lines
      
        branches/5.1:
      
        Remove the word "Error" from the printout because the mysqltest suite
        interprets it as an error and thus the innodb-autoinc test fails.
      
        Approved by:	Sunny (via IM)
        ------------------------------------------------------------------------
        r5339 | marko | 2009-06-17 11:01:37 +0300 (Wed, 17 Jun 2009) | 2 lines
      
        branches/5.1: Add missing #include "mtr0log.h" so that the code compiles
        with -DUNIV_MUST_NOT_INLINE.
      
        (null merge; this had already been committed in branches/zip)
        ------------------------------------------------------------------------
        r5340 | marko | 2009-06-17 12:11:49 +0300 (Wed, 17 Jun 2009) | 4 lines
      
        branches/5.1: row_unlock_for_mysql(): When the clustered index is unknown,
        refuse to unlock the record.
        (Bug #45357, caused by the fix of Bug #39320).
        rb://132 approved by Sunny Bains.
        ------------------------------------------------------------------------
      92268172
  9. 16 Jun, 2009 5 commits
  10. 11 Jun, 2009 2 commits
    • inaam's avatar
      branches/zip rb://131 · 99c57a52
      inaam authored
      This patch changes the following defaults:
      
      max_dirty_pages_pct: default from 90 to 75. max allowed from 100 to 99
      additional_mem_pool_size: default from 1 to 8 MB
      buffer_pool_size: default from 8 to 128 MB
      log_buffer_size: default from 1 to 8 MB
      read_io_threads/write_io_threads: default from 1 to 4
      
      The log file sizes are untouched because of upgrade issues
      
      Reviewed by: Heikki
      99c57a52
    • marko's avatar
      branches/zip: Declare os_thread_id_t as unsigned long, · d8b07bb7
      marko authored
      because ulint is wrong on Win64.
      Pointed out by Vladislav Vaintroub <wlad@sun.com>.
      d8b07bb7
  11. 09 Jun, 2009 1 commit
    • inaam's avatar
      branches/zip · bfa7cf72
      inaam authored
      rb://130
      
      Enable Group Commit functionality that was broken in 5.0 when
      distributed transactions were introduced.
      
      Reviewed by: Heikki
      bfa7cf72
  12. 08 Jun, 2009 1 commit
    • inaam's avatar
      branches/zip · b6670603
      inaam authored
      Non functional change:
      
      Added legal notices acknowledging percona contribution to the multiple
      IO helper threads patch i.e.: r5262
      b6670603
  13. 05 Jun, 2009 5 commits
    • vasil's avatar
      branches/zip: · 2c890501
      vasil authored
      Add ChangeLog entry for r5262.
      2c890501
    • vasil's avatar
      branches/zip: · 64f68462
      vasil authored
      Add ChangeLog entry for r5261.
      64f68462
    • vasil's avatar
      branches/zip: · 610ad519
      vasil authored
      Whitespace cleanup.
      610ad519
    • vasil's avatar
      branches/zip: · 5d3b8052
      vasil authored
      Enable functionality to have multiple background io helper threads.
      This patch is based on percona contributions.
      
      More details about this patch will be written at:
      https://svn.innodb.com/innobase/MultipleBackgroundThreads
      
      The patch essentially does the following:
      
      expose following knobs:
      innodb_read_io_threads = [1 - 64] default 1
      innodb_write_io_threads = [1 - 64] default 1
      
      deprecate innodb_file_io_threads (this parameter was relevant only on windows)
      
      Internally it allows multiple segments for read and write IO request arrays
      where one thread works on one segement.
      
      Submitted by:	Inaam (rb://124)
      Approved by:	Heikki (rb://124)
      5d3b8052
    • vasil's avatar
      branches/zip: · a3548774
      vasil authored
      Fix Mantis Issue#244 fix bug in linear read ahead (no check on access pattern)
      
      The changes are:
      
      1) Take into account access pattern when deciding whether or not to do linear
        read ahead.
      2) Expose a knob innodb_read_ahead_factor = [0-64] default (8), dynamic,
        global to control linear read ahead behvior
      3) Disable random read ahead. Keep the code for now.
      
      Submitted by:	Inaam (rb://122)
      Approved by:	Heikki (rb://122)
      a3548774
  14. 04 Jun, 2009 1 commit