[Maria-developers] [Branch ~maria-captains/maria/5.1] Rev 2774: Fixed link problem when compiling without uca

2009-12-01 Thread noreply
revno: 2774 committer: Michael Widenius branch nick: mariadb-5.1 timestamp: Tue 2009-12-01 18:09:02 +0200 message: Fixed link problem when compiling without uca modified: cmd-line-utils/readline/config_readline.h strings/ctype-uca.

[Maria-developers] [Branch ~maria-captains/maria/5.1] Rev 2773: Automerge Daniel's README fixes.

2009-12-01 Thread noreply
Merge authors: Daniel Bartholomew (dbart) Related merge proposals: https://code.launchpad.net/~dbart/maria/maria-5.1-docmods/+merge/14679 proposed by: Daniel Bartholomew (dbart) revno: 2773 [merge] committer: kniel...@knielsen-hq.or

[Maria-developers] [Branch ~maria-captains/maria/5.1] Rev 2772: Merge free documentation from MySQL 5.1.41 source tarball into MariaDB.

2009-12-01 Thread noreply
Merge authors: Kristian Nielsen (knielsen) revno: 2772 [merge] committer: kniel...@knielsen-hq.org branch nick: work-5.1 timestamp: Tue 2009-12-01 08:38:15 +0100 message: Merge free documentation from MySQL 5.1.41 source tarball into

[Maria-developers] [Branch ~maria-captains/maria/5.1] Rev 2771: Merge MySQL 5.1.41 into MariaDB trunk, including a number of after-merge fixes.

2009-12-01 Thread noreply
Merge authors: Alexander Barkov Alexander Nozdrin Alexey Botchkov ... revno: 2771 [merge] committer: kniel...@knielsen-hq.org branch nick: work-5.1 timestamp: Mon 2009-11-30 22:37:27 +0100 message: Merge MySQL 5.1.41 into

[Maria-developers] [Branch ~maria-captains/maria/5.1] Rev 2770: Fixes after comments from last push:

2009-12-01 Thread noreply
revno: 2770 committer: Michael Widenius branch nick: maria-5.1 timestamp: Mon 2009-11-30 15:36:06 +0200 message: Fixes after comments from last push: - Removed some not needed casts - Change plugin.h to be 'binary compatible' with

[Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (monty:2774)

2009-12-01 Thread Michael Widenius
#At lp:maria based on revid:kniel...@knielsen-hq.org-20091201074258-sbl29hdqa39h6tgz 2774 Michael Widenius 2009-12-01 Fixed link problem when compiling without uca modified: cmd-line-utils/readline/config_readline.h strings/ctype-uca.c per-file messages: cmd-line-

[Maria-developers] Updated (by Guest): Provide key cache statistics (58)

2009-12-01 Thread worklog-noreply
--- WORKLOG TASK -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- TASK...: Provide key cache statistics CREATION DATE..: Thu, 22 Oct 2009, 12:28 SUPERVISOR.: Bothorse

Re: [Maria-developers] need maria dev team help to repro a bug

2009-12-01 Thread Kristian Nielsen
Vladimir Kolesnikov writes: > I'm working on this problem: > > https://bugs.launchpad.net/pbxt/+bug/489091 > > Unfortunately I cannot rperoduce plan diffs on the latest > lp:~maria-captains/maria/5.1-merge. Is there a way to get access to > any of your machines where it is reproducible. FYI: I p

Re: [Maria-developers] [Merge] lp:~paul-mccullagh/maria/maria-pbxt-rc3 into lp:maria

2009-12-01 Thread Sergei Golubchik
Hi, Paul! On Dec 01, Paul McCullagh wrote: > > Thanks for the heads-up on that! > > The code in question is as follows: > > #ifndef WILL_BE_DELETED_LATER > /* > for now, only InnoDB supports 2pc. It means we can always safely > rollback all pending transactions, without risking inconsist

Re: [Maria-developers] [Merge] lp:~paul-mccullagh/maria/maria-pbxt-rc3 into lp:maria

2009-12-01 Thread Paul McCullagh
Hi Sergei, Thanks for the heads-up on that! The code in question is as follows: #ifndef WILL_BE_DELETED_LATER /* for now, only InnoDB supports 2pc. It means we can always safely rollback all pending transactions, without risking inconsistent data */ DBUG_ASSERT(total_ha_2pc ==

[Maria-developers] need maria dev team help to repro a bug

2009-12-01 Thread Vladimir Kolesnikov
Hi guys, I'm working on this problem: https://bugs.launchpad.net/pbxt/+bug/489091 Unfortunately I cannot rperoduce plan diffs on the latest lp:~maria-captains/maria/5.1-merge. Is there a way to get access to any of your machines where it is reproducible. Thanks, Vladimir __

Re: [Maria-developers] Why 5.1.39 is not on launchpad?

2009-12-01 Thread Daniel Bartholomew
On Mon, 30 Nov 2009 09:28:51 -0500, Daniel Bartholomew wrote: Daniel> On Mon, 30 Nov 2009 15:50:17 +0200, Michael Widenius Daniel> wrote: Daniel> Monty> The reason they are not there is that one needs to do the Monty> changes manually on Launchpad and we forgot to do it for last Monty> release.

Re: [Maria-developers] [Merge] lp:~paul-mccullagh/maria/maria-pbxt-rc3 into lp:maria

2009-12-01 Thread Sergei Golubchik
Hi, Paul! On Dec 01, Paul McCullagh wrote: > > This patch changes MariaDB code in one case: > > File handler.cc, Line 1591 > > DBUG_ASSERT(total_ha_2pc == (ulong) opt_bin_log+1); // only InnoDB and binlog > > This line has been commented out, because the assertions fails now > that PBXT suppor

[Maria-developers] Rev 2769: Added create options for table^ fields and keys (MWL#43). in file:///Users/bell/maria/bzr/work-maria-5.1-create-options/

2009-12-01 Thread sanja
At file:///Users/bell/maria/bzr/work-maria-5.1-create-options/ revno: 2769 revision-id: sa...@askmonty.org-20091201120747-cvp0uni2rd4iy5xi parent: bo.thor...@canonical.com-20091126153249-0xfszhcynbym2lvr committer: sa...@askmonty.org bra

Re: [Maria-developers] WL40: Current status & issues to discuss

2009-12-01 Thread Kristian Nielsen
Alexi1952 writes: > The Query event binary format is extended with a tables info, i.e. the list of > tables involved in the query execution. More precisely, two following fields > are > added to the Query event header: > > * Query length (2 bytes). (Reason: in usual format, Query event doesn't

Re: [Maria-developers] Reviewing bug reports: feature needed

2009-12-01 Thread Hakan Kuecuekyilmaz
Kurt, all, On 30.11.2009, at 20:23, Kurt von Finck wrote: On Fri, 27 Nov 2009 21:39:45 +0100 Hakan Kuecuekyilmaz wrote: Hi all, after reviewing some MariaDB related bugs on bugs.launchpad.net/maria it occurred to me, that there is no link between the bug state "Fix Committed" and the corres