Loading client/sql_string.cc +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ /* This file is originally from the mysql distribution. Coded by monty */ #ifdef __GNUC__ #ifdef USE_PRAGMA_IMPLEMENTATION #pragma implementation // gcc: Class implementation #endif Loading client/sql_string.h +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ /* This file is originally from the mysql distribution. Coded by monty */ #ifdef __GNUC__ #ifdef USE_PRAGMA_INTERFACE #pragma interface /* gcc class implementation */ #endif Loading include/my_global.h +5 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,11 @@ #define USE_PRAGMA_INTERFACE #endif /* Determine when to use "#pragma implementation" */ #if !defined(__INTEL_COMPILER) && defined(__GNUC__) && (__GNUC__ < 3) #define USE_PRAGMA_IMPLEMENTATION #endif #if defined(i386) && !defined(__i386__) #define __i386__ #endif Loading mysql-test/mysql-test-run.sh +2 −2 Original line number Diff line number Diff line Loading @@ -1181,8 +1181,8 @@ start_master() $NOT_FIRST_MASTER_EXTRA_OPTS" fi CUR_MYERR=$MASTER_MYERR CUR_MYSOCK=$MASTER_MYSOCK CUR_MYERR=$MASTER_MYERR$1 CUR_MYSOCK=$MASTER_MYSOCK$1 # For embedded server we collect the server flags and return if [ "x$USE_EMBEDDED_SERVER" = "x1" ] ; then Loading mysys/raid.cc +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ tonu@mysql.com & monty@mysql.com */ #ifdef __GNUC__ #ifdef USE_PRAGMA_IMPLEMENTATION #pragma implementation // gcc: Class implementation #endif Loading Loading
client/sql_string.cc +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ /* This file is originally from the mysql distribution. Coded by monty */ #ifdef __GNUC__ #ifdef USE_PRAGMA_IMPLEMENTATION #pragma implementation // gcc: Class implementation #endif Loading
client/sql_string.h +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ /* This file is originally from the mysql distribution. Coded by monty */ #ifdef __GNUC__ #ifdef USE_PRAGMA_INTERFACE #pragma interface /* gcc class implementation */ #endif Loading
include/my_global.h +5 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,11 @@ #define USE_PRAGMA_INTERFACE #endif /* Determine when to use "#pragma implementation" */ #if !defined(__INTEL_COMPILER) && defined(__GNUC__) && (__GNUC__ < 3) #define USE_PRAGMA_IMPLEMENTATION #endif #if defined(i386) && !defined(__i386__) #define __i386__ #endif Loading
mysql-test/mysql-test-run.sh +2 −2 Original line number Diff line number Diff line Loading @@ -1181,8 +1181,8 @@ start_master() $NOT_FIRST_MASTER_EXTRA_OPTS" fi CUR_MYERR=$MASTER_MYERR CUR_MYSOCK=$MASTER_MYSOCK CUR_MYERR=$MASTER_MYERR$1 CUR_MYSOCK=$MASTER_MYSOCK$1 # For embedded server we collect the server flags and return if [ "x$USE_EMBEDDED_SERVER" = "x1" ] ; then Loading
mysys/raid.cc +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ tonu@mysql.com & monty@mysql.com */ #ifdef __GNUC__ #ifdef USE_PRAGMA_IMPLEMENTATION #pragma implementation // gcc: Class implementation #endif Loading