mirror of
https://github.com/MariaDB/server.git
synced 2025-05-11 13:21:44 +03:00

- Update mysql-test-run.pl to collect tests from several suites - Group test into suites - Add suite.opt file
12 lines
393 B
Plaintext
12 lines
393 B
Plaintext
###################################
|
|
# Wrapper for rpl_foreign_key.test#
|
|
###################################
|
|
# Change Author: JBM
|
|
# Change Date: 2006-01-17
|
|
# Change: FK not supported, skip test when NDB is forced
|
|
####################################
|
|
-- source include/not_ndb_default.inc
|
|
-- source include/have_innodb.inc
|
|
let $engine_type=INNODB;
|
|
-- source extra/rpl_tests/rpl_foreign_key.test
|