Skip to content

Commit 191f262

Browse files
author
Alexander Barkov
committed
Fixing that "mtr --ps compat/oracle.sp-row" failed due to a wrong position of the DELIMITER command
1 parent e1cff0a commit 191f262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/suite/compat/oracle/t/sp-row.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1955,8 +1955,8 @@ DROP TABLE t1;
19551955
--echo # Assigning a table%ROWTYPE field to an OUT parameter
19561956
--echo #
19571957

1958-
DELIMITER $$;
19591958
CREATE TABLE t1 (a INT, b VARCHAR(10));
1959+
DELIMITER $$;
19601960
CREATE PROCEDURE p1 (res IN OUT INTEGER)
19611961
AS
19621962
rec1 t1%ROWTYPE:=ROW(10,'b0');

0 commit comments

Comments
 (0)