[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] How MySQL/MariaDB handles aborted DDL

2010-07-07 Thread Arjen Lentz
ng an ALTER TABLE, realising it's going to take a long time (forgot to set a large myisam_sort_buffer_size on a MyISAM table, for instance) and wants to abort, fix up the settings and try again (or wait until a more appropriate time later). Cheers, Arjen. - Original Message --

Re: [Maria-developers] 64 table join limit

2010-08-04 Thread Arjen Lentz
a lot of joins and query complexity. MariaDB 5.2 has the OQGRAPH engine integrated. If you'd like assistance with the schema, or utilising OQGRAPH, we'd be happy to help. Regards, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at

Re: [Maria-developers] 64 table join limit

2010-08-08 Thread Arjen Lentz
terminology in bigtable/hypertable was... Perhaps Mark has insights on this too. I'm for it, it solves a real need that people are already trying to solve (with desperately bad design decisions ;-). Regards, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com)

Re: [Maria-developers] pre-allocating binlog to speed up sync_binlog=1

2010-12-14 Thread Arjen Lentz
Hi Serg, Kristian, all On 14/12/2010, at 4:08 PM, Sergei Golubchik wrote: On Dec 14, Arjen Lentz wrote: Can we adopt/implement http://forge.mysql.com/worklog/task.php?id=4925 in MariaDB? The benchmark info is in the item, and looks quite interesting. The author tested it using a separate

Re: [Maria-developers] pre-allocating binlog to speed up sync_binlog=1

2010-12-20 Thread Arjen Lentz
hpad.net/~maria-developers Post to : maria-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp -- Mark Callaghan mdcal...@gmail.com -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) R

Re: [Maria-developers] pre-allocating binlog to speed up sync_binlog=1

2010-12-22 Thread Arjen Lentz
Hi Mark On 23/12/2010, at 6:19 AM, MARK CALLAGHAN wrote: On Mon, Dec 20, 2010 at 9:17 PM, Arjen Lentz wrote: Hi Mark, all On 21/12/2010, at 12:51 PM, MARK CALLAGHAN wrote: It would be nice if pre-allocated binlog files were possible, but performance results from ext-3 overstates the

Re: [Maria-developers] Windows installer MWL#55 finished.

2011-02-01 Thread Arjen Lentz
ode is not different from MySQL? :-) And also there seems to be no 64 bit .zip? Could it have its own account? MSSQL probably ties in with lots of other things, mysqld is pretty self-contained and just needs network access and its local directory tree. Regards, Arjen. -- Arjen Lentz, Exec.Di

Re: [Maria-developers] Bundle more relevant cnf files in MariaDB package

2011-03-27 Thread Arjen Lentz
e builds currently use them, so simply deleting the files is not sufficient. I'll see if I can find those dependencies, and create a modified tree for merging. Cheers, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Remote expertise & maintenance for MySQ

Re: [Maria-developers] Default parameter settings / Windows MSI installer

2011-04-05 Thread Arjen Lentz
in a 50M BLOB, then the iblog should be >150M. But the packet size is all of a query, not just the one column, and it'll be escaped also. Regular BLOBs (images, etc) tend to not exceed 10M or so, which is well within the iblog/3 range for the size values I suggest. Re

Re: [Maria-developers] Default parameter settings / Windows MSI installer

2011-04-07 Thread Arjen Lentz
ot;ACID out of the box" is vital - it's been like that on Windows for years, and Oracle/MySQL has also moved to that for Unix from 5.5. This was a longer overdue change of default, and the only reason it wasn't done before was the old "MySQL AB does not own InnoDB&quo

Re: [Maria-developers] MariaDB 5.2.6 release preparations

2011-05-12 Thread Arjen Lentz
hinders adoption - and it can even trigger people moving away. Regards, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Remote expertise & maintenance for MySQL/MariaDB server environments. Follow us at http://openquery.com/blog/ & http://twitter.com/openquery

Re: [Maria-developers] [Maria-discuss] Reqeust for SHOW FULL FIELDS FROM and virtual tables in MariaDB

