mariadb/mysql-test/suite
Monty 7952f7720f MDEV-10748 Server crashes in ha_maria::implicit_commit
Problem was in a combination of LOCK TABLES on several Aria
tables followed by an ALTER TABLE. After the ALTER TABLE there
was a force close + reopen of the alter table. The close failed
because the table was still part of a transaction.

Fixed by calling extra(HA_EXTRA_PREPARE_FOR_FORCED_CLOSE) as
part of closing the table, which ensures that the table is not
anymore part of the current transaction.
2019-10-15 20:26:40 +03:00
..
archive
binlog
binlog_encryption MDEV-20574 Position of events reported by mysqlbinlog is wrong with encrypted binlogs, SHOW BINLOG EVENTS reports the correct one. 2019-10-08 14:35:34 +05:30
csv
encryption MDEV-20688 Recovery crashes after unnecessarily reading a corrupted page 2019-09-27 17:46:10 +05:30
engines
federated
funcs_1
funcs_2
galera
galera_3nodes
gcol MDEV-18546 ASAN heap-use-after-free in innobase_get_computed_value / row_purge 2019-10-11 17:02:39 +10:00
handler
heap
innodb MDEV-19455: Avoid SET DEBUG_DBUG='-d,...' construct 2019-10-11 14:02:35 +03:00
innodb_fts Remove a useless large test, and add a debug assertion 2019-09-27 14:05:39 +03:00
innodb_gis
innodb_zip
jp
json
large_tests
maria MDEV-10748 Server crashes in ha_maria::implicit_commit 2019-10-15 20:26:40 +03:00
mariabackup MDEV-20703: mariabackup creates binlog files in server binlog directory on --prepare --export step 2019-10-01 13:57:24 +03:00
mtr/t
mtr2
multi_source
optimizer_unfixed_bugs
parts Merge 10.1 into 10.2 2019-10-11 18:38:18 +03:00
percona
perfschema
perfschema_stress
plugins Fixed feedback_plugin_load to work with staticly loaded plugin 2019-10-10 10:25:32 +03:00
roles
rpl Merge remote-tracking branch 'origin/10.1' into 10.2 2019-10-01 07:11:54 +04:00
storage_engine
stress
sys_vars Fix CMAKE_BUILD_TYPE=Debug 2019-10-11 18:36:08 +03:00
unit
vcol
wsrep