mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
compilation failure on Win64
cannot use &ulint_var (where ulint == unsigned __int64) where (ulong *) is expected (in uncompress() and in "%lu")
This commit is contained in:
@@ -232,7 +232,7 @@ fil_decompress_page(
|
||||
byte* page_buf, /*!< in: preallocated buffer or NULL */
|
||||
byte* buf, /*!< out: buffer from which to read; in aio
|
||||
this must be appropriately aligned */
|
||||
ulint len, /*!< in: length of output buffer.*/
|
||||
ulong len, /*!< in: length of output buffer.*/
|
||||
ulint* write_size) /*!< in/out: Actual payload size of
|
||||
the compressed data. */
|
||||
{
|
||||
|
@@ -99,7 +99,7 @@ fil_decompress_page(
|
||||
byte* page_buf, /*!< in: preallocated buffer or NULL */
|
||||
byte* buf, /*!< out: buffer from which to read; in aio
|
||||
this must be appropriately aligned */
|
||||
ulint len, /*!< in: length of output buffer.*/
|
||||
ulong len, /*!< in: length of output buffer.*/
|
||||
ulint* write_size); /*!< in/out: Actual payload size of
|
||||
the compressed data. */
|
||||
|
||||
|
@@ -232,7 +232,7 @@ fil_decompress_page(
|
||||
byte* page_buf, /*!< in: preallocated buffer or NULL */
|
||||
byte* buf, /*!< out: buffer from which to read; in aio
|
||||
this must be appropriately aligned */
|
||||
ulint len, /*!< in: length of output buffer.*/
|
||||
ulong len, /*!< in: length of output buffer.*/
|
||||
ulint* write_size) /*!< in/out: Actual payload size of
|
||||
the compressed data. */
|
||||
{
|
||||
|
@@ -99,7 +99,7 @@ fil_decompress_page(
|
||||
byte* page_buf, /*!< in: preallocated buffer or NULL */
|
||||
byte* buf, /*!< out: buffer from which to read; in aio
|
||||
this must be appropriately aligned */
|
||||
ulint len, /*!< in: length of output buffer.*/
|
||||
ulong len, /*!< in: length of output buffer.*/
|
||||
ulint* write_size); /*!< in/out: Actual payload size of
|
||||
the compressed data. */
|
||||
|
||||
|
Reference in New Issue
Block a user