summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_ndbapi_examples.inc
diff options
context:
space:
mode:
authormskold/marty@mysql.com/linux.site <>2006-09-01 15:14:50 +0200
committermskold/marty@mysql.com/linux.site <>2006-09-01 15:14:50 +0200
commit8fdc781d3991e183086809332ac5cace548a7fc5 (patch)
tree9d1b05ab23ca550c8e52260f1bd0be73bec28471 /mysql-test/include/have_ndbapi_examples.inc
parent6bac3b8f403ecc88b6f677449d6ee7cb70ea8087 (diff)
downloadmariadb-git-8fdc781d3991e183086809332ac5cace548a7fc5.tar.gz
Fixed ndbapi-examples, and added tests for mysql-test-run.pl
Diffstat (limited to 'mysql-test/include/have_ndbapi_examples.inc')
-rw-r--r--mysql-test/include/have_ndbapi_examples.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/have_ndbapi_examples.inc b/mysql-test/include/have_ndbapi_examples.inc
new file mode 100644
index 00000000000..3ab1f063b61
--- /dev/null
+++ b/mysql-test/include/have_ndbapi_examples.inc
@@ -0,0 +1,4 @@
+--require r/have_ndbapi_examples.require
+disable_query_log;
+eval select LENGTH("$MY_NDB_EXAMPLES_BINARY") > 0 as "have_ndb_example";
+enable_query_log;