mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 23:45:44 +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:
@@ -31,7 +31,7 @@ CREATE DEFINER='root'@'localhost' FUNCTION ps_is_consumer_enabled (
|
||||
Parameters
|
||||
-----------
|
||||
|
||||
in_consumer VARCHAR(64):
|
||||
in_consumer VARCHAR(64):
|
||||
The name of the consumer to check.
|
||||
|
||||
Returns
|
||||
@@ -51,8 +51,8 @@ CREATE DEFINER='root'@'localhost' FUNCTION ps_is_consumer_enabled (
|
||||
1 row in set (0.00 sec)
|
||||
'
|
||||
SQL SECURITY INVOKER
|
||||
DETERMINISTIC
|
||||
READS SQL DATA
|
||||
DETERMINISTIC
|
||||
READS SQL DATA
|
||||
BEGIN
|
||||
RETURN (
|
||||
SELECT (CASE
|
||||
|
Reference in New Issue
Block a user