diff options
author | monty@mashka.mysql.fi <> | 2003-10-15 22:40:36 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-10-15 22:40:36 +0300 |
commit | 9ef2a83fbe93da4b5d69389e2c5368f96debedc7 (patch) | |
tree | dcc59a0d59657900722d4e51c1daeceec81df437 /sql-common | |
parent | e71b53a8fec86ee65c136a9447b56361cbf918fb (diff) | |
download | mariadb-git-9ef2a83fbe93da4b5d69389e2c5368f96debedc7.tar.gz |
Portability fixes for windows
After merge fixes
Diffstat (limited to 'sql-common')
-rw-r--r-- | sql-common/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql-common/client.c b/sql-common/client.c index 80a5a719376..15f906f4e34 100644 --- a/sql-common/client.c +++ b/sql-common/client.c @@ -1137,8 +1137,8 @@ unpack_fields(MYSQL_DATA *data,MEM_ROOT *alloc,uint fields, /* Read all rows (fields or data) from server */ -MYSQL_DATA *cli_read_rows(MYSQL *mysql,MYSQL_FIELD *mysql_fields, - unsigned int fields) +MYSQL_DATA * STDCALL cli_read_rows(MYSQL *mysql,MYSQL_FIELD *mysql_fields, + unsigned int fields) { uint field; ulong pkt_len; |