mariadb/mysql-test/suite
Monty d8c9c5ead6 MDEV-34491 Setting log_slow_admin="" at startup should be converted to log_slow_admin=ALL
We have an issue if a user have the following in a configuration file:
log_slow_filter=""                  # Log everything to slow query log
log_queries_not_using_indexes=ON

This set log_slow_filter to 'not_using_index' which disables
slow_query_logging of most queries.
In effect, on should never use log_slow_filter="" in config files but
instead use log_slow_filter=ALL.

Fixed by changing log_slow_filter="" that comes either from a
configuration file or from the command line, when starting to the server,
to log_slow_filter=ALL.
A warning will be printed when this happens.

Other things:
- One can now use =ALL for any 'set' variable to set all options at once.
  (backported from 10.6)
2024-07-02 11:26:13 +03:00
..
archive MDEV-33727 mariadb-dump trusts the server and does not validate the data 2024-05-06 17:16:10 +02:00
binlog MDEV-34435 Increase code coverage for debug_dbug test case during startup 2024-06-21 17:24:29 +05:30
binlog_encryption MDEV-9179 When binlog_annotate_row_events on , event of binlog file is truncated 2024-05-06 20:14:37 +02:00
client
compat MDEV-33727 mariadb-dump trusts the server and does not validate the data 2024-05-06 17:16:10 +02:00
csv Backporting bugs fixes fixed by MDEV-31340 from 11.5 2024-05-21 14:58:01 +04:00
encryption Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
engines Merge 10.4 into 10.5 2024-02-12 11:38:13 +02:00
federated MDEV-33727 mariadb-dump trusts the server and does not validate the data 2024-05-06 17:16:10 +02:00
funcs_1 MDEV-34295 CAST(char_col AS DOUBLE) prints redundant spaces in a warning 2024-06-04 15:34:14 +04:00
funcs_2 MDEV-30233 DROP DATABASE test fails: Directory not empty 2022-12-15 11:14:23 +02:00
galera MDEV-12008 fixup: Do not add a new error code 2024-06-24 12:08:13 +03:00
galera_3nodes MDEV-34435 Increase code coverage for debug_dbug test case during startup 2024-06-21 17:24:29 +05:30
galera_3nodes_sr MDEV-34071: Failure during the galera_3nodes_sr.GCF-336 test 2024-05-06 03:16:59 +02:00
galera_sr MDEV-16944 fix galera tests 2024-04-23 10:55:35 +02:00
gcol fix tests after 349ca2be74 2024-05-08 20:01:17 +02:00
handler Merge branch '10.4' into 10.5 2023-07-27 15:43:21 +02:00
heap Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
innodb Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
innodb_fts MDEV-34057 Inconsistent FTS state in concurrent scenarios 2024-06-06 19:09:13 +05:30
innodb_gis Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
innodb_i_s Merge remote-tracking branch '10.4' into 10.5 2023-03-31 21:32:41 +02:00
innodb_zip MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
jp
json MDEV-19487: JSON_TYPE doesnt detect the type of String Values 2024-04-29 22:32:17 +05:30
large_tests MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
maria MDEV-22935 Erroneous Aria Index / Optimizer behaviour 2024-06-05 10:29:49 +03:00
mariabackup MDEV-34053 mariadbbackup privilege REPLICA MONITOR issue 2024-05-09 09:53:44 +10:00
mtr/t
mtr2
multi_source Merge from 10.4 to 10.5 2024-04-15 17:46:49 +02:00
optimizer_unfixed_bugs MDEV-29710: Disable some slow tests on Valgrind 2022-10-06 08:42:26 +03:00
parts MDEV-24610 MEMORY SE: check overflow in info calls with HA_STATUS_AUTO 2024-05-22 09:18:09 +10:00
perfschema sporadic failure of perfschema.func_file_io 2024-05-05 21:37:07 +02:00
perfschema_stress
period MDEV-25370 Update for portion changes autoincrement key in bi-temp table 2024-01-31 16:03:38 +01:00
plugins Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
roles MDEV-33727 mariadb-dump trusts the server and does not validate the data 2024-05-06 17:16:10 +02:00
rpl MDEV-23857: replication master password length 2024-06-18 07:21:18 -06:00
s3 MDEV-33727 update test results 2024-05-08 20:01:17 +02:00
sql_sequence Change mysqldump to use DO instead of 'SELECT' for storing sequences. 2024-06-16 10:51:33 +03:00
storage_engine
stress MDEV-29710: Skip some more tests on Valgrind 2022-10-05 20:37:54 +03:00
sys_vars MDEV-34491 Setting log_slow_admin="" at startup should be converted to log_slow_admin=ALL 2024-07-02 11:26:13 +03:00
unit
vcol MDEV-27966 Assertion fixed()' failed and Assertion fixed == 1' failed, both in Item_func_concat::val_str on SELECT after INSERT with collation utf32_bin on utf8_bin table 2024-06-19 10:01:30 +04:00
versioning Merge 10.4 into 10.5 2024-02-13 14:25:21 +02:00
wsrep Merge 10.4 into 10.5 2023-12-21 11:30:32 +02:00