1. 01 Jul, 2020 2 commits
    • Sergei Golubchik's avatar
      ColumnStore RPM packaging fixes · d742f282
      Sergei Golubchik authored
      1. move columnstore-as-a-submodule RPM packaging away from the submodule
      2. set REQUIRES correctly, appending to existing REQUIRES
      3. same for USER_FILELIST and CONFLICTS
      4. set all variables in the correct scope
      5. skip columnstore correctly (not when RPM or DEB, but when
         a plugin target is not created)
      d742f282
    • Patrick LeBlanc's avatar
      A few important fixes for columnstore. · 04df0bda
      Patrick LeBlanc authored
       - fix columnstore's python dependencies (MCOL-4114)
       - reduce compiler warning count from 14k to ~100 (MCOL-4030)
       - disable bintar builds
      04df0bda
  2. 30 Jun, 2020 2 commits
  3. 29 Jun, 2020 3 commits
  4. 26 Jun, 2020 1 commit
  5. 25 Jun, 2020 1 commit
  6. 26 Jun, 2020 1 commit
  7. 25 Jun, 2020 2 commits
    • Eugene Kosov's avatar
      fix clang build · 65b93cef
      Eugene Kosov authored
      65b93cef
    • Sujatha's avatar
      MDEV-22951: rpl.rpl_slave_alias_replica failed in buildbot with wrong result · 1247b36b
      Sujatha authored
      Problem:
      ========
      rpl.rpl_slave_alias_replica test fails sporadically on build bot as shown
      below.
      
      rpl.rpl_slave_alias_replica 'innodb,stmt' w4 [ fail ]
      +++ /usr/local/mariadb-10.5.4-linux-x86_64/mysql-test/suite/rpl/r/
      rpl_slave_alias_replica.reject	2020-06-12 09:52:25.191267945 +0000
      @@ -22,6 +22,7 @@
       SHOW REPLICA HOSTS;
       Server_id	Host	Port	Master_id
       2	127.0.0.1	SLAVE_PORT	1
      +2	127.0.0.1	SLAVE_PORT	1
      
      Analysis:
      ========
      The SHOW REPLICA HOSTS command reports an additional row for the same server
      occasionally. This happens because of zombie dump threads on the master.
      Error log from master also confirms that "A slave with the same
      server_uuid/server_id as this slave has connected to the master". Since SHOW
      REPLICA HOSTS goes through the list of dump threads and reports the
      corresponding hosts,the same host is reported twice.
      
      Fix:
      ===
      Instead of capturing the SHOW REPLICA HOSTS command in result file use
      wait_show_condition.inc. This will ensure that SHOW REPLICA HOSTS command
      fetches slave host details.
      1247b36b
  8. 24 Jun, 2020 6 commits
  9. 23 Jun, 2020 6 commits
  10. 22 Jun, 2020 4 commits
  11. 21 Jun, 2020 6 commits
  12. 19 Jun, 2020 6 commits