List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:September 12 2006 1:40am
Subject:bk commit into 5.1 tree (cmiller:1.2315)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of cmiller. When cmiller does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2006-09-12 03:39:58+02:00, cmiller@stripped +1 -0
  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@stripped, 2006-09-12 03:39:55+02:00, cmiller@stripped +3 -0
    Change stolen from the -win tree.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	cmiller
# Host:	maint1.mysql.com
# Root:	/data/localhome/cmiller/mysql-5.1-maint

--- 1.23/mysql-test/t/system_mysql_db_fix.test	2006-09-12 03:40:04 +02:00
+++ 1.24/mysql-test/t/system_mysql_db_fix.test	2006-09-12 03:40:04 +02:00
@@ -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
Thread
bk commit into 5.1 tree (cmiller:1.2315)Chad MILLER12 Sep