From 8fdc781d3991e183086809332ac5cace548a7fc5 Mon Sep 17 00:00:00 2001 From: "mskold/marty@mysql.com/linux.site" <> Date: Fri, 1 Sep 2006 15:14:50 +0200 Subject: Fixed ndbapi-examples, and added tests for mysql-test-run.pl --- mysql-test/include/have_ndbapi_examples.inc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mysql-test/include/have_ndbapi_examples.inc (limited to 'mysql-test/include/have_ndbapi_examples.inc') 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; -- cgit v1.2.1