on 32bit platform if the column is UNSIGNED INT(11) and the value
authorAndrey Hristov <andrey@php.net>
Tue, 8 Nov 2005 13:50:50 +0000 (13:50 +0000)
committerAndrey Hristov <andrey@php.net>
Tue, 8 Nov 2005 13:50:50 +0000 (13:50 +0000)
commit00a9f063f8bbd165562fe7bd38c759393324fa84
tree973a7efba656691961ffefdfbae37c9293e9af14
parent270640283e4bceee208b09a843c02b2e79b71e07
on 32bit platform if the column is UNSIGNED INT(11) and the value
is greater than 2^31-1 then convert to string. on 64bit this is of no
problem because there long inside zval is big enough to keep unsigned
int(11)
ext/mysqli/mysqli_api.c