mariadb/mysql-test/suite/vcol/t
Sergei Golubchik 190591968e vcol.wrong_arena fails in fulltest
vcols in the table definition are intentionaly bad and produce
warnings when a table is opened. In some cases (depending on the
TDC/TC state as left by earlier tests) a table might be opened in the
middle of the test, resulting in spurious warnings. Suppress them.

Also, don't run main.mdev-504 for ps-protocol at all (instead of
disabling ps-protocol inside the test, but still running the test)
2017-04-01 19:32:36 +02: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
charsets.test Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
delayed.test store/show vcols as item->print() 2016-12-12 20:35:41 +01:00
innodb_autoinc_vcol.test gcol mysql-test suite from 5.7 2016-12-12 20:27:36 +01: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 New simpler bugfix for UPDATE and virtual BLOBs 2017-01-11 09:18:35 +02:00
partition.test bugfix: partitioning and keyread on an indexed vcol 2016-12-12 20:35:50 +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 fix lost vcol checks in sql_table.cc, 2013-07-12 13:32:37 +02:00
update.test MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
vcol_archive.test The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07:00
vcol_blackhole.test The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07:00
vcol_blocked_sql_funcs.test MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
vcol_blocked_sql_funcs_main.inc MDEV-11066 use MySQL terminology for "virtual columns" 2016-12-12 20:35:51 +01:00
vcol_column_def_options_innodb.test fix lost vcol checks in sql_table.cc, 2013-07-12 13:32:37 +02:00
vcol_column_def_options_myisam.test The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07:00
vcol_csv.test virtual columns: 2010-12-31 10:39:14 +01:00
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 fix lost vcol checks in sql_table.cc, 2013-07-12 13:32:37 +02:00
vcol_handler_myisam.test The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07:00
vcol_ins_upd_innodb.test fix lost vcol checks in sql_table.cc, 2013-07-12 13:32:37 +02:00
vcol_ins_upd_myisam.test The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07:00
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.test MDEV-11704 InnoDB: Failing assertion: dfield_is_null(dfield2) || dfield2->data 2017-02-13 18:12:16 +01:00
vcol_keys_myisam.test MDEV-11750 Assertion `vfield' failed in TABLE::update_virtual_fields after crash recovery on corrupted MyISAM table 2017-02-13 18:12:04 +01:00
vcol_memory.test The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07:00
vcol_merge.test MDEV-11066 use MySQL terminology for "virtual columns" 2016-12-12 20:35:51 +01:00
vcol_misc.test Merge branch 'bb-10.2-serg-merge' into 10.2 2017-02-11 09:45:34 +01:00
vcol_non_stored_columns_innodb.test fix lost vcol checks in sql_table.cc, 2013-07-12 13:32:37 +02:00
vcol_non_stored_columns_myisam.test The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07:00
vcol_partition_innodb.test fix lost vcol checks in sql_table.cc, 2013-07-12 13:32:37 +02:00
vcol_partition_myisam.test The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07:00
vcol_select_innodb.test fix lost vcol checks in sql_table.cc, 2013-07-12 13:32:37 +02:00
vcol_select_myisam.test Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
vcol_supported_sql_funcs.test MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
vcol_supported_sql_funcs_main.inc session-state dependent functions in DEFAULT/CHECK/vcols 2016-08-27 16:59:12 +02:00
vcol_syntax.test The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07:00
vcol_trigger_sp_innodb.test fix lost vcol checks in sql_table.cc, 2013-07-12 13:32:37 +02:00
vcol_trigger_sp_myisam.test The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07:00
vcol_view_innodb.test fix lost vcol checks in sql_table.cc, 2013-07-12 13:32:37 +02:00
vcol_view_myisam.test The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07:00
wrong_arena.test vcol.wrong_arena fails in fulltest 2017-04-01 19:32:36 +02:00