From 3fbbe686ee802461ef293181f952911c253639a6 Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Tue, 4 Feb 2003 22:30:47 +0100 Subject: - removed LIBOBJS hack (no longer required with newer versions of autoconf and actually results in an error with very recent autoconf versions! (see http://www.gnu.org/manual/autoconf/html_node/autoconf_165.html or "AC_LIBOBJ vs. LIBOBJS" in the autoconf documentation) Please merge this into 4.0 as well! --- bdb/dist/configure.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bdb/dist/configure.in b/bdb/dist/configure.in index 6656a588a66..08d60a6c07a 100644 --- a/bdb/dist/configure.in +++ b/bdb/dist/configure.in @@ -463,13 +463,6 @@ dnl deleted getwd(). AC_REPLACE_FUNCS(getcwd getopt memcmp memcpy memmove) AC_REPLACE_FUNCS(raise snprintf strcasecmp strerror vsnprintf) -dnl XXX -dnl Nasty hack. AC_REPLACE_FUNCS added entries of the form xxx.o to the -dnl LIBOBJS variable. They have to be xxx.lo if we are building shared -dnl libraries. Use sed, configure already requires it. -tmp="`echo \"$LIBOBJS\" | sed \"s/\.o/${o}/g\"`" -LIBOBJS="$tmp" - dnl Check for system functions we optionally use. AC_CHECK_FUNCS(getuid pstat_getdynamic sysconf sched_yield strtoul yield) -- cgit v1.2.1 From a30d3cd8473e7d4ad3412a042741f34dcb004e80 Mon Sep 17 00:00:00 2001 From: "heikki@hundin.mysql.fi" <> Date: Wed, 5 Feb 2003 01:42:07 +0200 Subject: ha_innobase.cc: Backport from 4.0: fix potential bug if store_lock is called with TL_IGNORE in the middle of a query --- sql/ha_innobase.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/ha_innobase.cc b/sql/ha_innobase.cc index 7045e5c31d5..5b2af70f34e 100644 --- a/sql/ha_innobase.cc +++ b/sql/ha_innobase.cc @@ -3700,7 +3700,7 @@ ha_innobase::store_lock( binlog) requires the use of a locking read */ prebuilt->select_lock_type = LOCK_S; - } else { + } else if (lock_type != TL_IGNORE) { /* We set possible LOCK_X value in external_lock, not yet here even if this would be SELECT ... FOR UPDATE */ -- cgit v1.2.1 From 1454f356405301cb6e562aea050b5d8ab0f0bac6 Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Wed, 5 Feb 2003 11:49:51 +0100 Subject: - Yves mail address does not seem to be valid anymore - changed mail address to report bugs to bugs@mysql.com (thanks to Christian Hammers for pointing this out) - please merge this into all other trees! --- scripts/mysqlaccess.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mysqlaccess.sh b/scripts/mysqlaccess.sh index 824dba7b65a..699e74834e3 100644 --- a/scripts/mysqlaccess.sh +++ b/scripts/mysqlaccess.sh @@ -2414,7 +2414,7 @@ sub Print_Header { sub Print_Footer { if ($MySQLaccess::CMD) { #command-line mode print "\n" - ."BUGs can be reported by email to Yves.Carlier\@rug.ac.be\n"; + ."BUGs can be reported by email to bugs\@mysql.com\n"; } if ($MySQLaccess::CGI) { #CGI-BIN mode if ($MySQLaccess::Param{'brief'}) { @@ -2422,7 +2422,7 @@ sub Print_Footer { } print "