Re: Fixing "the worst InnoDB corruption bug in 3 years" - when

2005-01-06 Thread Brian Aker
be seeing monthly, if not more frequent, 4.1 and 5.0 builds. Hope this helps some in your planning. Cheers, -Brian -- Brian Aker, Director of Architecture MySQL AB, www.mysql.com Seatle, WA. USA -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscrib

MyPerl 0.9 released

2003-06-16 Thread Brian Aker
MyPerl allows you to store and execute perl code inside of your MySQL database. You can use it to write custom functions. You can find copies of MyPerl here: http://software.tangent.org/download/myperl-0.9-1.i386.rpm http://software.tangent.org/download/myperl-0.9.tar.gz Among the fixes are that

RE: MySQL v.s. Oracle

2001-12-14 Thread Brian Aker
ntly need to keep from doing this I just use myperl() in MySQL and let it do the work (and even if you hate perl you have to admit it is a lot prettier then PL/SQL). -Brian -- ___ Brian Aker, [EMAIL PROTECTED] Slashdot Senior Developer Sea

Re: Putting PCRE in MySQL?

2001-11-28 Thread Brian Aker
t;some_complex_perl_regex"; select * FROM table WHERE (myperl("expression", row, row,...)=1); http://software.tangent.org/download/myperl-0.5.tar.gz -Brian -- ___ Brian Aker, [EMAIL PROTECTED] Slashdot Senior Developer Seattle, Was