diff options
author | holyfoot/hf@deer.(none) <> | 2006-11-13 20:16:46 +0400 |
---|---|---|
committer | holyfoot/hf@deer.(none) <> | 2006-11-13 20:16:46 +0400 |
commit | 385541131b2be0daec7540b40389b46e93e20428 (patch) | |
tree | d70dc487b4e33a39736452f6305733ffb37e2321 /libmysqld/examples | |
parent | 0357510dca406263d00a8bd1007e4f8784f658b8 (diff) | |
parent | 7ece4caad347127828547a3544640b85fe2be2a0 (diff) | |
download | mariadb-git-385541131b2be0daec7540b40389b46e93e20428.tar.gz |
Merge mysql.com:/home/hf/work/embt/my50-embt
into mysql.com:/home/hf/work/embt/my51-embt
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 |