Commit Graph

9 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
fa5c684f27
Replace the master/slave terminology
Replaces master with primary and slave with replica.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-12-18 14:26:56 -03:00
Maurício Meneghini Fauth
3e0856c77b
Remove useless string concatenations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-27 21:40:22 -03:00
Maurício Meneghini Fauth
f00d70cccb
Remove useless whitespaces
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-15 17:05:40 -03:00
William Desportes
f72b616776
Ref #17004 - Improve Advisor rule
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-27 00:33:30 +02:00
William Desportes
90066200ed
Fix #17004 - Fix Advisor for MariaDB >= 10.5 because of removed "innodb_log_files_in_group" variable
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-22 18:41:53 +02:00
Maurício Meneghini Fauth
9cd74edf49 Fix gettext incorrectly detection string as php-format
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-31 19:02:11 -03:00
Maurício Meneghini Fauth
7cee8e44f9 Refactor the Advisor class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-31 15:39:26 -03:00
Maurício Meneghini Fauth
45e1128122 Move gettext calls to advisory rules files
Removes the need of the AdvisoryRulesCommand.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-31 15:37:46 -03:00
Maurício Meneghini Fauth
51ae4fad22 Remove advisory rules file parser
Uses a PHP array instead of parsing a TXT file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-31 15:37:46 -03:00