List:Internals« Previous MessageNext Message »
From:Sergei Golubchik Date:May 27 2005 2:15pm
Subject:bk commit into 4.1 tree (serg:1.2300)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of serg. When serg 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.2300 05/05/27 14:15:08 serg@stripped +1 -0
  forgotten s/__GNUC__/USE_PRAGMA_INTERFACE/ causes compilation faliures

  sql/hash_filo.h
    1.11 05/05/27 14:14:57 serg@stripped +1 -1
    forgotten s/__GNUC__/USE_PRAGMA_INTERFACE/ causes compilation faliures

# 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:	serg
# Host:	serg.mylan
# Root:	/usr/home/serg/Abk/mysql-4.1

--- 1.10/sql/hash_filo.h	Fri Sep 19 11:44:28 2003
+++ 1.11/sql/hash_filo.h	Fri May 27 14:14:57 2005
@@ -23,7 +23,7 @@
 #ifndef  HASH_FILO_H
 #define  HASH_FILO_H
 
-#ifdef __GNUC__
+#ifdef USE_PRAGMA_INTERFACE
 #pragma interface			/* gcc class interface */
 #endif
 
Thread
bk commit into 4.1 tree (serg:1.2300)Sergei Golubchik27 May