1. 01 Oct, 2018 1 commit
    • Julius Goryavsky's avatar
      MDEV-16656: DROP DATABASE crashes the Galera Cluster · c62e49d0
      Julius Goryavsky authored
      When converting table identifiers to a new format,
      some tables can be renamed twice, which subsequently
      leads to the appearance of "false" auxiliary tables
      belonging to another main (parent) table (which does
      not actually have auxiliary tables).
      
      This is because the table number is repeatedly added
      to the aux_tables_to_rename vector inside the function
      fts_check_and_drop_orphaned_tables.
      
      To correct this error, we must add a check for the
      occurrence of the table number in the aux_tables_to_rename
      vector before adding a new element.
      
      https://jira.mariadb.org/browse/MDEV-16656
      c62e49d0
  2. 19 Sep, 2018 2 commits
  3. 17 Sep, 2018 4 commits
  4. 14 Sep, 2018 3 commits
  5. 13 Sep, 2018 4 commits
    • Jacob Mathew's avatar
      MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rows · 6c47c1c4
      Jacob Mathew authored
      The problem occurs in 10.2 and earlier releases of MariaDB Server because the
      Partition Engine was not pushing the engine conditions to the underlying
      storage engine of each partition.  This caused Spider to return the first 5
      rows in the table with the data provided by the customer.  2 of the 5 rows
      did not qualify the WHERE clause, so they were removed from the result set by
      the server.
      
      To fix the problem, I have back-ported support for engine condition pushdown
      in the Partition Engine from MariaDB Server 10.3.
      
      Author:
        Jacob Mathew.
      
      Reviewer:
        Kentoku Shiba.
      
      Cherry-Picked:
        Commit eb2ca3d4 on branch bb-10.2-MDEV-16912
      6c47c1c4
    • Oleksandr Byelkin's avatar
      try to fix version detection · c9d6728c
      Oleksandr Byelkin authored
      c9d6728c
    • Jan Lindström's avatar
      Merge pull request #865 from grooverdan/MDEV-17173-wsrep_sst · ec457c08
      Jan Lindström authored
      MDEV-17173: correct parsing of 12.13.14.15:4444/xtrabackup_sst leavin…
      ec457c08
    • Daniel Black's avatar
      MDEV-17173: correct parsing of 12.13.14.15:4444/xtrabackup_sst leaving LSN/SST_VER blank · b96d3634
      Daniel Black authored
      Correcting commit e78e308e
      $ . scripts/wsrep_sst_common.sh --address 12.13.14.15:4444/xtrabackup_sst ; set | grep WSREP_SST
      WSREP_SST_OPT_ADDR=12.13.14.15:4444/xtrabackup_sst
      WSREP_SST_OPT_ADDR_PORT=4444
      WSREP_SST_OPT_AUTH=
      WSREP_SST_OPT_BINLOG=
      WSREP_SST_OPT_BINLOG_INDEX=
      WSREP_SST_OPT_BYPASS=0
      WSREP_SST_OPT_CONF='  '
      WSREP_SST_OPT_DATA=
      WSREP_SST_OPT_DEFAULT=
      WSREP_SST_OPT_EXTRA_DEFAULT=
      WSREP_SST_OPT_HOST=12.13.14.15
      WSREP_SST_OPT_HOST_UNESCAPED=12.13.14.15
      WSREP_SST_OPT_LSN=
      WSREP_SST_OPT_MODULE=xtrabackup_sst
      WSREP_SST_OPT_PATH=xtrabackup_sst
      WSREP_SST_OPT_PORT=4444
      WSREP_SST_OPT_PSWD=
      WSREP_SST_OPT_SST_VER=
      WSREP_SST_OPT_SUFFIX_DEFAULT=
      WSREP_SST_OPT_SUFFIX_VALUE=
      WSREP_SST_OPT_USER=
      
      . scripts/wsrep_sst_common.sh --address 12.13.14.15:4444/xtrabackup_sst/1234/5676 ; set | grep WSREP_SST
      WSREP_SST_OPT_ADDR=12.13.14.15:4444/xtrabackup_sst/1234/5676
      WSREP_SST_OPT_ADDR_PORT=4444
      WSREP_SST_OPT_AUTH=
      WSREP_SST_OPT_BINLOG=
      WSREP_SST_OPT_BINLOG_INDEX=
      WSREP_SST_OPT_BYPASS=0
      WSREP_SST_OPT_CONF='  '
      WSREP_SST_OPT_DATA=
      WSREP_SST_OPT_DEFAULT=
      WSREP_SST_OPT_EXTRA_DEFAULT=
      WSREP_SST_OPT_HOST=12.13.14.15
      WSREP_SST_OPT_HOST_UNESCAPED=12.13.14.15
      WSREP_SST_OPT_LSN=1234
      WSREP_SST_OPT_MODULE=xtrabackup_sst
      WSREP_SST_OPT_PATH=xtrabackup_sst/1234/5676
      WSREP_SST_OPT_PORT=4444
      WSREP_SST_OPT_PSWD=
      WSREP_SST_OPT_SST_VER=5676
      WSREP_SST_OPT_SUFFIX_DEFAULT=
      WSREP_SST_OPT_SUFFIX_VALUE=
      WSREP_SST_OPT_USER=
      b96d3634
  6. 12 Sep, 2018 6 commits
  7. 11 Sep, 2018 2 commits
  8. 10 Sep, 2018 1 commit
  9. 09 Sep, 2018 1 commit
  10. 08 Sep, 2018 2 commits
  11. 07 Sep, 2018 7 commits
  12. 06 Sep, 2018 7 commits