GMP and MySql

Cyrille Giquello cyrille37 at gmail.com
Wed Nov 23 16:00:19 CET 2011


Another solution could be to Extends Mysql :
http://dev.mysql.com/doc/refman/5.1/en/extending-mysql.html

Cyrille.

2011/11/23 Wes Freeman <freeman.wes at gmail.com>:
> 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
>>
> _______________________________________________
> gmp-discuss mailing list
> gmp-discuss at gmplib.org
> https://gmplib.org/mailman/listinfo/gmp-discuss
>



-- 
Cyrille.


More information about the gmp-discuss mailing list