From 3f77f0dd6edbd20d1f693efb96b3d2a85a27fe00 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 12 Sep 2006 03:39:58 +0200 Subject: [PATCH] Change stolen from the -win tree. More specifically, the scripts/Makefile isn't created and it doesn't translate mysql_fix_privilege_tables ".sh" . So, mysql-test/mysql-test-run.pl doesn't find the binary and substitutes /bin/false instead. That obviously doesn't "fix" anything and the test fails because of it. mysql-test/t/system_mysql_db_fix.test: Change stolen from the -win tree. --- mysql-test/t/system_mysql_db_fix.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql-test/t/system_mysql_db_fix.test b/mysql-test/t/system_mysql_db_fix.test index 14132f5af11..daba3b6ff86 100644 --- a/mysql-test/t/system_mysql_db_fix.test +++ b/mysql-test/t/system_mysql_db_fix.test @@ -1,6 +1,9 @@ # Embedded server doesn't support external clients --source include/not_embedded.inc +# Windows doesn't support execution of shell scripts (to fix!!) +--source include/not_windows.inc + # check that CSV engine was compiled in, as the test relies on the presence # of the log tables (which are CSV-based) --source include/have_csv.inc