diff options
author | unknown <brian@avenger.(none)> | 2004-08-13 17:14:36 -0700 |
---|---|---|
committer | unknown <brian@avenger.(none)> | 2004-08-13 17:14:36 -0700 |
commit | 24e03b49a230443d52b82d5352072d64d314aab4 (patch) | |
tree | f0f27b1d97cda6c636e4f7583f68ce41daf745de /mysql-test/include | |
parent | 2d8f4a61bf49613f326407af75ce6dd8badfe21c (diff) | |
download | mariadb-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.inc | 4 |
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; |