Oracle-style packages were introduced in MariaDB 10.3.5.
DROP PACKAGE [IF EXISTS] [ db_name . ] package_name
The DROP PACKAGE
statement can be used when Oracle SQL_MODE is set.
The DROP PACKAGE
statement drops a stored package entirely:
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/drop-package/