Loading client/thread_test.c +5 −4 Original line number Diff line number Diff line Loading @@ -16,10 +16,6 @@ MA 02111-1307, USA */ #include <global.h> #include <my_sys.h> #include <my_pthread.h> #include "mysql.h" #include <getopt.h> #ifndef THREAD Loading @@ -30,6 +26,11 @@ int main(int argc, char **argv) } #else #include <my_sys.h> #include <my_pthread.h> #include "mysql.h" #include <getopt.h> static my_bool version,verbose; static uint thread_count,number_of_tests=1000,number_of_threads=2; static pthread_cond_t COND_thread_count; Loading Loading
client/thread_test.c +5 −4 Original line number Diff line number Diff line Loading @@ -16,10 +16,6 @@ MA 02111-1307, USA */ #include <global.h> #include <my_sys.h> #include <my_pthread.h> #include "mysql.h" #include <getopt.h> #ifndef THREAD Loading @@ -30,6 +26,11 @@ int main(int argc, char **argv) } #else #include <my_sys.h> #include <my_pthread.h> #include "mysql.h" #include <getopt.h> static my_bool version,verbose; static uint thread_count,number_of_tests=1000,number_of_threads=2; static pthread_cond_t COND_thread_count; Loading