mirror of
https://github.com/MariaDB/server.git
synced 2025-07-05 19:08:12 +02:00
![]() Implement default values for parameters of stored routines in both default and oracle mode. - Default values for cursor parameters are *NOT* supported yet. - An IN parameter with DEFAULT followed by an OUT param is not supported yet. This combination will be enabled together with the arrow syntax: sp1(v=>p2) The default values can be either literals or expressions. When it is an expression, it is only evaluated if the parameter has not been supplied by the caller (important if the expression has side effects). |
||
---|---|---|
.. | ||
maxdb | ||
mssql | ||
oracle | ||
README.txt |
To run a test suite under this directory, you should use the format: mysql-test-run --suite=compat/oracle or to run one test: mysql-test-run compat/oracle.test_name