1. 25 Nov, 2013 1 commit
    • Jan Lindström's avatar
      Merged revisions 2925--3929 from from lp:~codership/codership-mysql/5.5-23 · 0e248e62
      Jan Lindström authored
      ```---------------------------------------------------------
      revno: 3929 [merge]
      fixes bug: https://launchpad.net/bugs/1243150
      committer: Teemu Ollakka <teemu.ollakka@codership.com>
      branch nick: 5.5-23
      timestamp: Wed 2013-10-23 20:05:01 +0300
      message:     8kB/s - 
        References lp:1243150 - initial wsrep hton cleanups
        
        * Removed wsrep_seqno_changed boolean
        * wsrep_cleanup_transaction() is now called explicitly whenever it is
          clear that transaction has come to an end
        * wsrep_trans_cache_is_empty() now checks from cache_mngr recardless of
          command type
        * Separated call to wsrep->post_commit() to own function, called from
          transaction.cc whenever appropriate
        * wsrep_thd_is_brute_force() now investigates only thd->wsrep_exec_mode
        * More comments and debug time assertions
        * Debug code to check that wsrep position stored in InnoDB is
          monotinically increasing. Enabled with UNIV_DEBUG
      ```
      
      ---------------------------------------------------------
      revno: 3928
      fixes bug: https://launchpad.net/bugs/1237889
      committer: Teemu Ollakka <teemu.ollakka@codership.com>
      branch nick: 5.5-23
      timestamp: Tue 2013-10-22 22:01:20 +0300
      message:
        References lp:1237889 - reverting fix in r3926, it broke crash recovery
      ------------------------------------------------------------
      revno: 3927
      fixes bug: https://launchpad.net/bugs/1240040
      committer: Teemu Ollakka <teemu.ollakka@codership.com>
      branch nick: 5.5-23
      timestamp: Tue 2013-10-15 14:46:15 +0300
      message:
        References lp:1240040 - added WSREP_MYSQL_DB as a key for DROP VIEW
      ------------------------------------------------------------
      revno: 3926
      fixes bug: https://launchpad.net/bugs/1237889
      committer: Teemu Ollakka <teemu.ollakka@codership.com>
      branch nick: 5.5-23
      timestamp: Thu 2013-10-10 14:22:58 +0300
      message:
        References lp:1237889 - register wsrep hton only if thd->wsrep_exec_mode == LO
      CAL_STATE
      ------------------------------------------------------------
      revno: 3925
      fixes bug: https://launchpad.net/bugs/1235635
      committer: Alexey Yurchenko <alexey.yurchenko@codership.com>
      branch nick: 5.5-23
      timestamp: Sat 2013-10-05 18:03:06 +0300
      message:
        References lp:1235635 - fixed the warning by initializing c_lock to NULL.
      0e248e62
  2. 22 Nov, 2013 1 commit
    • Nirbhay Choubey's avatar
      MDEV-3895 Version naming for MariaDB-Galera builds · eb29ce25
      Nirbhay Choubey authored
      This patch fixes both the reported issues :
      (1) Included '-wsrep' to the server version information.
      
      > select @@version;
      +-----------------------------+
      | @@version                   |
      +-----------------------------+
      | 5.5.33a-MariaDB-wsrep-debug |
      +-----------------------------+
      
      (2) The @@version_comment would no longer have XXXX
      in the wsrep version information in case cmake couldn't
      determine the current bzr revision.
      eb29ce25
  3. 30 Sep, 2013 2 commits
  4. 29 Sep, 2013 1 commit
  5. 27 Sep, 2013 4 commits
  6. 26 Sep, 2013 2 commits
    • Jan Lindström's avatar
      Merged revisions 3916--3921 from lp:~codership/codership-mysql/5.5-23 · ac5d1d76
      Jan Lindström authored
      ```---------------------------------------------------------
      revno: 3921
      fixes bug: https://launchpad.net/bugs/1228149
      committer: Alexey Yurchenko <alexey.yurchenko@codership.com>
      branch nick: 5.5-23
      timestamp: Mon 2013-09-23 18:29:42 +0300
      message:
        References lp:1228149 - fixing typos.
      ```
      
      ---------------------------------------------------------
      revno: 3920
      committer: Vladislav Klyachin <vladislav.klyachin@codership.com>
      branch nick: 5.5-23
      timestamp: Fri 2013-09-20 15:43:18 +0400
      message:
        References lp:1201893 - remove setenv("WSREP_LOG_DIR") from ha_innodb.cc
      ------------------------------------------------------------
      revno: 3919
      tags: wsrep_23.7.6
      fixes bug: https://launchpad.net/bugs/1087368
      committer: Alexey Yurchenko <alexey.yurchenko@codership.com>
      branch nick: 5.5-23
      timestamp: Thu 2013-09-19 06:00:43 +0300
      message:
        References lp:1087368 - fix to preserve the order of options in case --wsrep-new-cluster is i
      n the middle of option list
      ------------------------------------------------------------
      revno: 3918
      committer: Alexey Yurchenko <alexey.yurchenko@codership.com>
      branch nick: 5.5-23\ 
      timestamp: Wed 2013-09-18 23:22:55 +0300
      message:
        bumped wsrep patch version number to 7.6
      ------------------------------------------------------------
      revno: 3917
      committer: Vladislav Klyachin <vladislav.klyachin@codership.com>
      branch nick: 5.5-23
      timestamp: Wed 2013-09-18 20:11:39 +0400
      message:
        References lp:1218944 - wsrep_sst_rsync now recognizes log_group_home_dir
      ------------------------------------------------------------
      revno: 3916
      fixes bug: https://launchpad.net/bugs/1224775
      committer: Alexey Yurchenko <alexey.yurchenko@codership.com>
      branch nick: 5.5-23
      timestamp: Sun 2013-09-15 21:29:57 +0300
      message:
        References lp:1224775 - reworked wsrep_recover to create temporary log file in $DATADIR. Plus
       cleaned up that function slightly.
      ac5d1d76
    • Jan Lindström's avatar
      Merge revisions 3907--3914 from lp:~codership/codership-mysql/5.5-23 · c72126e0
      Jan Lindström authored
      ```---------------------------------------------------------
      revno: 3914  3kB/s | 
      committer: Vladislav Klyachin <vladislav.klyachin@codership.com>
      branch nick: 5.5-23
      timestamp: Thu 2013-09-12 15:00:46 +0400
      message:
        References lp:1217653 - fix index-id evaluation of FOREIGN KEY, when referenced table without PRIMARY KEY
      ```
      
      ---------------------------------------------------------
      revno: 3913
      committer: Vladislav Klyachin <vladislav.klyachin@codership.com>
      branch nick: 5.5-23
      timestamp: Wed 2013-09-11 13:58:02 +0400
      message:
        References lp:1217653 - fix index-id evaluation of FOREIGN KEY, when referenced table without PRIMARY KEY
      ------------------------------------------------------------
      revno: 3912
      committer: Seppo Jaakola <seppo.jaakola@codership.com>
      branch nick: wsrep-5.5-23
      timestamp: Fri 2013-09-06 13:13:48 +0300
      message:
        References: lp:1212955 - releasing MDL after failed BEGIN and "SET AUTOCOMMIT"
      ------------------------------------------------------------
      revno: 3911
      committer: Seppo Jaakola <seppo.jaakola@codership.com>
      branch nick: wsrep-5.5-23
      timestamp: Wed 2013-09-04 10:52:31 +0300
      message:
        References: lp:1123233 - avoiding to set wsrep_seqno_changed for replaying transactions
          Note, also missing transactions don't declare seqno_changed anymore. Earlier they would have caused crash at wsrep_cleanup_transaction phase.
      ------------------------------------------------------------
      revno: 3910 [merge]
      committer: Vladislav Klyachin <vladislav.klyachin@codership.com>
      branch nick: 5.5-23
      timestamp: Tue 2013-09-03 15:27:02 +0400
      message:
        References lp:1049599 - expose desync functionality to the client
      ------------------------------------------------------------
      revno: 3909
      committer: Seppo Jaakola <seppo.jaakola@codership.com>
      branch nick: wsrep-5.5-23
      timestamp: Tue 2013-09-03 09:41:08 +0300
      message:
         References: lp:1123233 - rollback for transaction which has not appended key information
      ------------------------------------------------------------
      revno: 3908
      committer: Vladislav Klyachin <vladislav.klyachin@codership.com>
      branch nick: 5.5-23
      timestamp: Sun 2013-09-01 13:29:12 +0400
      message:
        lp:1201893 - fix command for default IP address
      ------------------------------------------------------------
      revno: 3907
      committer: Seppo Jaakola <seppo.jaakola@codership.com>
      branch nick: wsrep-5.5-23
      timestamp: Thu 2013-08-29 12:16:42 +0300
      message:
        References: lp:1212955 - releasing transactional MDL locks after commit failures (e.g. certification failure).
      c72126e0
  7. 19 Sep, 2013 6 commits
  8. 18 Sep, 2013 6 commits
  9. 17 Sep, 2013 4 commits
  10. 16 Sep, 2013 12 commits
  11. 15 Sep, 2013 1 commit
    • Igor Babaev's avatar
      Fixed bug mdev-5015. · 996f6194
      Igor Babaev authored
      The patch for mdev-4355 had a defect: the cached values for bitmaps of
      used tables were not updated when processing degenerate OR formulas.
      996f6194