[Maria-developers] [Branch ~maria-captains/maria/5.1] Rev 2810: hide nm warnings in configure

2010-01-29 Thread noreply
revno: 2810 committer: Sergei Golubchik branch nick: maria-5.1 timestamp: Fri 2010-01-29 21:37:22 +0100 message: hide nm warnings in configure modified: configure.in -- lp:maria https://code.launchpad.net/~maria-captains/maria/5.1

[Maria-developers] [Branch ~maria-captains/maria/5.1] Rev 2809: Support building with system libevent

2010-01-29 Thread noreply
revno: 2809 committer: Sergei Golubchik branch nick: maria-5.1 timestamp: Fri 2010-01-29 21:35:56 +0100 message: Support building with system libevent modified: config/ac-macros/libevent.m4 -- lp:maria https://code.launchpad.net/~m

Re: [Maria-developers] SHOW PROFILE enhancements for Windows

2010-01-29 Thread Alex Budovski
Re: my_thread_init I tried reverting my change and looking at the code again -- perhaps we have a different bug. The function does indeed set 'id' to a non-zero value (tmp->id = ++thread_count), but then it is reset to 0 by someone else. Let me show you: First of all, we hit a verifier stop tel

Re: [Maria-developers] SHOW PROFILE enhancements for Windows

2010-01-29 Thread Alex Budovski
Hi, > I looked at the original bug report and can't see how this bug fix > have anything to the with the real problem. > > I have now done a proper fix for this. Can you please test that things > reported in http://bugs.mysql.com/bug.php?id=31173 now works > on windows ? > Yes, looks like the cha

[Maria-developers] [Branch ~maria-captains/maria/5.1] Rev 2808: Patch set contributed by Alex Budovski (MCA)

2010-01-29 Thread noreply
revno: 2808 committer: Michael Widenius branch nick: maria-5.1 timestamp: Fri 2010-01-29 20:42:22 +0200 message: Patch set contributed by Alex Budovski (MCA) Fix for Bug#31173: mysqlslap.exe crashes if called without any parameters m

[Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (monty:2808) Bug#31173

2010-01-29 Thread Michael Widenius
#At lp:maria based on revid:mo...@askmonty.org-20100129105202-5pyhpgwqcvxawxhh 2808 Michael Widenius 2010-01-29 Patch set contributed by Alex Budovski (MCA) Fix for Bug#31173: mysqlslap.exe crashes if called without any parameters modified: .bzrignore client/mys

Re: [Maria-developers] Fix for 2 failing tests on Windows

2010-01-29 Thread Michael Widenius
Hi! > "Alex" == Alex Budovski writes: Alex> Hello, Alex> Some tests that call mtr.add_suppression to ignore expected warnings Alex> hard-code the forward slash '/' character as the expected path Alex> delimiter. This breaks tests on Windows as the regex does not match as Alex> expected.

[Maria-developers] Updated (by Monty): Subquery optimization: Avoid recalculating subquery if external fields values found in subquery cache (66)

2010-01-29 Thread worklog-noreply
--- WORKLOG TASK -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- TASK...: Subquery optimization: Avoid recalculating subquery if external fields values

[Maria-developers] Updated (by Monty): Subquery optimization: Avoid recalculating subquery if external fields values found in subquery cache (66)

2010-01-29 Thread worklog-noreply
--- WORKLOG TASK -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- TASK...: Subquery optimization: Avoid recalculating subquery if external fields values

Re: [Maria-developers] Ideas for improving MariaDB/MySQL replication

2010-01-29 Thread Robert Hodges
Hi Seppo, On 1/29/10 4:36 AM PST, "seppo.jaak...@codership.com" wrote: > Thanks Robert, this is comprehensive enough :) > > I'll just address the consistency checking requirement here, > as I believe this is quite widely accepted goal as well. > > Tungsten uses a special consistency table for

[Maria-developers] Updated (by Monty): Microseconds (10)

2010-01-29 Thread worklog-noreply
--- WORKLOG TASK -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- TASK...: Microseconds CREATION DATE..: Thu, 26 Mar 2009, 00:29 SUPERVISOR.: Monty IMPLEMENTOR: B

[Maria-developers] Updated (by Monty): Microseconds (10)

2010-01-29 Thread worklog-noreply
--- WORKLOG TASK -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- TASK...: Microseconds CREATION DATE..: Thu, 26 Mar 2009, 00:29 SUPERVISOR.: Monty IMPLEMENTOR: B

Re: [Maria-developers] SHOW PROFILE enhancements for Windows

2010-01-29 Thread Michael Widenius
Hi! > "Alex" == Alex Budovski writes: Alex> Hi, Alex> I've implemented a few things for the Windows port of SHOW PROFILE ( Alex> IO read/writes, user/kernel times, page faults) which you may want to Alex> consider looking at. There's also a few miscellaneous fixes in there. Alex> The commit

Re: [Maria-developers] Ideas for improving MariaDB/MySQL replication

2010-01-29 Thread seppo . jaakola
Thanks Robert, this is comprehensive enough :) I'll just address the consistency checking requirement here, as I believe this is quite widely accepted goal as well. Tungsten uses a special consistency table for passing consistency checking information and which is treated in a special way in the

[Maria-developers] [Branch ~maria-captains/maria/5.1] Rev 2807: Auto merge

2010-01-29 Thread noreply
Merge authors: Matthew Montgomery Michael Widenius (monty) revno: 2807 [merge] committer: Michael Widenius branch nick: maria-5.1 timestamp: Fri 2010-01-29 12:52:02 +0200 message: Auto merge modified: client/mysqltest.cc confi

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

2010-01-29 Thread Michael Widenius
#At lp:maria based on revid:mo...@askmonty.org-20100128144914-lqwgn4dphka023yz 2807 Michael Widenius 2010-01-29 [merge] Changed version number from RC to stable Fixed bug in Yassle to get correct error messages in case of errors Provide better error messages in case of ssl conn

Re: [Maria-developers] Strange compiler error from pbxt

2010-01-29 Thread Paul McCullagh
Thanks Monty, We will take a look. On Jan 28, 2010, at 2:41 PM, Michael Widenius wrote: Hi! On one of the buildbot systems We get the following compiler warning: ha_pbxt.cc:1563: warning: variable 'selfâ' might be clobbered by 'longjmp' I have now disabled this warning in buildbot, but