List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:August 28 2006 6:37am
Subject:bk commit into 5.1 tree (mkindahl:1.2254)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mkindahl. When mkindahl 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-08-28 08:37:09+02:00, mkindahl@stripped +1 -0
  Changes to make it compile on all platforms.

  unittest/mytap/tap.h@stripped, 2006-08-28 08:37:05+02:00, mkindahl@stripped +5 -0
    Defining __attribute__ for non-gcc platforms.

# 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:	mkindahl
# Host:	dl145h.mysql.com
# Root:	/users/mkindahl/mysql-5.1-new-rpl

--- 1.6/unittest/mytap/tap.h	2006-08-28 08:37:25 +02:00
+++ 1.7/unittest/mytap/tap.h	2006-08-28 08:37:25 +02:00
@@ -21,6 +21,11 @@
 #ifndef TAP_H
 #define TAP_H
 
+#ifndef __GNUC__
+#define __attribute__(X)
+#endif
+
+
 /*
   @defgroup MyTAP MySQL support for performing unit tests according to TAP.
 
Thread
bk commit into 5.1 tree (mkindahl:1.2254)Mats Kindahl28 Aug