mirror of
https://github.com/MariaDB/server.git
synced 2025-08-27 13:04:36 +03:00

WL#4203 Reorganize and fix the data dictionary tests of testsuite funcs_1 because the goal to fix Bug#34532 Some funcs_1 tests do not clean up at end of testing was partially missed. Some minor additional modifications are for WL#4304 Cleanup in funcs_1 tests
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
#### suite/funcs_1/t/innodb_storedproc.test
|
|
#
|
|
|
|
--source include/have_innodb.inc
|
|
let $engine_type= innodb;
|
|
|
|
--source suite/funcs_1/storedproc/load_sp_tb.inc
|
|
|
|
--source suite/funcs_1/storedproc/storedproc_master.inc
|