Skip to content

Commit

Permalink
Fix quoting for the COMMENT within analyze_statement_digest() (which …
Browse files Browse the repository at this point in the history
…failed loading the file when ANSI_QUOTES was enabled).
  • Loading branch information
MarkLeith committed Aug 2, 2013
1 parent e72511c commit 80706ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps_helper_56.sql
Expand Up @@ -1858,7 +1858,7 @@ DELIMITER $$

CREATE PROCEDURE analyze_statement_digest(IN digest_in VARCHAR(32), IN runtime INT,
IN interval_in DECIMAL(2,2), IN start_fresh BOOLEAN, IN auto_enable BOOLEAN)
COMMENT "Parameters: digest_in (varchar(32)), runtime (int), interval_in (decimal(2,2)), start_fresh (boolean), auto_enable (boolean)"
COMMENT 'Parameters: digest_in (varchar(32)), runtime (int), interval_in (decimal(2,2)), start_fresh (boolean), auto_enable (boolean)'
BEGIN

DECLARE v_start_fresh BOOLEAN DEFAULT false;
Expand Down

0 comments on commit 80706ff

Please sign in to comment.