[Maria-developers] Building TOKUDB into 5.5.34 from sources

2013-12-02 Thread m...@rpzdesign.com
I am trying to build 5.5.34 from source on Linux x64 (Fedora 14). I was looking at the readme files and could not find anything about building 5.5.34 from source and including TokuDB (which has the source code in the /storage/TokuDB/ directory) into the build. I was looking for something like

[Maria-developers] High Priest of Humility

2013-01-07 Thread m...@rpzdesign.com
Arjen: I would not go so far as to call it "raving" or boasting about anything. It was a private email message to you only. Not broadcast publicly. For a MariaDB captain, that is pretty bold offering a negative opinion to a potential contributor. Negative comments like that are not the best

[Maria-developers] External replication proceeding

2013-01-02 Thread m...@rpzdesign.com
Monty: I received your email and am re-posting to the maria developers list. It is truly amazing that maria developers are HAPPY with replication as it stands right now. binary logs, Single SLAVE reading from individual masters, bla-bla-bla. All the current replication code is like walkin

Re: [Maria-developers] IDE debugging Mariadb linux build

2012-09-10 Thread m...@rpzdesign.com
elopers-bounces+wlad=montyprogram@lists.launchpad.net] On Behalf Of m...@rpzdesign.com Sent: Freitag, 7. September 2012 03:00 To: maria-developers@lists.launchpad.net Subject: [Maria-developers] IDE debugging Mariadb linux build I am using cmake -G"CodeBlocks - Unix Makefiles" to load the

Re: [Maria-developers] Aria Memory Only Tables

2012-09-09 Thread m...@rpzdesign.com
. I NEED row level locking on RAM DISK tables for performance reasons. Another research project for today. On 9/9/2012 12:44 AM, Sergei Golubchik wrote: Hi, md! On Sep 08, m...@rpzdesign.com wrote: Does anybody have any thoughts on what would be involved with getting Aria Tables to have an

[Maria-developers] Aria Memory Only Tables

2012-09-08 Thread m...@rpzdesign.com
Does anybody have any thoughts on what would be involved with getting Aria Tables to have an option to be memory only (Fully cached with no disk writing, power off means data loss) ARIA support row locking instead of Memory Tables which only have Table locking. Table locking sucks for anythi

Re: [Maria-developers] IDE debugging Mariadb linux build

2012-09-08 Thread m...@rpzdesign.com
On 9/7/2012 3:55 AM, Vladislav Vaintroub wrote: -Original Message- From: maria-developers- bounces+wlad=montyprogram@lists.launchpad.net [mailto:maria- developers-bounces+wlad=montyprogram@lists.launchpad.net] On Behalf Of m...@rpzdesign.com Sent: Freitag, 7. September 2012 03:00

Re: [Maria-developers] IDE debugging Mariadb linux build

2012-09-07 Thread m...@rpzdesign.com
t care since Netbeans works. I can now get back to working on code. md On 9/7/2012 3:55 AM, Vladislav Vaintroub wrote: -Original Message- From: maria-developers- bounces+wlad=montyprogram@lists.launchpad.net [mailto:maria- developers-bounces+wlad=montyprogram....@lists.launchpad.ne

[Maria-developers] IDE debugging Mariadb linux build

2012-09-06 Thread m...@rpzdesign.com
I am using cmake -G"CodeBlocks - Unix Makefiles" to load the 5.5.25 project into CodeBlocks for building and editing. Does anybody use KDevelop4 or Codeblocks to build mariadb? If so, how do you set the parameters up so you can run the server in gdb debug? Is there a way to run mysqld without

Re: [Maria-developers] New replication hook

2012-08-28 Thread m...@rpzdesign.com
NOT be targeted at synchronous replication. That should be left to other replication devices or maybe a future development. I just want to make the leap to intelligent, un-supervised async replication first. md On 8/28/2012 9:11 AM, Sergei Golubchik wrote: Hi, md! On Aug 27, m

[Maria-developers] New replication hook

2012-08-27 Thread m...@rpzdesign.com
Hello maria db devs: First, I think you guys totally ROCK. Thank you Michael Widenius and the open source aria engine. I was looking at sql_update.cc, sql_insert.cc, sql_delete.cc so I could insert a hook to feed an external replication engines by choosing the update, delete, insert AFTER tr

Re: [Maria-developers] Feature request: Add support for a syntax check for SQL scripts

2011-10-13 Thread m...@rpzdesign.com
Raphael: You are looking at validating your scripts for your nightly build. (continous integration) I believe you can get the QA from executing the scripts on a test database instead of working on your live data. If you have a lot of stored procedures or scripts, just point them to a test

[Maria-developers] MariaDB Aria based Heap Alternative

2011-08-30 Thread m...@rpzdesign.com
Hello: I am beginning to work on a MEMORY/HEAP modification for the ARIA engine. This should compete favorably with the ORACLE times-ten option or SYBASE In-Memory DB. The goal is to replace the native MySQL Table-Locked HEAP table with a record-locked ARIA based HEAP table. It is my beli