Re: [Maria-developers] Documentation for old regex library calls

2013-07-21 Thread Sergei Golubchik
Hi, Sudheera! On Jul 21, Sudheera Palihakkara wrote: > Hi all, > > I'm replacing the current regular expression library with modern > library(pcre) for mariadb. I need some information about the ways that code > uses the old regex library. The relevant codes are in sql/item_cmpfunc.cc > directory

Re: [Maria-developers] RFC getting information from image (blob)

2013-07-21 Thread Roberto Spadim
thanks hartmut! i'm reading the postgis now, any idea if mysql or mariadb will extend gis support? ___ Mailing list: https://launchpad.net/~maria-developers Post to : maria-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-dev

Re: [Maria-developers] RFC getting information from image (blob)

2013-07-21 Thread Hartmut Holzgraefe
On 07/21/2013 04:24 AM, Roberto Spadim wrote: Hi guys, i will implement a gis system, but my problem isn't gis, my problem is raster (bitmap) images I will save images at mariadb using longblobs And i will create a table with, datetime and image I will need read each r,g,b value from each pixel,