mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
compatibility define for Bug#15293
This commit is contained in:
@@ -117,6 +117,9 @@ typedef unsigned long long my_ulonglong;
|
|||||||
|
|
||||||
#define MYSQL_COUNT_ERROR (~(my_ulonglong) 0)
|
#define MYSQL_COUNT_ERROR (~(my_ulonglong) 0)
|
||||||
|
|
||||||
|
/* backward compatibility define - to be removed eventually */
|
||||||
|
#define ER_WARN_DATA_TRUNCATED WARN_DATA_TRUNCATED
|
||||||
|
|
||||||
typedef struct st_mysql_rows {
|
typedef struct st_mysql_rows {
|
||||||
struct st_mysql_rows *next; /* list of rows */
|
struct st_mysql_rows *next; /* list of rows */
|
||||||
MYSQL_ROW data;
|
MYSQL_ROW data;
|
||||||
|
Reference in New Issue
Block a user