mariadb/mysql-test/suite/vcol/t
Sergei Golubchik 798fcb5416 bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arena
it used current_thd->alloc() and allocated on the thd's execution arena,
not on table->expr_arena.

Remove THD::arena_for_cached_items that is temporarily set in
update_virtual_fields(), and replaces THD arena in get_datetime_value().
Instead set THD arena to table->expr_arena for the whole  duration
of update_virtual_fields()
2017-01-15 00:11:50 +01:00
..
not_supported.test MDEV-7113 difference between check_vcol_func_processor and check_partition_func_processor 2014-11-18 15:42:40 +01:00
rpl_vcol.test Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02: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_innodb.test virtual columns: 2010-12-31 10:39:14 +01:00
vcol_blocked_sql_funcs_myisam.test The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07:00
vcol_column_def_options_innodb.test virtual columns: 2010-12-31 10:39:14 +01: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_innodb.test virtual columns: 2010-12-31 10:39:14 +01:00
vcol_handler_maria.test Check of maria engine presence added. 2010-08-04 12:43:51 +03: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 virtual columns: 2010-12-31 10:39:14 +01: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_innodb.test virtual columns: 2010-12-31 10:39:14 +01:00
vcol_keys_myisam.test The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07: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 virtual columns: 2010-12-31 10:39:14 +01:00
vcol_misc.test MDEV-11527 Virtual columns do not get along well with NO_ZERO_DATE 2017-01-12 13:54:21 +01:00
vcol_non_stored_columns_innodb.test virtual columns: 2010-12-31 10:39:14 +01: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 don't even try to run xtradb-only tests with innodb, use have_xtradb.combinations. 2012-02-23 09:18:48 +01: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 virtual columns: 2010-12-31 10:39:14 +01:00
vcol_select_myisam.test Fixed LP bug #806057. 2011-12-29 15:09:20 -08:00
vcol_supported_sql_funcs_innodb.test virtual columns: 2010-12-31 10:39:14 +01:00
vcol_supported_sql_funcs_myisam.test The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07: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 virtual columns: 2010-12-31 10:39:14 +01: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 virtual columns: 2010-12-31 10:39:14 +01: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 bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arena 2017-01-15 00:11:50 +01:00