2011-06-02 Thread Arjen Lentz
Hi Peter, all > From: "Peter Laursen" > > Refer http://kb.askmonty.org/v/virtual-columns - the example > > CREATE TABLE table1 ( > a INT NOT NULL, > b VARCHAR(32), > c INT AS (a MOD 10) virtual, > d VARCHAR(5) AS (LEFT(b,5)) persistent); > > now > > SHOW FULL FIELDS FROM table1; > > Field Ty

Re: [Maria-developers] forwarded message from Kristian Köhntopp

2011-06-20 Thread Arjen Lentz
ke a win to me? Cheers, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Remote expertise & maintenance for MySQL/MariaDB server environments. Follow us at http://openquery.com/blog/ & http://twitter.com/openquery ___

[Maria-developers] TCP CRCs - relevant for client/server including replication communications

2011-07-04 Thread Arjen Lentz
have a replication slave copying a transaction "perfectly" except it has wrong data...) Regards, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Remote expertise & maintenance for MySQL/MariaDB server environments. Follow us at http://openquery.c

Re: [Maria-developers] TCP CRCs - relevant for client/server including replication communications

2011-07-05 Thread Arjen Lentz
Hi Kristian > From: "Kristian Nielsen" > http://kb.askmonty.org/en/binlog-event-checksums > > Checksums are in MariaDB 5.3. > It's also in the MariaDB 5.2 replication preview. Off by default? Cheers, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://o

Re: [Maria-developers] [Commits] Rev 3020: MWL#192: Non-blocking client API for libmysqlclient. in http://bazaar.launchpad.net/~maria-captains/maria/5.2

2011-09-26 Thread Arjen Lentz
lient lib code suffers from - as well as allowing for non-blocking features without trickery. Cheers, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Remote expertise & maintenance for MySQL/MariaDB server environments. Follow us at http://openqu

Re: [Maria-developers] FYI: @@optimizer_switch default changed to havesemijoin switched ON.

2011-11-07 Thread Arjen Lentz
lt @@optimizer_swich > value > has: > > semijoin=on > firstmatch=on > loosescan=on > > Philip: if you have any testing planned for "after semi-join optimizations > are > enabled by default", now it's time to do them. > > BR > Sergei > -- >

Re: [Maria-developers] Please review: [Commits] Rev 3538: Fix bug lp:1008773 in file:///home/tsk/mprog/src/5.3-lpb1008773/

