Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
N/A
-
None
Description
There are some scripts/files which use old slow-log-related variables. They should probably be updated now, to refer either to new names or both, depending on the context – new names should be enough if they look into the server, and both are needed if they look into the config files. Otherwise those which refer to config options may start malfunctioning as soon as users put new names in the configs, and those which refer to the server variables may be forgotten when the old variables get removed.
So far I've found
- client/mysqldump.c (setting SLOW_QUERY_LOG))
- debian/additions/mariadb.conf.d/50-server.cnf (variable examples)
- debian/additions/mariadb-report (reading variables)
- scripts/mysqldumpslow.sh (retrieving slow file log name)
- scripts/mysql_system_tables_fix.sql (unsetting slow logging temporarily)
- scripts/wsrep_sst_mysqldump.sh (unsetting slow logging temporarily)
- scripts/sys_schema/procedures/ps_trace_thread_57.sql, scripts/sys_schema/procedures/ps_trace_thread.sql - using long query time in a condition
- tests/mysql_client_test.c (changing the variables)
The list may be incomplete, and naturally it doesn't include MTR which will hopefully notice when the variables get finally removed (or if it doesn't notice, it's useless anyway).
Attachments
Issue Links
- is caused by
-
MDEV-7567 rename slow queries variables
- Closed