[Maria-developers] How MySQL/MariaDB handles aborted DDL

2010-07-06 Thread Arjen Lentz
Hi Philip, all Philip's bug on recovery from a kill -9 during DML reminded me... from my experience, aborting a DDL query (ALTER TABLE - things like adding an index usually) can be tricky and more often than not causes hassles. By abort in this case I mean killing the connection/thread that d

Re: [Maria-developers] question on MariaDB and end_bulk_insert

2010-07-06 Thread Zardosht Kasheff
Oops, it turns out the function signature is different from MySQL. This tripped us up. -Zardosht On Tue, Jul 6, 2010 at 3:15 PM, Zardosht Kasheff wrote: > Hello, > > First off, is this the right list to post questions about MariaDB's > source code? If it is not, I apologize, and can somebody ple

[Maria-developers] question on MariaDB and end_bulk_insert

2010-07-06 Thread Zardosht Kasheff
Hello, First off, is this the right list to post questions about MariaDB's source code? If it is not, I apologize, and can somebody please direct me to the right alias? I could not find anything on MariaDB's website. I have noticed the following behavior in MariaDB 5.1.47 with our storage engine