1. 04 Feb, 2019 2 commits
  2. 03 Feb, 2019 3 commits
    • Marko Mäkelä's avatar
      Merge 10.1 into 10.2 · a249e57b
      Marko Mäkelä authored
      Temporarily disable a test for
      commit 2175bfce
      because fixing it in 10.2 requires updating libmariadb.
      a249e57b
    • Marko Mäkelä's avatar
      MDEV-16896 encryption.innodb-checksum-algorithm crashes · 955c7b32
      Marko Mäkelä authored
      buf_page_is_corrupted(): Read the global variable srv_checksum_algorithm
      only once in order to avoid a race condition when
      SET GLOBAL innodb_checksum_algorithm=...;
      is being executed concurrently with this function.
      955c7b32
    • Olivier Bertrand's avatar
      - Fix MDEV-13136: enhance CREATE SERVER MyServerName · a0e26599
      Olivier Bertrand authored
        FOREIGN DATA WRAPPER to work with CONNECT engine
        modified:   storage/connect/tabjdbc.cpp
      
      - Add a function to retrieve User variable value (DEVELOPMENT only)
        modified:   storage/connect/ha_connect.cc
        modified:   storage/connect/jsonudf.cpp
        modified:   storage/connect/jsonudf.h
        modified:   storage/connect/tabjdbc.cpp
      a0e26599
  3. 02 Feb, 2019 6 commits
    • Vladislav Vaintroub's avatar
      MDEV-18281 COM_RESET_CONNECTION changes the connection encoding · 261ce528
      Vladislav Vaintroub authored
      Store original charset during client authentication, and restore it for
      COM_RESET_CONNECTION
      261ce528
    • Marko Mäkelä's avatar
      Merge 10.1 into 10.1 · 213ece2f
      Marko Mäkelä authored
      This is joint work with Oleksandr Byelkin.
      213ece2f
    • Marko Mäkelä's avatar
      Fix embedded innodb_plugin after 560799eb · c1e1764f
      Marko Mäkelä authored
      wsrep_certification_rules: Define as a weak global symbol.
      While there are separate _embedded.a for statically
      linked storage engine plugins, there is only one ha_innodb.so
      which is supposed to work with both values of WITH_WSREP.
      
      The merge from 10.0-galera introduced a reference to a global
      variable that is only defined when the server is built WITH_WSREP.
      We must define that symbol as weak global, so that when
      a dynamically linked InnoDB or XtraDB is used with the embedded
      server (which never includes write-set replication patches),
      the variable will be read as 0, instead of causing a failure to
      load the InnoDB or XtraDB plugin.
      c1e1764f
    • Marko Mäkelä's avatar
      Some more fixes for --suite=galera_3nodes · 915ed7e6
      Marko Mäkelä authored
      915ed7e6
    • Julius Goryavsky's avatar
      MDEV-18379: IPv6 compatibility changes/Unification of check for IPv6 · dfc9bff5
      Julius Goryavsky authored
      This patch contains the port of the MDEV-18379 patch
      for 10.2 branch, but also includes a number of changes
      made within MDEV-17835, which are necessary for the
      normal operation of tests that use IPv6:
      
      1) Currently, the three-node mtr suite for Galera (galera_3nodes)
      uses a separate IPv6 availability check using the "have_ipv6.inc"
      file. This check duplicates a more accurate check at suite.pm
      level, which can be used by including the file "check_ipv6.inc".
      This patch removes this discrepancy between suites.
      
      2) Fixed numerous bugs in the SST scripts and in the mtr test
      files (galera_3nodes mtr suite) that prevented the use of Galera
      with IPv6 addresses.
      
      3) Fixed flaws in the galera_3nodes mtr suite control scripts,
      because of which they could not work with mariabackup.
      
      4) Fixed flaws in the rsync and mysqldump tests (for galera_3nodes
      mtr tests suite). These tests were not performed successfully
      without these fixes.
      
      5) GAL-501 test in the galera_3nodes suite does not contain the
      option "--bind-address=::" that is needed for the test to work
      correctly with IPv6 (at least on some systems), since without
      it the server will not wait for connections on the IPv6
      interface.
      
      https://jira.mariadb.org/browse/MDEV-18379
      and partially https://jira.mariadb.org/browse/MDEV-17835
      dfc9bff5
    • Marko Mäkelä's avatar
      Merge 10.1 into 10.2 · 081fd8bf
      Marko Mäkelä authored
      081fd8bf
  4. 01 Feb, 2019 7 commits
  5. 31 Jan, 2019 4 commits
  6. 30 Jan, 2019 2 commits
  7. 29 Jan, 2019 6 commits
  8. 28 Jan, 2019 10 commits