mariadb/mysql-test/suite
Sergei Golubchik 16b1cb6502 MDEV-13623 Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed in virtual longlong Field_long::val_int
multi-update first runs a select to find affected rows, then performs
a separate update step. On the second step WITH CHECK OPTION rows
are read with rnd_read, but the first step might've been done with
keyread.

keyread over indexed virtual columns only reads the column's value, not
dependent base columns. This is reflected in the read_set too.  But on
the rnd_read step base columns must be read - thus we need to update the
read_set before doing updates.
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
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
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
heap
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
innodb_zip Remove the debug variables innodb_purge_stop_now, innodb_purge_run_now 2017-09-13 16:02:32 +03:00
jp
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
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
vcol MDEV-13623 Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed in virtual longlong Field_long::val_int 2017-09-18 10:12:23 +02:00
wsrep Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00