mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 05:58:16 +00:00
Remove trailing spaces (#665)
* Remove trailing spaces * PR-665 - Remove trailing spaces - Updated not stable test t/pt-online-schema-change/preserve_triggers.t - Updated utilities in bin directory * PR-665 - Remove trailing spaces - Fixed typos * PR-665 - Remove trailing spaces - Fixed typos --------- Co-authored-by: Sveta Smirnova <sveta.smirnova@percona.com>
This commit is contained in:
@@ -23,10 +23,10 @@ CREATE DEFINER='root'@'localhost' PROCEDURE ps_setup_reload_saved ()
|
||||
-----------
|
||||
|
||||
Reloads a saved Performance Schema configuration,
|
||||
so that you can alter the setup for debugging purposes,
|
||||
so that you can alter the setup for debugging purposes,
|
||||
but restore it to a previous state.
|
||||
|
||||
Use the companion procedure - ps_setup_save(), to
|
||||
|
||||
Use the companion procedure - ps_setup_save(), to
|
||||
save a configuration.
|
||||
|
||||
Requires the SUPER privilege for "SET sql_log_bin = 0;".
|
||||
@@ -140,7 +140,7 @@ BEGIN
|
||||
|
||||
SELECT RELEASE_LOCK('sys.ps_setup_save') INTO v_lock_result;
|
||||
|
||||
SET sql_log_bin = @log_bin;
|
||||
SET sql_log_bin = @log_bin;
|
||||
END$$
|
||||
|
||||
DELIMITER ;
|
||||
|
Reference in New Issue
Block a user