Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent 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
1.1989 05/12/08 16:15:27 kent@stripped +2 -0
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
sql/mysqld.cc
1.522 05/12/08 16:15:24 kent@stripped +0 -0
Auto merged
mysql-test/t/symlink.test
1.17 05/12/08 16:15:23 kent@stripped +0 -0
Auto merged
# 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: kent
# Host: c-664072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root: /Users/kent/mysql/bk/mysql-5.0-release/RESYNC
--- 1.521/sql/mysqld.cc 2005-12-04 19:55:16 +01:00
+++ 1.522/sql/mysqld.cc 2005-12-08 16:15:24 +01:00
@@ -6358,7 +6358,7 @@
#else
have_openssl=SHOW_OPTION_NO;
#endif
-#if !defined(HAVE_REALPATH) || defined(HAVE_BROKEN_REALPATH)
+#ifdef HAVE_BROKEN_REALPATH
have_symlink=SHOW_OPTION_NO;
#else
have_symlink=SHOW_OPTION_YES;
@@ -7053,7 +7053,7 @@
usage();
exit(0);
}
-#if !defined(HAVE_REALPATH) || defined(HAVE_BROKEN_REALPATH)
+#if defined(HAVE_BROKEN_REALPATH)
my_use_symdir=0;
my_disable_symlinks=1;
have_symlink=SHOW_OPTION_NO;
--- 1.16/mysql-test/t/symlink.test 2005-07-28 15:12:37 +02:00
+++ 1.17/mysql-test/t/symlink.test 2005-12-08 16:15:23 +01:00
@@ -3,6 +3,8 @@
show variables like "have_symlink";
enable_query_log;
+--source include/not_windows.inc
+
--disable_warnings
drop table if exists t1,t2,t7,t8,t9;
drop database if exists mysqltest;
| Thread |
|---|
| • bk commit into 5.0 tree (kent:1.1989) | kent | 8 Dec |