1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-21 21:22:27 +03:00

Remove bind_length + Fix the client-test

This commit is contained in:
venu@myvenu.com
2003-01-22 01:30:13 -08:00
parent 7436e9ec97
commit 93d4055e21
3 changed files with 311 additions and 917 deletions

View File

@ -481,7 +481,6 @@ typedef struct st_mysql_bind
unsigned long buffer_length; /* buffer length */
/* The following are for internal use. Set by mysql_bind_param */
unsigned long bind_length; /* Default length of data */
unsigned int param_number; /* For null count and error messages */
my_bool long_data_used; /* If used with mysql_send_long_data */
void (*store_param_func)(NET *net, struct st_mysql_bind *param);