1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

my_alloc.h included in installation

This commit is contained in:
unknown
2002-04-20 00:00:29 +03:00
parent 5ccbbee104
commit 2ebd90b830
3 changed files with 3 additions and 3 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;