[Maria-developers] Documentation for old regex library calls

2013-07-20 Thread Sudheera Palihakkara
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. For exapmle in the function : int Item_func_regex::regcomp(bool

Re: [Maria-developers] Make error - cannot find -lregex

2013-07-20 Thread Sudheera Palihakkara
Hi, I replaced -lregex in /unittest/mysys/CMakeFiles/explain_filename-t.dir/link.txt with -lpcre and all is well now. thank you. On Sun, Jul 21, 2013 at 12:45 AM, Sergei Golubchik wrote: > Hi, Sudheera! > > On Jul 21, Sudheera Palihakkara wrote: > > Hi all, > > > > I have done some editing to

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

2013-07-20 Thread Roberto Spadim
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, example.. Select rvalue(1,2,loadimage(blobfield

Re: [Maria-developers] Make error - cannot find -lregex

2013-07-20 Thread Sergei Golubchik
Hi, Sudheera! On Jul 21, Sudheera Palihakkara wrote: > Hi all, > > I have done some editing to sql/item_cmpfunc.cc file and CMakeList > filesand then when I run the make command( after running cmake) it > halts with > this error in the middle. ([68%]) > > Linking CXX executable explain_filename-

Re: [Maria-developers] Make error - cannot find -lregex

2013-07-20 Thread Sudheera Palihakkara
p.s - I have removed regex folder and replaced the functionalists with pcre library. On Sun, Jul 21, 2013 at 12:30 AM, Sudheera Palihakkara < catchsudhe...@gmail.com> wrote: > Hi all, > > I have done some editing to sql/item_cmpfunc.cc file and CMakeList filesand > then when I run the make comm

[Maria-developers] Make error - cannot find -lregex

2013-07-20 Thread Sudheera Palihakkara
Hi all, I have done some editing to sql/item_cmpfunc.cc file and CMakeList filesand then when I run the make command( after running cmake) it halts with this error in the middle. ([68%]) Linking CXX executable explain_filename-t /usr/bin/ld.bfd.real: cannot find -lregex collect2: error: ld return

Re: [Maria-developers] Structure of MariaDB 10.0 binary logs

2013-07-20 Thread Giuseppe Maxia
Thanks, Kristian. This will get me started. Cheers Giuseppe On Saturday, July 20, 2013 at 10:33 , Kristian Nielsen wrote: > Giuseppe Maxia mailto:g.ma...@gmail.com)> writes: > > > Specifically, I would like to know > > * what are the differences between binary logs in MariaDB 5.5 and 10.0

Re: [Maria-developers] Structure of MariaDB 10.0 binary logs

2013-07-20 Thread Kristian Nielsen
Giuseppe Maxia writes: > Specifically, I would like to know > * what are the differences between binary logs in MariaDB 5.5 and 10.0 > * what are the differences between binary logs in MariaDB 10.0 and MySQL 5.6. I think the difference is mainly the addition of new events. At least, I cannot t

[Maria-developers] Structure of MariaDB 10.0 binary logs

2013-07-20 Thread Giuseppe Maxia
Hi, Where can I find a detailed structure of the binary logs supported by MariaDB 10.0.x? Specifically, I would like to know * what are the differences between binary logs in MariaDB 5.5 and 10.0 * what are the differences between binary logs in MariaDB 10.0 and MySQL 5.6. The purpose of this