@@ -1992,7 +1992,7 @@ |
||
1992 | 1992 | "Please check 'https://bugs.mysql.com/bug.php?id=14564'"); |
1993 | 1993 | } |
1994 | 1994 | $functionStmt = $row['Create Function']; |
1995 | - if ( $this->dumpSettings['skip-definer'] ) { |
|
1995 | + if ($this->dumpSettings['skip-definer']) { |
|
1996 | 1996 | if ($functionStmtReplaced = preg_replace( |
1997 | 1997 | '/^(CREATE)\s+('.self::DEFINER_RE.')?\s+(FUNCTION\s.*)$/s', |
1998 | 1998 | '\1 \3', |