mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
11 lines
393 B
Text
11 lines
393 B
Text
###################################
|
|
# 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
|