Loading SSL/run-client 0 → 100755 +9 −0 Original line number Diff line number Diff line #! /bin/sh cmd () { echo $* $* } client/mysql --port=4407 --socket=/tmp/test.mysql.sock --ssl-ca=SSL/cacert.pem --ssl-cert=SSL/client-cert.pem --ssl-key=SSL/client-key.pem --debug='d:t:O,/tmp/client.trace' -h 127.0.0.1 --execute="select version()" SSL/run-server 0 → 100755 +9 −0 Original line number Diff line number Diff line #! /bin/sh cmd () { echo $* $* } cmd sql/mysqld --port=4407 --socket=/tmp/test.mysql.sock --ssl-ca=SSL/cacert.pem --ssl-cert=SSL/server-cert.pem --ssl-key=SSL/server-key.pem --skip-grant --debug='d:t:O,/tmp/mysqld.trace' >& /tmp/mysqld.output extra/resolveip.c +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ #include <netdb.h> #include <m_ctype.h> #include <my_sys.h> #include <m_string.h> #include <getopt.h> #if !defined(_AIX) && !defined(HAVE_UNIXWARE7_THREADS) && !defined(HAVE_UNIXWARE7_POSIX) && !defined(h_errno) Loading myisam/mi_open.c +1 −1 Original line number Diff line number Diff line Loading @@ -1017,7 +1017,7 @@ The argument file_to_dup is here for the future if there would on some OS exist a dup()-like call that would give us two different file descriptors. *************************************************************************/ int mi_open_datafile(MI_INFO *info, MYISAM_SHARE *share, File file_to_dup) int mi_open_datafile(MI_INFO *info, MYISAM_SHARE *share, File file_to_dup __attribute__((unused))) { #ifdef USE_RAID if (share->base.raid_type) Loading mysys/my_compress.c +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ #ifdef HAVE_COMPRESS #include <my_sys.h> #include <zlib.h> #include <m_string.h> /* ** This replaces the packet with a compressed packet Loading Loading
SSL/run-client 0 → 100755 +9 −0 Original line number Diff line number Diff line #! /bin/sh cmd () { echo $* $* } client/mysql --port=4407 --socket=/tmp/test.mysql.sock --ssl-ca=SSL/cacert.pem --ssl-cert=SSL/client-cert.pem --ssl-key=SSL/client-key.pem --debug='d:t:O,/tmp/client.trace' -h 127.0.0.1 --execute="select version()"
SSL/run-server 0 → 100755 +9 −0 Original line number Diff line number Diff line #! /bin/sh cmd () { echo $* $* } cmd sql/mysqld --port=4407 --socket=/tmp/test.mysql.sock --ssl-ca=SSL/cacert.pem --ssl-cert=SSL/server-cert.pem --ssl-key=SSL/server-key.pem --skip-grant --debug='d:t:O,/tmp/mysqld.trace' >& /tmp/mysqld.output
extra/resolveip.c +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ #include <netdb.h> #include <m_ctype.h> #include <my_sys.h> #include <m_string.h> #include <getopt.h> #if !defined(_AIX) && !defined(HAVE_UNIXWARE7_THREADS) && !defined(HAVE_UNIXWARE7_POSIX) && !defined(h_errno) Loading
myisam/mi_open.c +1 −1 Original line number Diff line number Diff line Loading @@ -1017,7 +1017,7 @@ The argument file_to_dup is here for the future if there would on some OS exist a dup()-like call that would give us two different file descriptors. *************************************************************************/ int mi_open_datafile(MI_INFO *info, MYISAM_SHARE *share, File file_to_dup) int mi_open_datafile(MI_INFO *info, MYISAM_SHARE *share, File file_to_dup __attribute__((unused))) { #ifdef USE_RAID if (share->base.raid_type) Loading
mysys/my_compress.c +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ #ifdef HAVE_COMPRESS #include <my_sys.h> #include <zlib.h> #include <m_string.h> /* ** This replaces the packet with a compressed packet Loading