Skip to content

Commit

Permalink
Fixing that "mtr --ps compat/oracle.sp-row" failed due to a wrong pos…
Browse files Browse the repository at this point in the history
…ition of the DELIMITER command
  • Loading branch information
Alexander Barkov committed Apr 6, 2017
1 parent ea75185 commit c4963a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/suite/compat/oracle/t/sp-row.test
Expand Up @@ -1955,8 +1955,8 @@ DROP TABLE t1;
--echo # Assigning a table%ROWTYPE field to an OUT parameter
--echo #

DELIMITER $$;
CREATE TABLE t1 (a INT, b VARCHAR(10));
DELIMITER $$;
CREATE PROCEDURE p1 (res IN OUT INTEGER)
AS
rec1 t1%ROWTYPE:=ROW(10,'b0');
Expand Down

0 comments on commit c4963a3

Please sign in to comment.