mariadb/storage/rocksdb/mysql-test/rocksdb_rpl/t
Monty 775cba4d0f MDEV-33145 Add FLUSH GLOBAL STATUS
- FLUSH GLOBAL STATUS now resets most global_status_vars.
  At this stage, this is mainly to be used for testing.
- FLUSH SESSION STATUS added as an alias for FLUSH STATUS.
- FLUSH STATUS does not require any privilege (before required RELOAD).
- FLUSH GLOBAL STATUS requires RELOAD privilege.
- All global status reset moved to FLUSH GLOBAL STATUS.
- Replication semisync status variables are now reset by
  FLUSH GLOBAL STATUS.
- In test cases, the only changes are:
  - Replace FLUSH STATUS with FLUSH GLOBAL STATUS
  - Replace FLUSH STATUS with FLUSH STATUS; FLUSH GLOBAL STATUS.
    This was only done in a few tests where the test was using SHOW STATUS
    for both local and global variables.
- Uptime_since_flush_status is now always provided, independent if
  ENABLED_PROFILING is enabled when compiling MariaDB.
- @@global.Uptime_since_flush_status is reset on FLUSH GLOBAL STATUS
  and @@session.Uptime_since_flush_status is reset on FLUSH SESSION STATUS.
- When connected, @@session.Uptime_since_flush_status is set to 0.
2024-05-27 12:39:03 +02:00
..
consistent_snapshot_mixed_engines-master.opt Initial commit, 2016-10-06 17:24:09 +00:00
consistent_snapshot_mixed_engines.test Initial commit, 2016-10-06 17:24:09 +00:00
disabled.def Disable rocksdb_rpl.rpl_gtid_crash_safe_optimized 2019-07-16 18:42:19 +03:00
mdev12179.test MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
multiclient_2pc-master.opt Copy of 2017-07-28 17:52:07 +00:00
multiclient_2pc.test MDEV-32104 remove deprecated features 2023-09-30 14:43:12 +02:00
optimize_myrocks_replace_into.test Copy of 2019-06-15 21:29:46 +03:00
rocksdb_slave_check_before_image_consistency-slave.opt Copy of 2019-06-15 21:29:46 +03:00
rocksdb_slave_check_before_image_consistency.test Copy of 2019-06-15 21:29:46 +03:00
rpl_binlog_xid_count-master.opt MDEV-14290 Binlog rotate crashes when two commit_checkpoint_notify capable engines. 2017-12-11 12:41:45 +02:00
rpl_binlog_xid_count.test MDEV-14290 Binlog rotate crashes when two commit_checkpoint_notify capable engines. 2017-12-11 12:41:45 +02:00
rpl_check_for_binlog_info.pl Initial commit, 2016-10-06 17:24:09 +00:00
rpl_crash_safe_wal_corrupt.cnf Copy of 2017-03-11 07:17:42 +03:00
rpl_crash_safe_wal_corrupt.test Initial commit, 2016-10-06 17:24:09 +00:00
rpl_ddl_high_priority.test Copy of 2017-09-15 10:04:49 +00:00
rpl_gtid_crash_safe-master.opt Copy of 2017-03-11 07:17:42 +03:00
rpl_gtid_crash_safe-slave.opt Copy of 2017-03-11 07:17:42 +03:00
rpl_gtid_crash_safe.test Copy of 2019-06-15 21:29:46 +03:00
rpl_gtid_crash_safe_optimized-master.opt Copy of 2019-06-15 21:29:46 +03:00
rpl_gtid_crash_safe_optimized-slave.opt Copy of 2019-06-15 21:29:46 +03:00
rpl_gtid_crash_safe_optimized.test Copy of 2019-06-15 21:29:46 +03:00
rpl_gtid_crash_safe_wal_corrupt.cnf Copy of 2017-03-11 07:17:42 +03:00
rpl_gtid_crash_safe_wal_corrupt.inc Revert "MDEV-30610 Update RocksDB to v8.1.1" 2023-09-30 14:12:55 +02:00
rpl_gtid_crash_safe_wal_corrupt.test Initial commit, 2016-10-06 17:24:09 +00:00
rpl_gtid_rocksdb_sys_header-master.opt Initial commit, 2016-10-06 17:24:09 +00:00
rpl_gtid_rocksdb_sys_header-slave.opt Initial commit, 2016-10-06 17:24:09 +00:00
rpl_gtid_rocksdb_sys_header.test MDEV-32104 remove deprecated features 2023-09-30 14:43:12 +02:00
rpl_missing_columns_sk_update.cnf test.cnf files should !include default_my.cnf 2024-02-03 11:22:20 +01:00
rpl_missing_columns_sk_update.test Copy of 2018-08-28 08:23:44 +00:00
rpl_mts_dependency_unique_key_conflicts.test MDEV-32104 remove deprecated features 2023-09-30 14:43:12 +02:00
rpl_no_unique_check_on_lag-slave.opt Initial commit, 2016-10-06 17:24:09 +00:00
rpl_no_unique_check_on_lag.test Copy of 2017-07-28 17:52:07 +00:00
rpl_no_unique_check_on_lag_mts-slave.opt Initial commit, 2016-10-06 17:24:09 +00:00
rpl_no_unique_check_on_lag_mts.test Copy of 2017-07-28 17:52:07 +00:00
rpl_rocksdb_2pc_crash_recover-master.opt Enable basic XA between MyRocks and the binlog 2017-08-25 11:55:12 +03:00
rpl_rocksdb_2pc_crash_recover-slave.opt Enable basic XA between MyRocks and the binlog 2017-08-25 11:55:12 +03:00
rpl_rocksdb_2pc_crash_recover.test Merge branch 'merge-myrocks' of github.com:MariaDB/mergetrees into bb-10.2-mariarocks-merge 2018-08-28 14:09:04 +03:00
rpl_rocksdb_slave_gtid_info_optimized-master.opt Copy of 2019-06-15 21:29:46 +03:00
rpl_rocksdb_slave_gtid_info_optimized-slave.opt Copy of 2019-06-15 21:29:46 +03:00
rpl_rocksdb_slave_gtid_info_optimized.test Copy of 2019-06-15 21:29:46 +03:00
rpl_rocksdb_snapshot-master.opt Initial commit, 2016-10-06 17:24:09 +00:00
rpl_rocksdb_snapshot-slave.opt Initial commit, 2016-10-06 17:24:09 +00:00
rpl_rocksdb_snapshot.test Copy of 2017-07-28 17:52:07 +00:00
rpl_rocksdb_snapshot_without_gtid.test Copy of 2017-07-28 17:52:07 +00:00
rpl_rocksdb_stress_crash-master.opt Initial commit, 2016-10-06 17:24:09 +00:00
rpl_rocksdb_stress_crash-slave.opt Copy of 2017-07-28 17:52:07 +00:00
rpl_rocksdb_stress_crash.test Initial commit, 2016-10-06 17:24:09 +00:00
rpl_skip_trx_api_binlog_format-master.opt Copy of 2017-02-06 17:39:08 +00:00
rpl_skip_trx_api_binlog_format-slave.opt Copy of 2017-02-06 17:39:08 +00:00
rpl_skip_trx_api_binlog_format.test Copy of 2017-07-28 17:52:07 +00:00
rpl_xa.inc MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
rpl_xa.test MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
singledelete_idempotent_recovery.cnf Copy of 2017-07-28 17:52:07 +00:00
singledelete_idempotent_recovery.test Copy of 2018-01-27 10:18:20 +00:00
singledelete_idempotent_table.cnf More fixes in MyRocks' rocksdb_rpl testsuite 2017-12-22 02:21:27 +03:00
singledelete_idempotent_table.test More fixes in MyRocks' rocksdb_rpl testsuite 2017-12-22 02:21:27 +03:00