summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_ndbapi_examples.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/have_ndbapi_examples.inc')
-rw-r--r--mysql-test/include/have_ndbapi_examples.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/have_ndbapi_examples.inc b/mysql-test/include/have_ndbapi_examples.inc
index 3ab1f063b61..9ce5dadd510 100644
--- a/mysql-test/include/have_ndbapi_examples.inc
+++ b/mysql-test/include/have_ndbapi_examples.inc
@@ -1,4 +1,4 @@
--require r/have_ndbapi_examples.require
disable_query_log;
-eval select LENGTH("$MY_NDB_EXAMPLES_BINARY") > 0 as "have_ndb_example";
+eval select LENGTH("$NDB_EXAMPLES_BINARY") > 0 as "have_ndb_example";
enable_query_log;