mariadb/mysql-test/suite/archive
Thirunarayanan Balathandayuthapani b24ecd7ca6 MDEV-32250 Enable --no-autocommit by default in mysqldump
- mariadb-dump utility performs logical backups by producing
set of sql statements that can be executed. By enabling this
no-autocommit option, InnoDB can load the data in an efficient
way and writes the only one undo log for the whole operation.
Only first insert statement undergoes bulk insert operation,
remaining insert statement doesn't write undo log and undergoes
normal insert code path.
2024-12-03 20:25:04 +05:30
..
archive-big.result
archive-big.test Marked some very slow mtr tests with not_valgrind 2021-06-14 17:03:19 +03:00
archive.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
archive.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
archive_bitfield.result Merge branch 'bb-11.5-release' into bb-11.6-release 2024-08-06 17:28:38 +02:00
archive_bitfield.test MDEV-32250 Enable --no-autocommit by default in mysqldump 2024-12-03 20:25:04 +05:30
archive_debug.result
archive_debug.test
archive_eits.result MDEV-17297: stats.records=0 for a table of Archive engine when it has rows, when we run ANALYZE command 2019-04-18 23:12:43 +03:00
archive_eits.test MDEV-17297: stats.records=0 for a table of Archive engine when it has rows, when we run ANALYZE command 2019-04-18 23:12:43 +03:00
archive_gis.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
archive_gis.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
archive_no_symlink-master.opt
archive_no_symlink.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
archive_no_symlink.test
archive_plugin.result
archive_plugin.test
archive_symlink.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
archive_symlink.test
disabled.def enabled test archive_gis 2019-06-11 15:44:58 +05:30
discover.result VECTOR indexes support for RENAME TABLE 2024-11-05 14:00:49 -08:00
discover.test Fix various spelling errors 2022-03-03 13:42:49 +11:00
discover_5438.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
discover_5438.result
discover_5438.test
flush.result Optimize flush tables with read lock (FTWRL) to not wait for select's 2018-12-09 22:12:25 +02:00
flush.test Optimize flush tables with read lock (FTWRL) to not wait for select's 2018-12-09 22:12:25 +02:00
mysqlhotcopy_archive.result MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
mysqlhotcopy_archive.test
partition_archive.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
partition_archive.test cleanup: don't ---replace_regex /#sql-.*/#sql-temporary/ 2019-02-05 01:34:17 +01:00
repair.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
repair.test MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
rnd_pos.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
rnd_pos.test Merge 11.4 into 11.6 2024-10-03 16:09:56 +03:00
suite.pm