1. 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
  2. 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
  3. 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
  4. 04 Jun, 2009 3 commits
  5. 03 Jun, 2009 1 commit
    • marko's avatar
      branches/zip: Merge revisions 5148:5233 from branches/5.1: · a4401ad0
      marko authored
        ------------------------------------------------------------------------
        r5150 | vasil | 2009-05-27 18:56:03 +0300 (Wed, 27 May 2009) | 4 lines
      
        branches/5.1:
      
        Whitespace fixup.
        ------------------------------------------------------------------------
        r5191 | vasil | 2009-05-30 17:46:05 +0300 (Sat, 30 May 2009) | 19 lines
      
        branches/5.1:
      
        Merge a change from MySQL (this fixes the failing innodb_mysql test):
      
          ------------------------------------------------------------
          revno: 1810.3894.10
          committer: Sergey Glukhov <Sergey.Glukhov@sun.com>
          branch nick: mysql-5.0-bugteam
          timestamp: Tue 2009-05-19 11:32:21 +0500
          message:
            Bug#39793 Foreign keys not constructed when column has a '#' in a comment or default value
            Internal InnoDN FK parser does not recognize '\'' as quotation symbol.
            Suggested fix is to add '\'' symbol check for quotation condition
            (dict_strip_comments() function).
          modified:
            innobase/dict/dict0dict.c
            mysql-test/r/innodb_mysql.result
            mysql-test/t/innodb_mysql.test
        ------------------------------------------------------------------------
        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
          ------------------------------------------------------------------------
        ------------------------------------------------------------------------
      a4401ad0
  6. 01 Jun, 2009 1 commit
  7. 28 May, 2009 2 commits
  8. 27 May, 2009 5 commits
    • marko's avatar
      branches/zip: Merge revisions 4994:5148 from branches/5.1: · 87cf4a3a
      marko authored
        ------------------------------------------------------------------------
        r5126 | vasil | 2009-05-26 16:57:12 +0300 (Tue, 26 May 2009) | 9 lines
      
        branches/5.1:
      
        Preparation for the fix of
        Bug#45097 Hang during recovery, redo logs for doublewrite buffer pages
      
        Non-functional change: move FSP_* macros from fsp0fsp.h to a new file
        fsp0types.h. This is needed in order to be able to use FSP_EXTENT_SIZE
        in mtr0log.ic.
        ------------------------------------------------------------------------
        r5127 | vasil | 2009-05-26 17:05:43 +0300 (Tue, 26 May 2009) | 9 lines
      
        branches/5.1:
      
        Preparation for the fix of
        Bug#45097 Hang during recovery, redo logs for doublewrite buffer pages
      
        Do not include unnecessary headers mtr0log.h and fut0lst.h in trx0sys.h
        and include fsp0fsp.h just before it is needed. This is needed in order
        to be able to use TRX_SYS_SPACE in mtr0log.ic.
        ------------------------------------------------------------------------
        r5128 | vasil | 2009-05-26 17:26:37 +0300 (Tue, 26 May 2009) | 7 lines
      
        branches/5.1:
      
        Fix Bug#45097 Hang during recovery, redo logs for doublewrite buffer pages
      
        Do not write redo log for the pages in the doublewrite buffer. Also, do not
        make a dummy change to the page because this is not needed.
        ------------------------------------------------------------------------
      87cf4a3a
    • marko's avatar
      branches/zip: ibuf0ibuf.c: Improve a comment. · 245bd821
      marko authored
      245bd821
    • marko's avatar
      branches/zip: buf0buf.h, Doxyfile: Fix the Doxygen translation. · ef99c401
      marko authored
      @defgroup is for source code modules, not for field groups.
      Tell Doxygen to expand the UT_LIST declarations.
      ef99c401
    • marko's avatar
      branches/zip: Add Doxyfile. · 8c0fad1c
      marko authored
      8c0fad1c
    • marko's avatar
      branches/zip: Add some Doxygen @return comments. · 6f9a1e17
      marko authored
      6f9a1e17
  9. 26 May, 2009 1 commit
  10. 25 May, 2009 10 commits
  11. 21 May, 2009 1 commit
  12. 20 May, 2009 9 commits