1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-12 01:53:02 +03:00

Type of MYSQL_BIND::buffer changed to void *

This commit is contained in:
unknown
2004-06-25 17:04:33 +04:00
parent 7e75366b12
commit 13b09b10df
3 changed files with 173 additions and 173 deletions

View File

@ -540,7 +540,7 @@ typedef struct st_mysql_bind
{
unsigned long *length; /* output length pointer */
my_bool *is_null; /* Pointer to null indicators */
char *buffer; /* buffer to get/put data */
void *buffer; /* buffer to get/put data */
enum enum_field_types buffer_type; /* buffer type */
unsigned long buffer_length; /* buffer length, must be set for str/binary */