mariadb/mysql-test/suite/vcol/t
Sergei Golubchik 37bfe32c6d try harder to reject not strictly deterministic vcols in indexes/stored
detect non-determinism in vcol of vcol, like:

create table t1 (a int, b real as (rand()), c real as (b) stored);
2022-12-02 16:19:13 +01:00
..
alter_inplace-9045.test MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
binlog.test [1/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcols 2021-07-12 22:00:39 +03:00
charsets.test Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
cross_db.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
delayed.test store/show vcols as item->print() 2016-12-12 20:35:41 +01:00
index.test MDEV-16961 Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed upon concurrent DELETE and DDL with virtual blob column 2018-08-22 22:18:44 +02:00
innodb_autoinc_vcol.test gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01:00
innodb_virtual_fk.test MDEV-13708 Crash with indexed virtual columns and FK cascading deletes 2017-09-18 10:12:23 +02:00
load_data.test MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
mrr.test bugfix: move vcol calculations down into the handler 2016-12-12 20:27:38 +01:00
myisam_repair_prefix_varchar.test MDEV-11605 Assertion `(longlong) thd->status_var.local_memory_used >= 0 || !debug_assert_on_not_freed_memory' failed in my_malloc_size_cb_func 2017-03-29 00:40:22 +02:00
not_supported.test try harder to reject not strictly deterministic vcols in indexes/stored 2022-12-02 16:19:13 +01:00
partition.test MDEV-18734 ASAN heap-use-after-free upon sorting by blob column from partitioned table 2021-08-05 23:48:02 +03:00
races.test MDEV-17349 Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed on concurrent SELECT and DELETE after RENAME from table with index on virtual column 2018-11-04 08:12:28 +01:00
range.test MDEV-11518 Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed in Field_long::val_int() 2016-12-12 20:44:46 +01:00
rpl_vcol.test
update.test MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-03 05:34:53 +04:00
update_binlog.test MDEV-15243 Crash with virtual fields and row based binary logging 2018-05-24 18:55:12 +03:00
upgrade.test MDEV-17909 Problem by MariaDB Update 10.1.32 -> 10.2.19 (Incorrect information in file: .frm) 2018-12-20 08:06:55 +01:00
vcol_archive.test
vcol_blackhole.test
vcol_blocked_sql_funcs.test
vcol_blocked_sql_funcs_main.inc Post-merge fixes for mdev-12172, mdev-12176. 2017-11-03 15:12:01 -07:00
vcol_column_def_options_innodb.test
vcol_column_def_options_myisam.test
vcol_csv.test
vcol_handler_aria.test Aria: test for ER_KEY_BASED_ON_GENERATED_VIRTUAL_COLUMN 2016-12-12 20:44:46 +01:00
vcol_handler_innodb.test
vcol_handler_myisam.test
vcol_ins_upd_innodb.test
vcol_ins_upd_myisam.test
vcol_keys_aria.test Aria: test for ER_KEY_BASED_ON_GENERATED_VIRTUAL_COLUMN 2016-12-12 20:44:46 +01:00
vcol_keys_innodb.opt MDEV-20799 DROP Virtual Column crashes MariaDB 2019-10-28 08:40:48 +01:00
vcol_keys_innodb.test MDEV-20799 DROP Virtual Column crashes MariaDB 2019-10-28 08:40:48 +01:00
vcol_keys_myisam.test MDEV-20015 Assertion `!in_use->is_error()' failed in TABLE::update_virtual_field 2020-05-26 13:15:45 +03:00
vcol_memory.test
vcol_merge.test MDEV-11066 use MySQL terminology for "virtual columns" 2016-12-12 20:35:51 +01:00
vcol_misc.opt vcols: cannot use CONTEXT_ANALYSIS_ONLY_VCOL_EXPR on fix_fields 2022-04-19 17:10:05 +02:00
vcol_misc.test bugfix: RAND is VCOL_SESSION_FUNC 2022-07-29 21:58:38 +02:00
vcol_non_stored_columns_innodb.test
vcol_non_stored_columns_myisam.test
vcol_partition_innodb.test
vcol_partition_myisam.test
vcol_select_innodb.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
vcol_select_myisam.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
vcol_sql_mode.test Part3: MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-06 16:35:56 +02:00
vcol_sql_mode_upgrade.test Part3: MDEV-18156 Assertion 0' failed or btr_validate_index(index, 0, false)' in row_upd_sec_index_entry or error code 126: Index is corrupted upon DELETE with PAD_CHAR_TO_FULL_LENGTH 2019-09-06 16:35:56 +02:00
vcol_supported_sql_funcs.test
vcol_supported_sql_funcs_main.inc MDEV-11553 Can't restore a PERSISTENT column that uses DATE_FORMAT() 2017-09-23 20:22:46 +02:00
vcol_syntax.test MDEV-24176 Server crashes after insert in the table with virtual 2022-04-18 12:44:27 +03:00
vcol_trigger_sp_innodb.test
vcol_trigger_sp_myisam.test
vcol_view_innodb.test
vcol_view_myisam.test
wrong_arena.test MDEV-26281 ASAN use-after-poison when complex conversion is involved in blob 2022-04-14 21:45:20 +02:00