Skip to content

Commit

Permalink
MDEV-20699 fixup: Re-record compat/oracle.sp-package result
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Sep 29, 2021
1 parent 742b37a commit f3bc4f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mysql-test/suite/compat/oracle/r/sp-package.result
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,10 @@ END
character_set_client latin1
collation_connection latin1_swedish_ci
Database Collation latin1_swedish_ci
Warnings:
Level Note
Code 1585
Message This function 'concat' has the same name as a native function
SHOW CREATE PACKAGE BODY test2;
Package body test2
sql_mode PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ORACLE,NO_KEY_OPTIONS,NO_TABLE_OPTIONS,NO_FIELD_OPTIONS,NO_AUTO_CREATE_USER,SIMULTANEOUS_ASSIGNMENT
Expand All @@ -719,6 +723,10 @@ END
character_set_client latin1
collation_connection latin1_swedish_ci
Database Collation latin1_swedish_ci
Warnings:
Level Note
Code 1585
Message This function 'concat' has the same name as a native function
DROP PACKAGE BODY test2;
SELECT test2.f1();
ERROR 42000: FUNCTION test.test2.f1 does not exist
Expand Down

0 comments on commit f3bc4f4

Please sign in to comment.