mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-20699 fixup: Re-record compat/oracle.sp-package result
This commit is contained in:
@ -699,6 +699,10 @@ END
|
|||||||
character_set_client latin1
|
character_set_client latin1
|
||||||
collation_connection latin1_swedish_ci
|
collation_connection latin1_swedish_ci
|
||||||
Database Collation 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;
|
SHOW CREATE PACKAGE BODY test2;
|
||||||
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
|
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
|
||||||
@ -719,6 +723,10 @@ END
|
|||||||
character_set_client latin1
|
character_set_client latin1
|
||||||
collation_connection latin1_swedish_ci
|
collation_connection latin1_swedish_ci
|
||||||
Database Collation 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;
|
DROP PACKAGE BODY test2;
|
||||||
SELECT test2.f1();
|
SELECT test2.f1();
|
||||||
ERROR 42000: FUNCTION test.test2.f1 does not exist
|
ERROR 42000: FUNCTION test.test2.f1 does not exist
|
||||||
|
Reference in New Issue
Block a user