This commit is contained in:
Antony Dovgal 2006-09-28 23:03:56 +00:00
parent 478d42a3ac
commit d6eb64344d

View File

@ -521,7 +521,7 @@ struct pdo_column_data {
struct pdo_bound_param_data {
long paramno; /* if -1, then it has a name, and we don't know the index *yet* */
char *name;
long namelen;
int namelen;
long max_value_len; /* as a hint for pre-allocation */