diff options
author | mskold/marty@mysql.com/linux.site <> | 2006-09-01 15:14:50 +0200 |
---|---|---|
committer | mskold/marty@mysql.com/linux.site <> | 2006-09-01 15:14:50 +0200 |
commit | 8fdc781d3991e183086809332ac5cace548a7fc5 (patch) | |
tree | 9d1b05ab23ca550c8e52260f1bd0be73bec28471 /mysql-test/include/have_ndbapi_examples.inc | |
parent | 6bac3b8f403ecc88b6f677449d6ee7cb70ea8087 (diff) | |
download | mariadb-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.inc | 4 |
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; |