summaryrefslogtreecommitdiff
path: root/mysql-test/include
diff options
context:
space:
mode:
authorunknown <brian@avenger.(none)>2004-08-13 17:14:36 -0700
committerunknown <brian@avenger.(none)>2004-08-13 17:14:36 -0700
commit24e03b49a230443d52b82d5352072d64d314aab4 (patch)
treef0f27b1d97cda6c636e4f7583f68ce41daf745de /mysql-test/include
parent2d8f4a61bf49613f326407af75ce6dd8badfe21c (diff)
downloadmariadb-git-24e03b49a230443d52b82d5352072d64d314aab4.tar.gz
Adding test cases for the example storage engine (so that you can test to see if it was built correctly).
Diffstat (limited to 'mysql-test/include')
-rw-r--r--mysql-test/include/have_exampledb.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/have_exampledb.inc b/mysql-test/include/have_exampledb.inc
new file mode 100644
index 00000000000..7ddd15c48b3
--- /dev/null
+++ b/mysql-test/include/have_exampledb.inc
@@ -0,0 +1,4 @@
+-- require r/have_exampledb.require
+disable_query_log;
+show variables like "have_example_engine";
+enable_query_log;