diff options
author | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-11-13 10:39:15 +0400 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-11-13 10:39:15 +0400 |
commit | 28f6e132996b90d1ce6407aee9f82952c35eb18e (patch) | |
tree | d66cf03fbaef4b0ffc1468ba9813c047f2e80a7b /libmysqld/examples/test-run | |
parent | 93b36e8e0524a931809927ab48723bf148a29e1c (diff) | |
download | mariadb-git-28f6e132996b90d1ce6407aee9f82952c35eb18e.tar.gz |
embedded-mode tests fixed
libmysqld/examples/test-run:
mysql_embedded should be run here
libmysqld/lib_sql.cc:
thd->real_id setup added
bootstrap check added
mysql-test/t/innodb.test:
paths can be different in embedded server - replace_result added
sql/item_func.cc:
we should compare real_id-s in embedded server
Diffstat (limited to 'libmysqld/examples/test-run')
-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 |