1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-02 02:53:04 +03:00
Files
mariadb/mysql-test/suite
Raghunandan Bhat 28f5322a44 MDEV-37054: Implement INFORMATION_SCHEMA.PARAMETERS.PARAMETER_DEFAULT column
MariaDB 11.8 and above now supports `DEFAULT` values for parameters in
stored procedures and functions. This commit introduces the
`INFORMATION_SCHEMA.PARAMETERS.PARAMETER_DEFAULT` column to display the
default value of parameters.

The value is only shown if the current user or any of it's enabled roles
is the owner of parameter's `SPECIFIC_SCHEMA`, otherwise `NULL`.
2025-10-15 22:04:28 +05:30
..
2025-10-09 17:46:33 +03:00
2025-10-09 17:46:33 +03:00
2025-10-09 17:46:33 +03:00
2025-10-09 17:46:33 +03:00
2025-10-09 17:46:33 +03:00
2025-10-09 09:32:33 +02:00