List:Internals« Previous MessageNext Message »
From:heikki Date:June 12 2001 6:10pm
Subject:bk commit into 3.23 tree
View as plain text  
Below is the list of changes that have just been pushed into main
3.23. repository. For information on how to access the repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet@stripped, 2001-06-12 21:10:42+03:00, heikki@stripped
  univ.i  	Disable XCHG mutex implementation because of compile problem in GCC-2.96

  innobase/include/univ.i
    1.11 01/06/12 21:10:32 heikki@stripped +2 -0
    Disable XCHG mutex implementation because of compile problem in GCC-2.96

# 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:	heikki
# Host:	donna.mysql.fi
# Root:	/home/heikki/mysqlf

--- 1.10/innobase/include/univ.i	Mon May 21 19:04:30 2001
+++ 1.11/innobase/include/univ.i	Tue Jun 12 21:10:32 2001
@@ -9,6 +9,8 @@
 #ifndef univ_i
 #define univ_i
 
+#undef UNIV_INTEL_X86
+
 #if (defined(_WIN32) || defined(_WIN64)) && !defined(MYSQL_SERVER)
 #define __WIN__
 #include <windows.h>
Thread
bk commit into 3.23 treeheikki12 Jun