Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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.1926 05/05/27 12:03:37 msvensson@neptunus.(none) +9 -0
Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing in 4.1
sql/sp_rcontext.h
1.18 05/05/27 12:03:33 msvensson@neptunus.(none) +1 -1
USE_PRAGMA_INTERFACE
sql/sp_rcontext.cc
1.26 05/05/27 12:03:33 msvensson@neptunus.(none) +1 -1
USE_PRAGMA_IMPLEMENTATION
sql/sp_pcontext.h
1.19 05/05/27 12:03:33 msvensson@neptunus.(none) +1 -1
USE_PRAGMA_INTERFACE
sql/sp_pcontext.cc
1.22 05/05/27 12:03:33 msvensson@neptunus.(none) +1 -1
USE_PRAGMA_IMPLEMENTATION
sql/sp_head.h
1.53 05/05/27 12:03:33 msvensson@neptunus.(none) +1 -1
USE_PRAGMA_INTERFACE
sql/sp_head.cc
1.138 05/05/27 12:03:33 msvensson@neptunus.(none) +1 -1
USE_PRAGMA_IMPLEMENTATION
sql/sp_cache.h
1.8 05/05/27 12:03:33 msvensson@neptunus.(none) +1 -1
USE_PRAGMA_INTERFACE
sql/sp_cache.cc
1.9 05/05/27 12:03:33 msvensson@neptunus.(none) +1 -1
USE_PRAGMA_IMPLEMENTATION
sql/hash_filo.h
1.11 05/05/27 12:03:33 msvensson@neptunus.(none) +1 -1
USE_PRAGMA_INTERFACE
# 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: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/mysql-5.0
--- 1.10/sql/hash_filo.h 2003-09-19 11:44:28 +02:00
+++ 1.11/sql/hash_filo.h 2005-05-27 12:03:33 +02:00
@@ -23,7 +23,7 @@
#ifndef HASH_FILO_H
#define HASH_FILO_H
-#ifdef __GNUC__
+#ifdef USE_PRAGMA_INTERFACE
#pragma interface /* gcc class interface */
#endif
--- 1.8/sql/sp_cache.cc 2004-03-22 14:44:38 +01:00
+++ 1.9/sql/sp_cache.cc 2005-05-27 12:03:33 +02:00
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#ifdef __GNUC__
+#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation
#endif
--- 1.7/sql/sp_cache.h 2004-03-22 14:44:38 +01:00
+++ 1.8/sql/sp_cache.h 2005-05-27 12:03:33 +02:00
@@ -18,7 +18,7 @@
#ifndef _SP_CACHE_H_
#define _SP_CACHE_H_
-#ifdef __GNUC__
+#ifdef USE_PRAGMA_INTERFACE
#pragma interface /* gcc class implementation */
#endif
--- 1.137/sql/sp_head.cc 2005-05-23 23:43:37 +02:00
+++ 1.138/sql/sp_head.cc 2005-05-27 12:03:33 +02:00
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#ifdef __GNUC__
+#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation
#endif
--- 1.52/sql/sp_head.h 2005-03-08 19:53:00 +01:00
+++ 1.53/sql/sp_head.h 2005-05-27 12:03:33 +02:00
@@ -18,7 +18,7 @@
#ifndef _SP_HEAD_H_
#define _SP_HEAD_H_
-#ifdef __GNUC__
+#ifdef USE_PRAGMA_INTERFACE
#pragma interface /* gcc class implementation */
#endif
--- 1.21/sql/sp_pcontext.cc 2005-04-08 19:57:57 +02:00
+++ 1.22/sql/sp_pcontext.cc 2005-05-27 12:03:33 +02:00
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#ifdef __GNUC__
+#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation
#endif
--- 1.18/sql/sp_pcontext.h 2005-04-13 16:57:43 +02:00
+++ 1.19/sql/sp_pcontext.h 2005-05-27 12:03:33 +02:00
@@ -18,7 +18,7 @@
#ifndef _SP_PCONTEXT_H_
#define _SP_PCONTEXT_H_
-#ifdef __GNUC__
+#ifdef USE_PRAGMA_INTERFACE
#pragma interface /* gcc class implementation */
#endif
--- 1.25/sql/sp_rcontext.cc 2005-05-23 23:43:38 +02:00
+++ 1.26/sql/sp_rcontext.cc 2005-05-27 12:03:33 +02:00
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#ifdef __GNUC__
+#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation
#endif
--- 1.17/sql/sp_rcontext.h 2005-05-23 23:43:38 +02:00
+++ 1.18/sql/sp_rcontext.h 2005-05-27 12:03:33 +02:00
@@ -18,7 +18,7 @@
#ifndef _SP_RCONTEXT_H_
#define _SP_RCONTEXT_H_
-#ifdef __GNUC__
+#ifdef USE_PRAGMA_INTERFACE
#pragma interface /* gcc class implementation */
#endif
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.1926) | msvensson | 27 May |