diff options
author | holyfoot/hf@hfmain.(none) <> | 2006-12-31 12:41:42 +0400 |
---|---|---|
committer | holyfoot/hf@hfmain.(none) <> | 2006-12-31 12:41:42 +0400 |
commit | b4c0867df1097a6e3f6fd1e35435b658636dffda (patch) | |
tree | 141237cc110455e8b067a8fc14d520bdf40aa4bf /libmysqld/examples | |
parent | 67868597bbb71e58ded44b479001c5482685d06d (diff) | |
parent | 4e5b3baf746eb32361e70679a6a1f484c55067dc (diff) | |
download | mariadb-git-b4c0867df1097a6e3f6fd1e35435b658636dffda.tar.gz |
Merge mysql.com:/d2/hf/clean/my51-clean
into mysql.com:/d2/hf/common/my51-common
Diffstat (limited to 'libmysqld/examples')
-rwxr-xr-x | libmysqld/examples/test-run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/examples/test-run b/libmysqld/examples/test-run index c7434488259..aea5b13eaba 100755 --- a/libmysqld/examples/test-run +++ b/libmysqld/examples/test-run @@ -10,7 +10,7 @@ top_builddir=../.. mysql_test_dir=$top_builddir/mysql-test examples=$top_builddir/libmysqld/examples -mysqltest=$examples/mysqltest +mysqltest=$examples/mysqltest_embedded datadir=$mysql_test_dir/var/master-data test_data_dir=test gdb=0 |