2012-06-17 Thread Arjen Lentz
null_value= 0; > >was_values= 0; > > @@ -901,6 +903,8 @@ void Item_maxmin_subselect::no_rows_in_r > > > > void Item_singlerow_subselect::no_rows_in_result() > > { > > + if (const_item()) > > + return; > >value= Item_cache::get_cache(new Item

Re: [Maria-developers] External replication proceeding

2013-01-06 Thread Arjen Lentz
orward to seeing your code contributions. Regards, Arjen. (MariaDB captain) -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Australian peace of mind for your MySQL/MariaDB infrastructure. Follow us at http://openquery.com/blog/ & http://twitter.com/openquery __

Re: [Maria-developers] Documentation about GTID

2013-05-06 Thread Arjen Lentz
writing negative blog articles, etc). Perhaps this is not fixable without possibly having an upgrade process break, which is even less desirable. But if there is another viable route, please consider. thanks Regards, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Austra

Re: [Maria-developers] microslow-innodb ported to 5.1

2009-05-27 Thread Arjen Lentz
will be easy to include it into MariaDB. I will propose merge soon, so let's do not duplicate work if you are going to look into this patch also. Ah, excellent! Cheers, Arjen. -- Arjen Lentz, Director @ Open Query (http://openquery.com) Affordable Training and ProActive Support for

Re: [Maria-developers] Tungsten Replicator and MariaDB

2009-06-11 Thread Arjen Lentz
at is easy for MariaDB users to find. Files or announcements/links? ourdelta.org could do some of it. Cheers, Arjen. -- Arjen Lentz, Director @ Open Query (http://openquery.com) Affordable Training and ProActive Support for MySQL & related technologies Follow our blog at http://open

Re: [Maria-developers] Bug tracker for MariaDB

2009-06-18 Thread Arjen Lentz
look over. I would very very strongly suggest to use the bug tracking facilities at Launchpad. They're neatly linked to branches, allow people to follow, do linking to upstream bugtrackers, etc. OurDelta and Percona also use it, which again provides neat integration. Cheers, Arjen. --

Re: [Maria-developers] Bug tracker for MariaDB

2009-06-18 Thread Arjen Lentz
Hi Bryan, Monty On 19/06/2009, at 11:22 AM, Bryan Alsdorf wrote: Arjen Lentz wrote: Hi Bryan, On 19/06/2009, at 8:01 AM, Bryan Alsdorf wrote: I am in the process of setting up Eventum as the bug tracker at Monty Program AB to track bugs in MariaDB. [...] Any suggestions or comments are

Re: [Maria-developers] Tungsten Replicator and MariaDB

2009-06-19 Thread Arjen Lentz
t, now, shall we? Thanks Cheers, Arjen. -- Arjen Lentz, Director @ Open Query (http://openquery.com) Affordable Training and ProActive Support for MySQL & related technologies Follow our blog at http://openquery.com/blog/ OurDelta: free enhanced builds fo

Re: [Maria-developers] Bug tracker for MariaDB

2009-06-23 Thread Arjen Lentz
Hi Monty On 24/06/2009, at 12:01 AM, Michael Widenius wrote: "Arjen" == Arjen Lentz writes: Arjen> On 19/06/2009, at 11:22 AM, Bryan Alsdorf wrote: Arjen Lentz wrote: Hi Bryan, On 19/06/2009, at 8:01 AM, Bryan Alsdorf wrote: I am in the process of setting up Eventum as the b

[Maria-developers] TYPE= disappears again in MySQL 5.4.4

2009-07-16 Thread Arjen Lentz
Hi all, Just a heads up, please don't merge in this change from MySQL 5.4.4 See http://openquery.com/blog/type-disappears-mysql-544 for background, also http://bugs.mysql.com/bug.php?id=17501 Sergei Golubchik is still assigned to that bug, btw ;-) Cheers, Arjen. -- Arjen Lentz, Dir

Re: [Maria-developers] Sphinx Storage engine for MariaDB

2009-07-27 Thread Arjen Lentz
able. Then a user just has to explicitly INSTALL PLUGIN once, and otherwise there's no RAM use at all. Compiling it in has the advantage of everybody having it enabled, which make starting to use it a tiny bit easier. But it may be close to a moot point, in 5.1 Cheers, Arjen

Re: [Maria-developers] Sphinx Storage engine for MariaDB

2009-08-05 Thread Arjen Lentz
them as a pluggable and people can INSTALL PLUGIN if they need the particular component. No need for different builds, that's just confusing (and a heck of a lot more -unnecessary- work) on the build end. Cheers, Arjen. -- Arjen Lentz, Director @ Open Query (http://openquery.com)

Re: [Maria-developers] Sphinx Storage engine for MariaDB

2009-08-06 Thread Arjen Lentz
talls, but not for existing ones so they'd have them all disabled until manually added. It's fine if that's what you intended, but it's important to realise this consequence. Cheers, Arjen. -- Arjen Lentz, Director @ Open Query (http://openquery.com) Exceptional Serv

Re: [Maria-developers] Sphinx Storage engine for MariaDB

2009-08-06 Thread Arjen Lentz
Hi Sergei On 07/08/2009, at 5:31 AM, Sergei Golubchik wrote: On Aug 06, Arjen Lentz wrote: On 06/08/2009, at 4:48 PM, Sergei Golubchik wrote: On Jul 30, Michael Widenius wrote: I think we should compile all the plugin in (but not enable all by default), at least for now, to make MariaDB as

Re: [Maria-developers] Federated code - IRC message

2009-08-10 Thread Arjen Lentz
versus as a plugin? Yes, that is what you need to do (as far as I know). Regards, Monty -- Arjen Lentz, Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budget. Follow our blog at http://openquery.com/blog/ OurDelta: free enhanced builds for MySQL @ http://ourdelta.

Re: [Maria-developers] MariaDB and the SCA

2009-09-03 Thread Arjen Lentz
ople. By agreeing to this arrangement, contributors ensure that Sun is able to continue that. Do you want that? "yes" might be a valid choice, on the basis that it might be more important to get the changes upstream. But I think the question needs to be asked explicitly. He

Re: [Maria-developers] Information for release notes

2009-09-26 Thread Arjen Lentz
nges required or things to look out for? If you can organise the info in such a way that that's clear and easy (smart grouping, for starters), that'd be fab! Cheers, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budg

Re: [Maria-developers] WL40: Notes/questions

2009-10-01 Thread Arjen Lentz
(any defined), refuse any slave that does not have a filter profile, to prevent security problems. Filters could be in a mysql.replfilters table and read into a mem structure, makes it easy to manage. Cheers, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Except

Re: [Maria-developers] WL40: Notes/questions

2009-10-02 Thread Arjen Lentz
Hi Kristian On 02/10/2009, at 5:22 PM, Kristian Nielsen wrote: Arjen Lentz writes: Current - the binlog options prevent things from getting logged locally, which is bad for point-in-time recovery. - the replicate options work on the slave end, so they still get transmitted which is a) slow

Re: [Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2763)

2009-10-08 Thread Arjen Lentz
texts. I don't think you updated those with your changes/additions compared to the microslow v1 patch you used as a base. If you can find your original commit for this you might want to go over that clean chunk again to make sure it's complete and consistent. I didn't h

Re: [Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2763)

2009-10-08 Thread Arjen Lentz
ual licensing, specifically I don't feel like supporting Sun/ MySQL's continued ability to conduct their sales scam. Now, I see my contributions to be primarily benefiting MariaDB not MySQL (plus I doubt significant things will flow upstream - although pigs might fly) so I can probabl

Re: [Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2763)

2009-10-13 Thread Arjen Lentz
k fine. I think they're incomplete and possibly the default that's shown is wrong in the text. Just compare the option lists and the defaults with the text, that's all. Cheers, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Servic

Re: [Maria-developers] Windows installer kick-off

2009-10-13 Thread Arjen Lentz
/launchpad.net/~maria-developers Post to : maria-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp - End forwarded message - -- BR Sergey -- Sergey Petrunia, Software Developer Monty Program AB, http://askmonty.o

Re: [Maria-developers] Windows installer kick-off

2009-10-14 Thread Arjen Lentz
Hi Peter On 14/10/2009, at 6:19 PM, Peter Laursen wrote: On Wed, Oct 14, 2009 at 01:41, Arjen Lentz wrote: On 14/10/2009, at 8:44 AM, Peter Laursen wrote: The billion dollar question is: what options should a config wizard (ideally) provide? . base configuration (memory requirements

Re: [Maria-developers] Windows installer kick-off

2009-10-14 Thread Arjen Lentz
ink it makes sense to offer the user to specify options like query_cache_size - there's hardly anybody who could come up with a meaningful value at install time. Most users won't know, those who know exactly will probably prefer to edit the config file over using installer's GUI.

Re: [Maria-developers] Windows installer kick-off

2009-10-14 Thread Arjen Lentz
Hi Monty On 14/10/2009, at 10:57 PM, Michael Widenius wrote: "Arjen" == Arjen Lentz writes: Arjen> On 14/10/2009, at 6:41 PM, Sergey Petrunya wrote: On Wed, Oct 14, 2009 at 12:44:01AM +0200, Peter Laursen wrote: The billion dollar question is: what options should a config wi

Re: [Maria-developers] Windows installer kick-off

2009-10-14 Thread Arjen Lentz
ter. It would be very nice to get more information about the above. I have never seen the above problem and don't know of any reason why a reboot would help. Having to reboot is also a serious annoyance to people, so I'd prefer this to not be necessary. Cheers, Arjen. -

Re: [Maria-developers] Packaging: Ubuntu debs have binaries stripped?

2009-10-15 Thread Arjen Lentz
d to have some extra picky eyes to catch this stuff, I love it! Thanks! Cheers, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budget. Follow our blog at http://openquery.com/blog/ OurDelta: enhanced builds for MySQL @ http://ourde

[Maria-developers] request for comment: OQGRAPH in 5.1 packages

2009-10-30 Thread Arjen Lentz
Hi all, fellow Maria captains in particular (but naturally anybody here can comment) We'd like to include the plugin for OQGRAPH engine in the 5.1 packages we're just about to build. It would not be pulled in like the xtradb/pbxt engines, but be compiled separately and not loaded in by defa

Re: [Maria-developers] Additional info about engines

2009-11-02 Thread Arjen Lentz
version is vital for people to be able to do bug reports or even check on features. And the maturity indicator can be useful. Cheers, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budget. Follow our blog at http://openquery.com

Re: [Maria-developers] request for comment: OQGRAPH in 5.1 packages

2009-11-04 Thread Arjen Lentz
Hi Kristian, Hakan, On 04/11/2009, at 10:40 PM, Kristian Nielsen wrote: Arjen Lentz writes: packages before they will try things. If 5.1 binaries had had PBXT plugin sitting there, lots more people would have tried it earlier, filed bugreports and feedback, and Paul would have been where he

Re: [Maria-developers] request for comment: OQGRAPH in 5.1 packages

2009-11-05 Thread Arjen Lentz
name packaging, except it's a big bundle instead of all separate. Cheers, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budget. Follow our blog at http://openquery.com/blog/ Ou

[Maria-developers] storage engine typecode problem?

2009-11-08 Thread Arjen Lentz
Hi Kristian Getting this in MariaDB 5.1.39 builds: 091109 4:41:43 [Warning] Storage engine 'FEDERATED' has conflicting typecode. Assigning value 42. First thought it was caused by something I was doing with OQGRAPH, but the above doesn't have graph. Cheers, Arjen.

Re: [Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2785)

2009-12-13 Thread Arjen Lentz
nly go back to RHEL4!) and Debian 4, we probably need to accept that it's a necessary evil. For Drizzle it'd be an external dep, however Drizzle is not supported on that many platforms... and on some it's significant hassle getting all the deps in place. So that's "choi

Re: [Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2785)

2009-12-13 Thread Arjen Lentz
: https://help.launchpad.net/ListHelp ___ Mailing list: https://launchpad.net/~maria-developers Post to : maria-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHel

Re: [Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2785)

2009-12-14 Thread Arjen Lentz
me of our build platforms, and then deal with the why/what. Cheers, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budget. Follow our blog at http://openquery.com/blog/ OurDelta: packages for MySQL and MariaDB @ http

Re: [Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2785)

2009-12-14 Thread Arjen Lentz
e. We can investigate that and that way perhaps be able to declare the issue obsolete! Which other external libraries are currently still embedded into the source tree? For each, let's identify why, and in any case try to remove them. If that works out, major win! Cheers, Arjen. -- A

[Maria-developers] 2PC between two engines + binlog

2009-12-21 Thread Arjen Lentz
ry it should work so presumptions *may* be made (I know this sentence appears kinda contradictory, hope it makes sense anyhow ;-). Thus it's important for us to know what happens, so that we can tell people "don't do this now, please track bug #", or "please try this".

Re: [Maria-developers] New (by Igor): Partitioned Key Cache for MyISAM (85)

2010-02-14 Thread Arjen Lentz
o use in a production environment - I prefer to not have to guess how well a cache is doing ;-) Please - FIRST figure out a way to make stats for multiple key cache visible - implement that for the current multi keycaches - then add the partitioned key cache feature Thanks! Regards, Arjen. -- A

Re: [Maria-developers] New (by Igor): Partitioned Key Cache for MyISAM (85)

2010-02-14 Thread Arjen Lentz
we'd get an INFORMATION_SCHEMA.KEYCACHE Or is it PERFORMANCE_SCHEMA ? Anyway that's good, will that also show the multiple keycaches (current implementation) ? That would be great! Regards, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services

Re: [Maria-developers] request for advice on managing a mysql patch in bzr

2010-02-25 Thread Arjen Lentz
but you can make that process fairly hasslefree/quick. For ref, Quilt is used by some Linux kernel people who manage thousands of patches. Cheers, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budget. Follow our blog at ht

Re: [Maria-developers] Need help with packaging for MariaDB 5.2

2010-03-10 Thread Arjen Lentz
flicts:", etc headers and so on. For .rpm the issue may be similar, not sure. Can you (or other from OurDelta) help me with this, or suggest the best way forward? Yep can do. Regards, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for My

Re: [Maria-developers] New (by Shinguz): Index usage tracker (103)

2010-03-10 Thread Arjen Lentz
. Regards, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budget. Follow our blog at http://openquery.com/blog/ OurDelta: packages for MySQL and MariaDB @ http://ourdelta.org ___ Mailing l

Re: [Maria-developers] [Bug 544173] [NEW] Server crash for multi-engine transaction with binlog disabled

2010-03-24 Thread Arjen Lentz
wholly untested. The test is of course also important to guard against regressions when other bugs around this code get found & fixed over time. Thanks Regards, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budget. Follow

Re: [Maria-developers] OQGraph?

2010-03-28 Thread Arjen Lentz
fixes. Of course we'll contribute those upstream, but you understand the lag with that going through into distros; and that'd mostly be future distro versions, not existing/past ones that we build for. So while the upstream contribution is important on its own, it's not r

Re: [Maria-developers] oqgraph in mariadb - integration work

2010-03-31 Thread Arjen Lentz
which also lists what to tweak. I can do that in Helsinki or perhaps Serg can do it quickly. Regards, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budget. Follow our blog at http://openquery.com/blog/ OurDelta: packages for

Re: [Maria-developers] oqgraph in mariadb - integration work

2010-03-31 Thread Arjen Lentz
Hi Serg On 01/04/2010, at 12:55 AM, Sergei Golubchik wrote: On Mar 31, Arjen Lentz wrote: On 31/03/2010, at 11:22 PM, Kristian Nielsen wrote: So my preference would be to make it a built-in/regular as it will make adopton and subsequent use much easier. Understand, unfortunately I am out of

Re: [Maria-developers] Learning Storage Engine API

2010-04-19 Thread Arjen Lentz
heers, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budget. Follow our blog at http://openquery.com/blog/ OurDelta: packages for MySQL and MariaDB @ http://ourdelta.org ___ Mailing

Re: [Maria-developers] Summary of discussion about MariaDB future and release plans

2010-05-11 Thread Arjen Lentz
stency and reliability will be regarded as more important. Regards, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budget. Follow our blog at http://openquery.com/blog/ OurDelta: packages for MySQL and MariaDB @ http://ou

Re: [Maria-developers] Summary of discussion about MariaDB future and release plans

2010-05-11 Thread Arjen Lentz
. Ehm what are you suggestion we use for versioning method? Regards, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budget. Follow our blog at http://openquery.com/blog/ OurDelta: packages for MySQL and MariaDB @ http

Re: [Maria-developers] Summary of discussion about MariaDB future and release plans

2010-05-12 Thread Arjen Lentz
for people who don't deal with it in-depth on a daily basis (which is most). Regards, Arjen. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budget. Follow our blog at http://openquery.com/blog/ OurDelta: packages for

Re: [Maria-developers] Updated (by Psergey): Push conditions down into non-mergeable VIEWs when possible (119)

2010-05-24 Thread Arjen Lentz
. -- Arjen Lentz, Exec.Director @ Open Query (http://openquery.com) Exceptional Services for MySQL at a fixed budget. Follow our blog at http://openquery.com/blog/ OurDelta: packages for MySQL and MariaDB @ http://ourdelta.org ___ Mailing list: https