10000 Tags · jdksummer/server · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jdksummer/server

Tags

mariadb-10.3.15

Toggle mariadb-10.3.15's commit message
Updated list of unstable tests for 10.3.15 release

mariadb-10.2.24

Toggle mariadb-10.2.24's commit message
MDEV-19408 Assertion on trx->state failed in ReadView::copy_trx_ids

ReadView::copy_trx_ids(): Relax a debug check. It failed to account for
TRX_STATE_PREPARED_RECOVERED, which was introduced in MDEV-15772.
It was also reading trx->state twice and failed to tolerate
TRX_STATE_COMMITTED_IN_MEMORY, which could be concurrently assigned
in lock_trx_release_locks(), which is not holding trx_sys->mutex.

This bug is specific to the MariaDB 10.2 series. The ReadView was
introduced in MariaDB 10.2.2 by merging the code that had been
introduced in MySQL 5.7.2. In MariaDB 10.3, ReadView::snapshot()
would use the lock-free trx_sys.rw_trx_hash. MDEV-14638 moved the
corresponding assertion to trx_sys_t::find(), where it was duly
protected by trx->mutex, and later MDEV-14756 moved the check to
rw_trx_hash_t::validate_element(). This check was correctly adjusted
when MDEV-15772 was merged to 10.3.

mariadb-10.1.40

Toggle mariadb-10.1.40's commit message
bump the VERSION

mariadb-10.1.39

Toggle mariadb-10.1.39's commit message
Updated list of unstable tests for 10.1.39 release

mariadb-5.5.64

Toggle mariadb-5.5.64's commit message
MDEV-15772: Clean up the test

Before killing the server, we must issue FLUSH TABLES in order
to cleanly close any MyISAM system tables, to avoid warnings about
them when restarting.

mariadb-10.4.4

Toggle mariadb-10.4.4's commit message
Fixed wsrep replaying for stored procedures (MariaDB#1256)

- 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.

mariadb-10.3.14

Toggle mariadb-10.3.14's commit message
Updated list of unstable tests for 10.3.14 release

mariadb-10.2.23

Toggle mariadb-10.2.23's commit message
cmake 3.14

new location for CPackRPM.cmake

mariadb-10.4.3

Toggle mariadb-10.4.3's commit message
fix embedded server test

mariadb-10.3.13

Toggle mariadb-10.3.13's commit message
remove aws-key management plugin

0