Corey Hickey

Results 52 comments of Corey Hickey

For me, on Debian, this occurs when I upgrade libmariadb3 to 10.6.5 (and presumably earlier 10.6.x versions). Thanks @bviviano, your patch works and appears to me to be a good...

Ok, that's fine. I opened a PR: https://github.com/perl5-dbi/DBD-mysql/pull/339 ...including my understanding of the issue in the commit message. Please correct me if I got any details wrong. Thanks, Corey

I can see that this will need some more work to allow for MySQL and for MariaDB before this commit: https://github.com/mariadb-corporation/mariadb-connector-c/commit/d73e4c23a26feafbb7c4c5171b809506822322ce I don't know how to handle that, though. my...

I had a second look at this and it turns out to be easier than I thought. DBD-mysql already does not support such old mariadb-connector-c versions. https://github.com/perl5-dbi/DBD-mysql/blob/master/.travis.yml#L144 So, all we...

If the code actually uses `size_t`, then sure, that would be appropriate. I can't test that out myself right at this moment. I do suggest putting in a comment about...

Thanks @toddr and @pali. I have updated this PR with your fixes.

> @bugfood, I still see it set as an `unsigned int`? it needs to be `size_t` Oops; fixed now.

> What's the status of this pull request? It looks like the last issue was addressed over 4 months ago. I've been using it on my desktop and haven't had...

> Is this patch published yet? The content of that patch is effectively the same as this PR. I think the history there is: 1. I made this PR. 2....