1. 07 Feb, 2019 1 commit
  2. 05 Feb, 2019 1 commit
  3. 04 Feb, 2019 13 commits
  4. 03 Feb, 2019 5 commits
  5. 02 Feb, 2019 1 commit
  6. 01 Feb, 2019 6 commits
  7. 31 Jan, 2019 10 commits
  8. 30 Jan, 2019 3 commits
    • Julius Goryavsky's avatar
      MDEV-18426: Most of the mtr tests in the galera_3nodes suite fail · c9f0a4a9
      Julius Goryavsky authored
      Most of the mtr tests in the galera_3nodes suite fail
      for a variety of reasons with a variety of errors.
      Some tests simply need to add the missing "connection"
      lines to the result files, but many of them fail due
      to substantial errors that require reworking test files.
      
      This patch adds the missing "connection" lines to
      the result files and fixes several substantial flaws
      in the galera_3nodes suite tests and in the mtr framework
      service files, adapting the tests from galera_3nodes
      for the current version of MariaDB.
      
      https://jira.mariadb.org/browse/MDEV-18426
      c9f0a4a9
    • Thirunarayanan Balathandayuthapani's avatar
      MDEV-16849 Extending indexed VARCHAR column should be instantaneous · b8aef872
      Thirunarayanan Balathandayuthapani authored
      Analysis:
      ========
      Increasing the length of the indexed varchar column is not an instant operation for
      innodb.
      
      Fix:
      ===
      - Introduce the new handler flag 'Alter_inplace_info::ALTER_COLUMN_INDEX_LENGTH' to
      indicate the index length differs due to change of column length changes.
      
      - InnoDB makes the ALTER_COLUMN_INDEX_LENGTH flag as instant operation.
      
      This is a port of Mysql fix.
      
          commit 913071c0b16cc03e703308250d795bc381627e37
          Author: Nisha Gopalakrishnan <nisha.gopalakrishnan@oracle.com>
          Date:   Wed May 30 14:54:46 2018 +0530
      
              BUG#26848813: INDEXED COLUMN CAN'T BE CHANGED FROM VARCHAR(15)
                            TO VARCHAR(40) INSTANTANEOUSLY
      b8aef872
    • Marko Mäkelä's avatar
      Merge bb-10.4-release into 10.4 · 923415ff
      Marko Mäkelä authored
      923415ff