Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3(EOL)
-
10.2.2-3, 10.2.2-1, 10.2.2-2, 10.2.2-4, 10.1.18
Description
In order to implement packages easier, we'll do the following changes in Sp_handler::show_create_sp():
- Reverse the return value to the standard MariaDB notation: false on success, true on error
- Add a new parameter const DDL_options_st ddl_options and use it to process the OR REPLACE and IF NOT EXISTS clauses, instead of accessing thd->lex->create_info.
Attachments
Issue Links
- blocks
-
MDEV-10591 Oracle-style packages
- Closed