mirror of
https://github.com/MariaDB/server.git
synced 2025-05-04 06:05:05 +03:00
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
#### suite/funcs_1/t/innodb_storedproc_06.test
|
|
#
|
|
# 1. Check if InnoDB is available
|
|
--source include/have_innodb.inc
|
|
|
|
# 2. Set $engine_type
|
|
let $engine_type= innodb;
|
|
|
|
--source suite/funcs_1/storedproc/storedproc_06.inc
|