1. 06 Apr, 2019 5 commits
    • Teemu Ollakka's avatar
      Fixed wsrep replaying for stored procedures (#1256) · eb872ceb
      Teemu Ollakka authored
      - Changed replaying to always allocate a separate THD object
        for applying log events. This is to avoid tampering original
        THD state during replay process.
      - Return success from sp_instr_stmt::exec_core() if replaying
        succeeds.
      - Do not push warnings/errors into diagnostics area if the
        transaction must be replayed. This is to avoid reporting
        transient errors to the client.
      
      Added two tests galera_sp_bf_abort, galera_sp_insert_parallel.
      Wsrep-lib position updated.
      eb872ceb
    • Jan Lindström's avatar
      MDEV-18265: Replace deprecated variable debug to debug_dbug on Galera tests · fe62ff6e
      Jan Lindström authored
      	deleted:    mysql-test/suite/galera/r/MW-86.result
      	deleted:    mysql-test/suite/galera/r/mysql-wsrep#216.result
      	modified:   mysql-test/suite/galera/t/GCF-1081.test
      	modified:   mysql-test/suite/galera_3nodes_sr/r/GCF-832.result
      	modified:   mysql-test/suite/galera_3nodes_sr/t/GCF-810A.test
      	modified:   mysql-test/suite/galera_3nodes_sr/t/GCF-810B.test
      	modified:   mysql-test/suite/galera_3nodes_sr/t/GCF-810C.test
      	modified:   mysql-test/suite/galera_3nodes_sr/t/GCF-832.test
      	modified:   mysql-test/suite/galera_sr/r/mysql-wsrep-features#35.result
      	modified:   mysql-test/suite/galera_sr/t/mysql-wsrep-features#35.test
      fe62ff6e
    • Sergei Golubchik's avatar
      update test results · 8a194d99
      Sergei Golubchik authored
      8a194d99
    • Alexander Barkov's avatar
    • Igor Babaev's avatar
      MDEV-18956 Assertion `sel->quick' failed in JOIN::make_range_rowid_filters · 18bf0bf4
      Igor Babaev authored
      If SUBS_IN_TO_EXISTS strategy has been chosen for a subquery then
      additional conditions are injected into WHERE/ON/HAVING of this subquery
      and it may happen that test_quick_select() invoked from
      JOIN::make_range_rowid_filters() discovers impossible range. This
      must be checked.
      18bf0bf4
  2. 05 Apr, 2019 5 commits
  3. 04 Apr, 2019 6 commits
  4. 03 Apr, 2019 24 commits