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

Changed relay_log_space to ulonglong

Removed compiler warnings.
This commit is contained in:
monty@hundin.mysql.fi
2002-08-23 15:14:01 +03:00
parent d3484f889a
commit 7dac7062fa
12 changed files with 34 additions and 45 deletions

View File

@@ -100,7 +100,7 @@ typedef struct st_mysql_rows {
typedef MYSQL_ROWS *MYSQL_ROW_OFFSET; /* offset to current row */
#include <my_alloc.h>
#include "my_alloc.h"
typedef struct st_mysql_data {
my_ulonglong rows;