mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
e885b1af6c
BitKeeper/deleted/.del-not_ndb_table.inc~86f167fc49e34d38: Delete: mysql-test/include/not_ndb_table.inc BitKeeper/deleted/.del-not_ndb_table.require~1e81af954dbb864a: Delete: mysql-test/r/not_ndb_table.require mysql-test/extra/rpl_tests/rpl_foreign_key.test: Cleanup test for NDB mysql-test/t/rpl_foreign_key_innodb.test: Cleanup test for NDB mysql-test/r/rpl_foreign_key_innodb.result: Cleanup test for NDB mysql-test/t/rpl_optimize.test: setting back to orginal values
10 lines
355 B
Text
10 lines
355 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/have_innodb.inc
|
|
let $engine_type=INNODB;
|
|
-- source extra/rpl_tests/rpl_foreign_key.test
|