GMP and MySql

Wes Freeman freeman.wes at gmail.com
Wed Nov 23 15:49:05 CET 2011


Yeah, should be fairly trivial with C and
http://dev.mysql.com/downloads/connector/c/
Or another language that has a GMP wrapper and a mysql driver/library
(which is probably a lot of choices).

Wes

On Wed, Nov 23, 2011 at 8:22 AM, James Barlow-Bignell
<james at jamesbb.co.uk> wrote:
> You want to modify the MySQL source to use gmp?
>
> Otherwise - why not extract the string, modify it with gmp and update?
>
> James
>
> On 22 Nov 2011, at 22:57, "Kim Prince" <kim at kimprince.com> wrote:
>
>> I am looking for a way to use bitwise functions (AND, OR, XOR) on arbitrary
>> precision integers (represented as strings) within MySql.  Can anyone point
>> me in the right direction on this?  Thanks!
>>
>> _______________________________________________
>> gmp-discuss mailing list
>> gmp-discuss at gmplib.org
>> https://gmplib.org/mailman/listinfo/gmp-discuss
> _______________________________________________
> gmp-discuss mailing list
> gmp-discuss at gmplib.org
> https://gmplib.org/mailman/listinfo/gmp-discuss
>


More information about the gmp-discuss mailing list