You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result type of strlen changes with word size, but
mysql_stmt_prepare's third argument is fixed as an unsigned long. This
explicitly coerces the type to match. On 64-bit it's optimized away.
0 commit comments