You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Simon Walter <si...@gikaku.com> on 2018/11/30 14:55:03 UTC

dbd_mysql_pselect_internal sets almost everything to MYSQL_TYPE_VAR_STRING

In apr_dbd_mysql.c in function dbd_mysql_pselect_internal I see:
else {(*res)->bind[i].buffer_type = MYSQL_TYPE_VAR_STRING;}

Why is almost everything being set to MYSQL_TYPE_VAR_STRING?

Where can I ask questions about apr_dbd?

Who is the author and how do contact them with my question?

Thanks,

Simon