Re: [Maria-developers] [Gsoc] LDAP authentication plug-in project

2014-03-08 Thread Sudheera Palihakkara
n you help me out please. thanks. On Wed, Mar 5, 2014 at 9:35 AM, Sudheera Palihakkara < catchsudhe...@gmail.com> wrote: > thank you. > > > On Tue, Mar 4, 2014 at 3:41 PM, Peter Laursen wrote: > >> Don't forget Windows/Microsoft 'Active Directory' (what is

Re: [Maria-developers] [Gsoc] LDAP authentication plug-in project

2014-03-04 Thread Sudheera Palihakkara
t; there any remote servers that I can connect to? >> >> Local one is perfectly fine. >> >> Regards, >> Sergei >> >> ___ >> Mailing list: https://launchpad.net/~maria-developers >> Post to : maria-developers@

[Maria-developers] [Gsoc] LDAP authentication plug-in project

2014-03-03 Thread Sudheera Palihakkara
Hi, I'm started to work above project. I want to know that if I have to use a local ldap server to test the feature like OpenLdapServer or are there any remote servers that I can connect to? thanks. -- *Sudheera Palihakkara.* Undergraduate Department of *Computer Science and Engine

[Maria-developers] [Gsoc]Regexp enhancements License

2013-10-02 Thread Sudheera Palihakkara
Hi all, This is to inform you that the code that I created for the task "Regexp enhancements" during "Google Summer Of Code 2013" is available to to MariaDB Foundation under terms of the New BSD License. thank you. -- *Sudheera Palihakkara.* Undergraduate Department of *

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

2013-07-24 Thread Sudheera Palihakkara
/ uint dummy_errors; if (conv.copy(res->ptr(), res->length(), res->charset(), regex_lib_charset, &dummy_errors)) return 1; res= &conv; } thanks On Mon, Jul 22, 2013 at 3:11 AM, Sergei Golubchik wrote: > Hi, Sudheera! > > On Jul 21, Su

[Maria-developers] Documentation for old regex library calls

2013-07-20 Thread Sudheera Palihakkara
e way they used to work with old regex library ? thanks. -- *Sudheera Palihakkara.* Undergraduate Department of *Computer Science and Engineering, *Faculty of Engineering, *University of Moratuwa*, Sri Lanka. ___ Mailing list: https://launchpad.net/~maria-

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, > > > >

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 w

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

2013-07-20 Thread Sudheera Palihakkara
returned 1 exit status make[2]: *** [unittest/mysys/explain_filename-t] Error 1 make[1]: *** [unittest/mysys/CMakeFiles/explain_filename-t.dir/all] Error 2 make: *** [all] Error 2 what might have gone wrong. :( -- *Sudheera Palihakkara.* Undergraduate Department of *Computer Science and Engineering

Re: [Maria-developers] [Gsoc] Regex enhancements Project

2013-04-21 Thread Sudheera Palihakkara
n Sun, Apr 21, 2013 at 12:00 PM, Sudheera Palihakkara wrote: > Hi Kentoku, > > thank you, I will surely study about Oniguruma..! :) > > > On Sat, Apr 20, 2013 at 11:26 PM, kentoku wrote: >> >> Hi Sudheera and Sergei, >> >> > In case of I missed some

Re: [Maria-developers] [Gsoc] Regex enhancements Project

2013-04-20 Thread Sudheera Palihakkara
s multi-byte > character sets like big5, euc-kr and shift_jis. Oniguruma is used by > "mregexp". "Mregexp" is a multi-byte support regex UDF for MySQL. So, I > think you can understand easily about how to use it. > > Thanks, > Kentoku > > > > > 2013/4

Re: [Maria-developers] [Gsoc] Regex enhancements Project

2013-04-20 Thread Sudheera Palihakkara
, Apr 19, 2013 at 3:46 PM, Sergei Golubchik wrote: > Hi, Sudheera! > > On Apr 19, Sudheera Palihakkara wrote: > > Hi, > > I went through other threads on this topic. In one thread you mentioned > to > > choose a suitable regex library. > > > > *( Preliminary

[Maria-developers] [Gsoc] Regex enhancements Project

2013-04-19 Thread Sudheera Palihakkara
Hi, I'm Sudheera Palihakkara, an undergraduate of Department of Computer Science and Engineering of University of Moratuwa. I'm interested in "Regex enhancements Project" and I need more information to get a clear picture about the project. Can I know what is the regex im