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:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user