1. 26 Aug, 2009 5 commits
  2. 20 Aug, 2009 4 commits
    • vasil's avatar
      branches/zip: · ab87b89d
      vasil authored
      ChangeLog:
      Follow the convention from the rest of the ChangeLog: for bugfixes from
      bugs.mysql.com only the bug number and title goes in the ChangeLog. Detailed
      explanation on what is the problem and how it was fixed is present in
      the bugs database.
      ab87b89d
    • vasil's avatar
      branches/zip: · 6b2b9186
      vasil authored
      White-space fixup.
      6b2b9186
    • sunny's avatar
      6b4c095c
    • sunny's avatar
      branches/zip: Fix bug# 46650: Innodb assertion autoinc_lock == lock in... · 5e77a1df
      sunny authored
      branches/zip: Fix bug# 46650:  Innodb assertion autoinc_lock == lock in lock_table_remove_low on INSERT SELECT
      
      We only store the autoinc locks that are granted in the transaction's autoinc
      lock vector. A transacton, that has been rolled back due to a deadlock because
      of an AUTOINC lock attempt, will not have added that lock to the vector. We
      need to check for that when we remove that lock.
      
      rb://145
      Approved by Marko.
      
      5e77a1df
  3. 14 Aug, 2009 1 commit
  4. 13 Aug, 2009 1 commit
  5. 12 Aug, 2009 1 commit
  6. 11 Aug, 2009 2 commits
  7. 06 Aug, 2009 2 commits
  8. 05 Aug, 2009 2 commits
  9. 04 Aug, 2009 3 commits
    • marko's avatar
      f688fe83
    • vasil's avatar
      branches/zip: · 3badcb43
      vasil authored
      Revert the dummy change from c5625.
      3badcb43
    • vasil's avatar
      branches/zip: Merge 5518:5622 from branches/5.1, resolving conflict in r5622 · bf87e144
      vasil authored
      (after resolving the conflict Makefile.am was not changed so I have made
      a dummy change so I can commit and thus record that branches/5.1 has been
      merged in branches/zip up to 5622):
      
        ------------------------------------------------------------------------
        r5622 | vasil | 2009-08-03 15:27:00 +0300 (Mon, 03 Aug 2009) | 20 lines
        Changed paths:
           M /branches/5.1/Makefile.am
        
        branches/5.1:
        
        Merge a change from MySQL:
        
          ------------------------------------------------------------
          revno: 2988
          committer: Satya B <satya.bn@sun.com>
          branch nick: mysql-5.1-bugteam
          timestamp: Wed 2009-07-01 11:06:05 +0530
          message:
            Fix build failure after applying Innodb snapshot 5.1-ss5282
            
            After applying Innodb snapshot 5.1-ss5282, build was broken
            because of missing header file. 
            
            Adding the header file to Makefile.am after informing the 
            innodb developers.
          modified:
            storage/innobase/Makefile.am
        
        ------------------------------------------------------------------------
      bf87e144
  10. 31 Jul, 2009 1 commit
    • vasil's avatar
      branches/zip: · 804a967f
      vasil authored
      Add fsp0types.h to the list of noinst_HEADERS
      
      Suggested by:	Sergey Vojtovich <svoj@sun.com>
      804a967f
  11. 21 Jul, 2009 2 commits
    • vasil's avatar
      branches/zip: · 45d71410
      vasil authored
      Add a test program to check whether the PAUSE instruction is available.
      45d71410
    • vasil's avatar
      branches/zip: · 6ee3b055
      vasil authored
      Fixups in ChangeLog: sort filenames alphabetically and wrap to 78 chars per
      line.
      6ee3b055
  12. 20 Jul, 2009 8 commits
    • sunny's avatar
    • calvin's avatar
      branches/zip: add ChangeLog entry for r5524. · 6a8ebde8
      calvin authored
      6a8ebde8
    • inaam's avatar
      branches/zip · 466272e0
      inaam authored
      Change the read ahead parameter name to innodb_read_ahead_threshold.
      Change the meaning of this parameter to signify the number of pages
      that must be sequentially accessed for InnoDB to trigger a readahead
      request.
      
      Suggested by: Ken
      466272e0
    • vasil's avatar
      branches/zip: · 63efe9bb
      vasil authored
      Add ChangeLog entries for r5498 and r5519.
      63efe9bb
    • vasil's avatar
      branches/zip: Merge r5497:5518 from branches/5.1: · 417b612a
      vasil authored
        ------------------------------------------------------------------------
        r5518 | vasil | 2009-07-20 11:29:47 +0300 (Mon, 20 Jul 2009) | 22 lines
        Changed paths:
           M /branches/5.1/handler/ha_innodb.cc
        
        branches/5.1:
        
        Merge a change from MySQL:
        
          ------------------------------------------------------------
          revno: 2874.2.1
          committer: Anurag Shekhar <anurag.shekhar@sun.com>
          branch nick: mysql-5.1-bugteam-windows-warning
          timestamp: Wed 2009-05-13 15:41:24 +0530
          message:
            Bug #39802 On Windows, 32-bit time_t should be enforced
            
            This patch fixes compilation warning, "conversion from 'time_t' to 'ulong', 
            possible loss of data". 
            The fix is to typecast time_t to ulong before assigning it to ulong. 
            Backported this from 6.0-bugteam tree.
          modified:
            storage/archive/ha_archive.cc
            storage/federated/ha_federated.cc
            storage/innobase/handler/ha_innodb.cc
            storage/myisam/ha_myisam.cc
        
        ------------------------------------------------------------------------
      417b612a
    • sunny's avatar
      Add /* UNIV_HOTBACK */ · 227598fe
      sunny authored
      227598fe
    • sunny's avatar
      branches/zip: Make this file usable from within HotBackup. A new file has · 2eaded2e
      sunny authored
      been introduced called hb_univ.i. This file should have all the HotBackup
      specific configuration.
      2eaded2e
    • sunny's avatar
  13. 19 Jul, 2009 3 commits
  14. 16 Jul, 2009 2 commits
  15. 15 Jul, 2009 1 commit
  16. 14 Jul, 2009 2 commits
    • vasil's avatar
      branches/zip: · 31f0f5e4
      vasil authored
      Non-functional change:
      put files in noinst_HEADERS and libinnobase_a_SOURCES one per line and sort
      alphabetically, so it is easier to find if a file is there or not and
      also diffs show exactly the added or removed file instead of surrounding
      lines too.
      31f0f5e4
    • vasil's avatar
      branches/zip: · 426220c1
      vasil authored
      Add include/ut0auxconf.h to noinst_HEADERS
      426220c1