You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
renamed ma_errmsg.h back to errmsg.h
This commit is contained in:
@@ -5,7 +5,7 @@ SET(MARIADB_CLIENT_INCLUDES ${CC_SOURCE_DIR}/include/mariadb_com.h
|
||||
${CC_SOURCE_DIR}/include/ma_tls.h
|
||||
${CC_BINARY_DIR}/include/mariadb_version.h
|
||||
${CC_SOURCE_DIR}/include/ma_list.h
|
||||
${CC_SOURCE_DIR}/include/ma_errmsg.h
|
||||
${CC_SOURCE_DIR}/include/errmsg.h
|
||||
${CC_SOURCE_DIR}/include/mariadb_dyncol.h
|
||||
${CC_SOURCE_DIR}/include/mariadb_ctype.h)
|
||||
SET(MYSQL_ADDITIONAL_INCLUDES
|
||||
|
@@ -18,8 +18,8 @@
|
||||
|
||||
/* Error messages for mysql clients */
|
||||
/* error messages for the demon is in share/language/errmsg.sys */
|
||||
#ifndef _ma_errmsg_h_
|
||||
#define _ma_errmsg_h_
|
||||
#ifndef _errmsg_h_
|
||||
#define _errmsg_h_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
@@ -20,7 +20,7 @@
|
||||
|
||||
#include <ma_global.h>
|
||||
#include <ma_sys.h>
|
||||
#include "ma_errmsg.h"
|
||||
#include "errmsg.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef GERMAN
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <ma_global.h>
|
||||
#include <ma_sys.h>
|
||||
#include <ma_errmsg.h>
|
||||
#include <errmsg.h>
|
||||
#include <mysql.h>
|
||||
#include <mysql/client_plugin.h>
|
||||
#include <mariadb/ma_io.h>
|
||||
|
@@ -43,7 +43,7 @@
|
||||
#include "ma_global.h"
|
||||
#include <ma_sys.h>
|
||||
#include <ma_string.h>
|
||||
#include "ma_errmsg.h"
|
||||
#include "errmsg.h"
|
||||
#include "mysql.h"
|
||||
#include <mariadb/ma_io.h>
|
||||
#include <string.h>
|
||||
|
@@ -46,7 +46,7 @@
|
||||
#include <ma_global.h>
|
||||
#include <ma_sys.h>
|
||||
#include <mysql.h>
|
||||
#include <ma_errmsg.h>
|
||||
#include <errmsg.h>
|
||||
#include <mysql/client_plugin.h>
|
||||
#include <string.h>
|
||||
#include <ma_common.h>
|
||||
|
@@ -36,7 +36,7 @@
|
||||
#include <ma_sys.h>
|
||||
#include <ma_common.h>
|
||||
#include <string.h>
|
||||
#include <ma_errmsg.h>
|
||||
#include <errmsg.h>
|
||||
#include <ma_pvio.h>
|
||||
#include <ma_tls.h>
|
||||
#include <mysql/client_plugin.h>
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "ma_global.h"
|
||||
#include "ma_sys.h"
|
||||
#include "mysql.h"
|
||||
#include "ma_errmsg.h"
|
||||
#include "errmsg.h"
|
||||
#ifndef LIBMARIADB
|
||||
#include "sql_common.h"
|
||||
#else
|
||||
|
@@ -32,7 +32,7 @@
|
||||
#include "mariadb_version.h"
|
||||
#include "ma_server_error.h"
|
||||
#include <mariadb/ma_io.h>
|
||||
#include "ma_errmsg.h"
|
||||
#include "errmsg.h"
|
||||
#include <sys/stat.h>
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
|
@@ -48,7 +48,7 @@
|
||||
#include <ma_string.h>
|
||||
#include <mariadb_ctype.h>
|
||||
#include "mysql.h"
|
||||
#include "ma_errmsg.h"
|
||||
#include "errmsg.h"
|
||||
#include <ma_pvio.h>
|
||||
#include <sys/stat.h>
|
||||
#include <signal.h>
|
||||
|
@@ -26,7 +26,7 @@
|
||||
#include <ma_sys.h>
|
||||
#include <ma_common.h>
|
||||
#include <ma_pvio.h>
|
||||
#include <ma_errmsg.h>
|
||||
#include <errmsg.h>
|
||||
#include <ma_pthread.h>
|
||||
#include <mysql/client_plugin.h>
|
||||
#include <string.h>
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#include <ma_sys.h>
|
||||
#include <ma_common.h>
|
||||
#include <ma_pvio.h>
|
||||
#include <ma_errmsg.h>
|
||||
#include <errmsg.h>
|
||||
|
||||
|
||||
#include <wincrypt.h>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include <ma_sys.h>
|
||||
#include <ma_common.h>
|
||||
#include <ma_pvio.h>
|
||||
#include <ma_errmsg.h>
|
||||
#include <errmsg.h>
|
||||
#include <string.h>
|
||||
#include <mysql/client_plugin.h>
|
||||
#include <string.h>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#include <ma_global.h>
|
||||
#include <ma_sys.h>
|
||||
#include <ma_errmsg.h>
|
||||
#include <errmsg.h>
|
||||
#include <string.h>
|
||||
#include <ma_common.h>
|
||||
#include <mysql/client_plugin.h>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include <mysql/client_plugin.h>
|
||||
#include <string.h>
|
||||
#include <memory.h>
|
||||
#include <ma_errmsg.h>
|
||||
#include <errmsg.h>
|
||||
|
||||
|
||||
/* function prototypes */
|
||||
|
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <ma_global.h>
|
||||
#include <ma_sys.h>
|
||||
#include <ma_errmsg.h>
|
||||
#include <errmsg.h>
|
||||
#include <ma_common.h>
|
||||
#include <mysql.h>
|
||||
#include <mysql/client_plugin.h>
|
||||
|
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <ma_global.h>
|
||||
#include <ma_sys.h>
|
||||
#include <ma_errmsg.h>
|
||||
#include <errmsg.h>
|
||||
#include <mysql.h>
|
||||
#include <mysql/client_plugin.h>
|
||||
#include <string.h>
|
||||
|
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <ma_global.h>
|
||||
#include <ma_sys.h>
|
||||
#include <ma_errmsg.h>
|
||||
#include <errmsg.h>
|
||||
#include <mysql.h>
|
||||
#include <mysql/client_plugin.h>
|
||||
#include <string.h>
|
||||
|
@@ -23,7 +23,7 @@
|
||||
|
||||
#include <ma_global.h>
|
||||
#include <ma_sys.h>
|
||||
#include <ma_errmsg.h>
|
||||
#include <errmsg.h>
|
||||
#include <mysql.h>
|
||||
#include <mysql/client_plugin.h>
|
||||
#include <string.h>
|
||||
|
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <ma_global.h>
|
||||
#include <ma_sys.h>
|
||||
#include <ma_errmsg.h>
|
||||
#include <errmsg.h>
|
||||
#include <mysql.h>
|
||||
#include <mysql/client_plugin.h>
|
||||
#include <ma_context.h>
|
||||
|
@@ -28,7 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include "ma_getopt.h"
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
#include <ma_errmsg.h>
|
||||
#include <errmsg.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef WIN32
|
||||
|
Reference in New Issue
Block a user