DELIMITER should not be commented out (bug #1612870).
This commit is contained in:
@@ -321,7 +321,7 @@ function PMA_exportDBFooter($db)
|
||||
. $comment_marker . $crlf
|
||||
. $comment_marker . $GLOBALS['strProcedures'] . $crlf
|
||||
. $comment_marker . $crlf
|
||||
. $comment_marker . 'DELIMITER ' . $delimiter . $crlf
|
||||
. 'DELIMITER ' . $delimiter . $crlf
|
||||
. $comment_marker . $crlf;
|
||||
|
||||
foreach($procedure_names as $procedure_name) {
|
||||
@@ -329,7 +329,7 @@ function PMA_exportDBFooter($db)
|
||||
}
|
||||
|
||||
$procs_funcs .= $comment_marker . $crlf
|
||||
. $comment_marker . 'DELIMITER ;' . $crlf
|
||||
. 'DELIMITER ;' . $crlf
|
||||
. $comment_marker . $crlf;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user