1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

myisam_data_pointer_size

include/mysql.h:
  compatibility fix
This commit is contained in:
unknown
2004-05-01 15:41:59 +02:00
parent 4173696d65
commit 66f2d8bffa
7 changed files with 17 additions and 6 deletions

View File

@@ -120,7 +120,7 @@ typedef unsigned long long my_ulonglong;
typedef struct st_mysql_rows {
struct st_mysql_rows *next; /* list of rows */
MYSQL_ROW data;
ulong length;
unsigned long length;
} MYSQL_ROWS;
typedef MYSQL_ROWS *MYSQL_ROW_OFFSET; /* offset to current row */