mirror of
https://gitee.com/wangbin579/cetus.git
synced 2024-11-29 18:37:36 +08:00
Fix compile warnings and CMakefile typo
This commit is contained in:
parent
99d42554b9
commit
ca6f4495e6
@ -129,7 +129,7 @@ IF(NOT MYSQL_INCLUDE_DIRS)
|
||||
_MYSQL_CONFIG(MYSQL_LIBRARIES "(^| )-l" "--libs")
|
||||
_MYSQL_CONFIG(MYSQL_LIBRARY_DIRS "(^| )-L" "--libs")
|
||||
ELSE(NOT MYSQL_INCLUDE_DIRS)
|
||||
SET(MYSQL_LIBRARIES libmysql)
|
||||
SET(MYSQL_LIBRARIES mysql)
|
||||
ENDIF(NOT MYSQL_INCLUDE_DIRS)
|
||||
|
||||
SET(CMAKE_REQUIRED_INCLUDES
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
#include "network-exports.h"
|
||||
|
||||
#define XA_CMD_BUF_LEN 128
|
||||
#define XA_CMD_BUF_LEN 256
|
||||
|
||||
NETWORK_API network_socket_retval_t do_read_auth(network_mysqld_con *);
|
||||
NETWORK_API network_socket_retval_t do_connect_cetus(network_mysqld_con *, network_backend_t **, int *);
|
||||
|
Loading…
Reference in New Issue
Block a user