mariadb/mysql-test/suite
Sergei Golubchik 50a8beedfe MDEV-13708 Crash with indexed virtual columns and FK cascading deletes
InnoDB was too eager to forget the open table (m_mysql_table=NULL)
and that caused it to try to open a table which was opened by the user
not FK-prelocked. The server didn't expect that.

After fixing this, it crashed in gcol.innodb_virtual_fk test, trying to
compute virtual columns for a table that didn't have them. Because
row_upd_store_row() was deleting a row from node->table, while computing
virtual columns in thr->prebuilt->m_mysql_table. Which wasn't necessarily
the same table, and might've not even had virtual columns, even if
node->table did.
2017-09-18 10:12:23 +02:00
..
archive Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
binlog Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
binlog_encryption search_pattern_in_file.inc changes 2017-03-31 19:28:58 +02:00
csv Merge 10.1 into 10.2 2017-05-22 09:46:51 +03:00
encryption Write proper tests for MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytes 2017-09-16 21:15:38 +03:00
engines Follow-up for MDEV-13089 (identifier quoting in partitioning) 2017-07-09 20:38:57 +03:00
federated MDEV-12951 Server crash [mysqld got exception 0xc0000005] 2017-09-18 10:12:23 +02:00
funcs_1 un-disable a bunch of funcs_1 tests 2017-08-14 19:45:59 +02:00
funcs_2 Merge branch 'bb-10.2-serg-merge' into 10.2 2017-02-11 09:45:34 +01:00
galera Fix the WSREP build 2017-09-18 11:10:06 +03:00
galera_3nodes Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
gcol Do not require a debug non-embedded server in the test 2017-09-13 16:02:31 +03:00
handler MDEV-7660 - MySQL WL#6671 "Improve scalability by not using thr_lock.c locks 2016-11-03 16:35:15 +04:00
heap MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
innodb Merge 10.1 into 10.2 2017-09-18 11:10:21 +03:00
innodb_fts MDEV-11649 Uninitialized field fts_token->position in innodb_fts.innodb_fts_plugin 2017-06-30 15:03:53 +03:00
innodb_gis MDEV-13716 point_big test fails in 10.2. 2017-09-12 11:58:49 +04:00
innodb_undo Adapt the innodb_undo tests from MySQL 5.7 2017-04-26 23:03:28 +03:00
innodb_zip Remove the debug variables innodb_purge_stop_now, innodb_purge_run_now 2017-09-13 16:02:32 +03:00
jp MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
json MDEV-13324 JSON_SET returns NULL instead of object. 2017-09-12 14:40:18 +04:00
large_tests MDEV-11002 large_tests.rpl_slave_net_timeout fails due to connection logging 2017-06-21 21:07:20 +03:00
maria MDEV-12756 rpl.rpl_killed_ddl fails in buildbot with 'Can't find record' 2017-05-17 00:00:27 +03:00
mariabackup Merge 10.1 into 10.2 2017-09-17 11:05:33 +03:00
mtr/t
mtr2
multi_source MDEV-9544 Fix test case for 10.2 2017-06-10 12:57:59 +05:30
optimizer_unfixed_bugs MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
parts Merge tag 'mariadb-10.0.32' into 10.0-galera 2017-08-09 08:56:11 +03:00
percona
perfschema Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
perfschema_stress
plugins Support for server error messages in Hindi 2017-08-03 17:31:05 +04:00
roles Merge branch '10.1' into 10.2 2017-07-05 19:08:55 +02:00
rpl Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
storage_engine Fix results for parts/repair_table test after enabling it for MyISAM 2017-08-28 19:41:13 +03:00
stress
sys_vars Remove the debug variables innodb_purge_stop_now, innodb_purge_run_now 2017-09-13 16:02:32 +03:00
unit update libmariadb, enable C/C unit tests 2017-03-30 09:27:03 +02:00
vcol MDEV-13708 Crash with indexed virtual columns and FK cascading deletes 2017-09-18 10:12:23 +02:00
wsrep Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00