Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0

into  mysql.com:/home/cps/mysql/trees/mysql-5.0
This commit is contained in:
petr@mysql.com 2005-10-07 20:40:09 +04:00
commit dad1e2048d
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#if defined(__GNUC__) && defined(USE_PRAGMA_IMPLEMENTATION) #if defined(__GNUC__) && defined(USE_PRAGMA_IMPLEMENTATION)
#pragma interface #pragma implementation
#endif #endif
#include "mysql_connection.h" #include "mysql_connection.h"

View File

@ -15,7 +15,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#if defined(__GNUC__) && defined(USE_PRAGMA_IMPLEMENTATION) #if defined(__GNUC__) && defined(USE_PRAGMA_IMPLEMENTATION)
#pragma interface #pragma implementation
#endif #endif
#include "user_map.h" #include "user_map.h"