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

2009-03-18 Thread Kristian Nielsen
Sergei Golubchik ser...@pisem.net writes: === modified file 'dbug/dbug.c' --- a/dbug/dbug.c2009-03-12 22:27:35 + +++ b/dbug/dbug.c2009-03-18 14:08:05 + @@ -506,6 +506,7 @@ int DbugParse(CODE_STATE *cs, const char rel= control[0] == '+' || control[0] == '-'; if ((!rel

Re: [Maria-developers] MariaDB and Windows

2009-03-19 Thread Kristian Nielsen
Patrick Crews glee...@gmail.com writes: I was wondering what is the policy / direction for MariaDB and Windows. Basically, are we aiming to maintain MariaDB for that platform as well? The current plan is to keep MariaDB working on Windows. net_serv.cc C:\work\maria\include\violite.h(91) :

[Maria-developers] Launchpad repoistories upgraded, bzr version 1.9 now required

2009-03-20 Thread Kristian Nielsen
This morning I finished upgrading our three maria repositories at launchpad to repository format 1.9: lp:maria lp:maria/5.2 lp:maria/6.0 There should be no need to re-branch from launchpad or make any other changes to local trees or branches. However, I believe it will now be

Re: [Maria-developers] XtraDB commit

2009-04-02 Thread Kristian Nielsen
Vadim Tkachenko va...@percona.com writes: Ok, Got it. While mysql_plugin is not available is it OK if I send changeset for review manually ? Though it is rather big, as there a lot of changes InnoDB - InnoDB plugin. I think that is fine, please do. Though if it is bigger than 10 Mb or so

Re: [Maria-developers] [Merge] lp:~maria-captains/maria/maria-xtradb into lp:maria

2009-04-06 Thread Kristian Nielsen
Percona launch...@percona.com writes: Percona has proposed merging lp:~maria-captains/maria/maria-xtradb into lp:maria. Requested reviews: Maria-captains (maria-captains) Proposal to merge replacement InnoDB-XtraDB Thanks a lot for your efforts in this! I branched the tree and took

[Maria-developers] Failures in mysql_client_test

2009-04-23 Thread Kristian Nielsen
Hi Igor, I have been trying to figure out the problems you see in the mysql_client_test test case in the MariaDB 5.1 tree. It has been tricky due to not being able to reproduce. Patrick Crews was able to reproduce though, and was helpful enough to file this bug with some additional info:

Re: [Maria-developers] compile issue and the -lz flag

2009-05-04 Thread Kristian Nielsen
Don Kehn dek...@gmail.com writes: when compiling on x64 systems (i.e. CentOS Fedora core 10) and using the BUILD/compile-pentium64-max, I'm getting the -lz error /usr/bin/ld: cannot find -lz and when I simplify the ./comfigure line to a --without-zlib it Hm, could not reproduce this locally.

Re: [Maria-developers] compile issue and the -lz flag

2009-05-05 Thread Kristian Nielsen
Don Kehn dek...@gmail.com writes: display.c:(.text+0x282): undefined reference to `tputs' This sounds like you are missing curses development libraries. On my machine (Ubuntu Hardy), I think they are in the package libncurses5-dev. Hopefully this will get you one step further. (Btw, on

Re: [Maria-developers] MariaDB + PBXT

2009-05-13 Thread Kristian Nielsen
Paul McCullagh paul.mccull...@primebase.org writes: I must say I find it strange that bzr is merging files with .OTHER and .BASE endings, because these are temp files which only occur after a merge conflict. My thinking is that these were accidentally added at some point in the history, and

Re: [Maria-developers] Bzr merge order

2009-05-21 Thread Kristian Nielsen
Kristian Nielsen kniel...@knielsen-hq.org writes: Following up on this, I just learned about the bzr option append_revisions_only that can be set on a branch. Any opinions on this? Having thought more on this, I really think we should enable append_revisions_only. There are many tools

[Maria-developers] Query cache test failure in Buildbot for mariadb 5.1

2009-05-22 Thread Kristian Nielsen
Hi, There is a query cache related failure seen in Buildbot: https://askmonty.org/buildbot/builders/hardy-amd64-dbg/builds/35/steps/test/logs/stdio main.query_cache_28249 [ fail ] Test ended at 2009-05-21 09:13:10 CURRENT_TEST: main.query_cache_28249 ---

[Maria-developers] Random test failure in main.show_check in mariadb 5.1 tree

2009-05-25 Thread Kristian Nielsen
There is another test failure visible in Buildbot: https://askmonty.org/buildbot/builders/gentoo-x86-dbg/builds/13/steps/test/logs/stdio --- main.show_check [ fail ] Test ended at 2009-05-22

Re: [Maria-developers] Bzr merge order

2009-06-01 Thread Kristian Nielsen
Michael Widenius mo...@askmonty.org writes: K In this case, Joe will instead have to do this: K bzr branch lp:maria # or bzr pull lp:maria into an existing clean clone K bzr merge ../branch-with-patch K bzr commit -mmerged with trunk K bzr push lp:maria K Then the

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

2009-06-02 Thread Kristian Nielsen
Daniel Bartholomew m...@daniel-bartholomew.com writes: Monty Agree.  Until we get a maintiner, I assume Daniel can start looking at Monty these.o That would be great. I just pushed the imported files to lp:maria. for the Knowledgebase. Do you know if it is the installation instructions, the

Re: [Maria-developers] Please add into buildbot: lp:~maria-captains/maria-5.1-table-elimination

2009-06-03 Thread Kristian Nielsen
Sergey Petrunya pser...@askmonty.org writes: I've got a branch with the code for MWL#17. Could you please add it to what BuildBot builds? Done, it is running a test build now. I also documented the procedure for this on internal wiki:

Re: [Maria-developers] [Merge] lp:~qu1j0t3/maria/solaris10-port into lp:maria

2009-06-03 Thread Kristian Nielsen
Toby Thain t...@telegraphics.com.au writes: Toby Thain has proposed merging lp:~qu1j0t3/maria/solaris10-port into lp:maria. Added build scripts for 32 bit x86 architecture on Solaris. Renamed some scripts for consistency. Changed to dynamic linking of libgcc. --

Re: [Maria-developers] Stab at C

2009-06-08 Thread Kristian Nielsen
Paul Charles Leddy pcle...@gmail.com writes: FYI, this really helped out getting started: http://drizzle.org/wiki/Contributing_Code Is there some way I can add something similar to maria's launchpad site? Any offer to help with this would certainly be most appreciated! I agree that

Re: [Maria-developers] [Merge] lp:~maria-captains/maria/maria-xtradb into lp:maria

2009-06-09 Thread Kristian Nielsen
Kristian Nielsen kniel...@knielsen-hq.org writes: Just to avoid duplicate work, let me just mention that I am now starting to look into this issue. I will try to find a good way to make XtraDB compile/work on all the platforms/compilers we want to support, and report back what I discover. I

Re: [Maria-developers] [Merge] lp:~maria-captains/maria/maria-xtradb into lp:maria

2009-06-10 Thread Kristian Nielsen
Kristian Nielsen kniel...@knielsen-hq.org writes: I got some good progress on this. I re-did the merge using the merge-into bzr plugin (advise from bzr developers). This should allow us to merge directly from the lp:percona-xtradb tree into lp:maria in the future. I just tested

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

2009-06-10 Thread Kristian Nielsen
Hi Serg, We discussed something like this on IRC some time ago. What do you think of this change? It keeps the use of GCC stuff for maria/my_atomic disabled, while still letting other parts (ie. XtraDB) check for GCC intrinsics availability. - Kristian. kniel...@knielsen-hq.org writes: #At

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

2009-06-19 Thread Kristian Nielsen
Michael Widenius mo...@askmonty.org writes: knielsen === modified file 'configure.in' knielsen --- a/configure.in 2009-04-23 13:06:16 + knielsen +++ b/configure.in 2009-06-10 09:13:53 + knielsen @@ -1739,28 +1763,9 @@ case $with_atomic_ops in knielsen[Use

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

2009-06-19 Thread Kristian Nielsen
Michael Widenius mo...@askmonty.org writes: knielsen +/* knielsen + We initialise the hashes for deadlock detection lazily. knielsen + This greatly helps with performance when lots of mutexes are initiased but knielsen + only a few of them are actually used (eg. XtraDB). knielsen +*/

Re: [Maria-developers] XtraDB merge into MariaDB

2009-06-24 Thread Kristian Nielsen
Regarding the XtraDB merge into MariaDB, I am now finally getting ready to push the merge, after lots of small fixes in different areas. The code is available in the mariadb-xtradb-merge2 branch: https://code.launchpad.net/~maria-captains/maria/mariadb-xtradb-merge2 The buildbot testing is

Re: [Maria-developers] [Merge] lp:~qu1j0t3/maria/solaris10-port into lp:maria

2009-07-07 Thread Kristian Nielsen
Hi Toby, Toby Thain t...@telegraphics.com.au writes: On 3-Jun-09, at 12:48 PM, Kristian Nielsen wrote: Toby Thain t...@telegraphics.com.au writes: Toby Thain has proposed merging lp:~qu1j0t3/maria/solaris10-port into lp:maria. Added build scripts for 32 bit x86 architecture on Solaris

Re: [Maria-developers] XtraDB merge into MariaDB

2009-08-03 Thread Kristian Nielsen
Vadim Tkachenko va...@percona.com writes: Kristian, Now lp:percona-xtradb/release-6 and lp:percona-xtradb should be synchronized and be up-to-date. I still do not see that this is the case :-( - Last push to lp:percona-xtradb is from June 26, and does not appear up-to-date with latest

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

2009-08-11 Thread Kristian Nielsen
Michael Widenius mo...@askmonty.org writes: Patrick == Patrick Galbraith p...@patg.net writes: Patrick Monty, Patrick I saw your message in IRC - I replied in case you don't see it . I want Patrick to get this into the tree soon and am only having a small problem right now: Patrick

[Maria-developers] Buildbot and compiler warnings

2009-08-11 Thread Kristian Nielsen
I have now implemented and installed in our Buildbot enhanced facilities for dealing with compiler warnings. We already have a file support-files/compiler_warnings.supp, which I think is used by PushBuild @ MySQL. The new facilities in our Buildbot uses the same file to suppress certain warnings

Re: [Maria-developers] Documentation for new features in MariaDB

2009-08-14 Thread Kristian Nielsen
Henrik Ingo henrik.i...@avoinelama.fi writes: Now that I think about it, maybe this part of the documentation effort could for the time being be done as a diff against the MySQL manual. (Which is DocBook?) Have you checked the implications of the copyright/license issues for this idea? -

Re: [Maria-developers] MWL#39 improving mysqlbinlog output and doing rename

2009-08-17 Thread Kristian Nielsen
Michael Widenius mo...@askmonty.org writes: Note that it would also be very nice to have in the binlog the exact original statement: Kristian Yes. There was actually a customer request for this. Kristian I think for this we would actually need a new binlog event type Kristian

Re: [Maria-developers] MWL#39 improving mysqlbinlog output and doing rename

2009-08-17 Thread Kristian Nielsen
I read throught the worklogs, did some research, and wrote up a number of comments. I am not sure about the best way to proceed, but this is my suggestion. I have written up in this email all my comments in detail. After any discussion, I suggest I update the worklogs as per the conclusions

Re: [Maria-developers] Buildbot confused by non-monotonicity of revision numbers in the tree

2009-08-26 Thread Kristian Nielsen
Kristian Nielsen kniel...@knielsen-hq.org writes: Kristian Nielsen kniel...@knielsen-hq.org writes: Also, I think I will write a feature request for Launchpad to include the revision ids in the email notifications, so at least the information can be made available to the PHP pages

[Maria-developers] Simple compiler warning fixes for yassl-1.9.6

2009-08-27 Thread Kristian Nielsen
patches at http://www.yassl.com/, so please let me know if there is some other email address or procedure I should follow. Signed-off-by: Kristian Nielsen kniel...@knielsen-hq.org diff -u --recursive yassl-1.9.6.orig/include/yassl_int.hpp yassl-1.9.6.new/include/yassl_int.hpp --- yassl-1.9.6.orig

Re: [Maria-developers] Rev 2747: Gcov support improvements in file:///home/psergey/dev/maria-5.1-table-elim-r11-gcov/

2009-08-27 Thread Kristian Nielsen
Sergey Petrunya pser...@askmonty.org writes: At file:///home/psergey/dev/maria-5.1-table-elim-r11-gcov/ revno: 2747 revision-id: pser...@askmonty.org-20090825150255-46i5gvl2ctd0jcm2 parent:

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

2009-08-31 Thread Kristian Nielsen
Paul McCullagh paul.mccull...@primebase.org writes: mysqltest: At line 3: query 'alter table t1 rename mysqltest.t1' failed: 1025: Error on rename of './test/t1' to './mysqltest/ t1' (errno: 16) Occurs because the PBMS code is compiled in. This can be disabled by commenting out:

Re: [Maria-developers] MariaDB versioning

2009-08-31 Thread Kristian Nielsen
Peter Laursen peter_laur...@webyog.com writes: I have a concern that I will ask you all to consider while there is time. I think I understand that after MariaDB 5.1 a 5.2 release is planned. I think it should not be versioned like that. Problem is that there is a MySQL 5.2 tree too (it is

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

2009-09-01 Thread Kristian Nielsen
Kristian Nielsen kniel...@knielsen-hq.org writes: So I will merge this into MariaDB with attached patch to disable PBMS and fix test failures. Ok, so I merged it. But now I have a problem with PBXT crashing sometimes during shutdown. To reproduce, run the following command in a build

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

2009-09-01 Thread Kristian Nielsen
Kristian Nielsen kniel...@knielsen-hq.org writes: Ok, so I merged it. But now I have a problem with PBXT crashing sometimes during shutdown. Filed a bug on this on Launchpad: https://bugs.launchpad.net/maria/+bug/422550 - Kristian

Re: [Maria-developers] MariaDB and the SCA

2009-09-03 Thread Kristian Nielsen
Kristian Nielsen kniel...@knielsen-hq.org writes: Davi Arnaut davi.arn...@sun.com writes: I've been monitoring the maria-developers list and there are some patches that we would like to gradually incorporate into our branches. For a practical example, i would like to merge into 5.1 parts

Re: [Maria-developers] [Branch ~maria-captains/maria/5.1] Rev 2726: Updated documentation files to reflect MariaDB and not the Maria storage engine or MySQL

2009-09-07 Thread Kristian Nielsen
nore...@launchpad.net writes: Merge authors: Michael Widenius (monty) revno: 2726 [merge] committer: Michael Widenius mo...@mysql.com branch nick: maria timestamp: Thu 2009-09-03 17:56:46 +0300 message: Updated

Re: [Maria-developers] Rev 2726: Exclude innodb_plugin form MariaDB's max and max-no-ndb configurations and in file:///home/psergey/bzr-new/mysql-5.1-maria-contd3/

2009-09-10 Thread Kristian Nielsen
FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_buffer_pool_pages_total'; SELECT variable_value FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_page_size'; Kristian Nielsen kniel...@knielsen-hq.org writes: Hi Sergey, Attached patch fixes

[Maria-developers] Diff for stuff from MySQL 5.1.38 not yet included in the merge

2009-09-15 Thread Kristian Nielsen
Hi Sergey, Here is the diff of the commits that are not yet merged from MySQL 5.1.38 (they are missing from our merge since they were not yet pushed to Launchpad by the MySQL build team when the merge was done by Jani and Monty). There is a Windows build one-liner, but don't know if it will help

Re: [Maria-developers] Rev 2746: Fix mysql-test-run on windows: in file:///home/psergey/bzr-new/mysql-5.1-maria-contd4/

2009-09-17 Thread Kristian Nielsen
Sergey Petrunya pser...@askmonty.org writes: At file:///home/psergey/bzr-new/mysql-5.1-maria-contd4/ revno: 2746 revision-id: pser...@askmonty.org-20090917001350-pyxja2suxylxhez1 parent:

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

2009-09-17 Thread Kristian Nielsen
Igor Babaev i...@askmonty.org writes: #At lp:maria based on revid:i...@askmonty.org-20090916174301-lzzh1r0khn3dxwvp 2744 Igor Babaev 2009-09-16 Fixed a failure of the merge_innodb test on windows. modified: storage/myisammrg/ha_myisammrg.cc === modified file

Re: [Maria-developers] Adding tests to buildbot

2009-09-18 Thread Kristian Nielsen
Hakan Kuecuekyilmaz ha...@askmonty.org writes: Kristian, I have now a rough idea on how to run our make distcheck test. What I need is a howto about adding tests to buildbot. In Pushbuild times, BUILD/compile-dist make dist was run prior to all other tests. The machines connected to

[Maria-developers] negative TIME in SHOW FULL PROCESSLIST and information_schema.processlist

2009-09-18 Thread Kristian Nielsen
Hi, While merging the Percona microsec_process patch (the 5.1 port of the patch is called acc-pslist), I encountered a problem related to Bug#22047: http://bugs.mysql.com/bug.php?id=22047 The issue is with the exact behaviour of the TIME column of SHOW FULL PROCESSLIST and

Re: [Maria-developers] Updated (by Guest): Add a mysqlbinlog option to change the used database (36)

2009-09-18 Thread Kristian Nielsen
Hi Alexi, Thanks for writing up the low-level design. I read it through, and have a couple of comments: 1.3. In mysqlbinlog.cc: - Add { rewrite-db, OPT_REWRITE_DB, ...} record to my_long_options: - Add Rpl_filter object to mysqlbinlog.cc Rpl_filter* binlog_filter; Sharing code with

Re: [Maria-developers] Updated (by Guest): Add a mysqlbinlog option to change the used database (36)

2009-09-21 Thread Kristian Nielsen
should be, apply on https://launchpad.net/~maria-developers (or just let me know your Launchpad login) and I will approve you.) 18.09.09, 17:29, Kristian Nielsen kniel...@knielsen-hq.org: Hi Alexi, Thanks for writing up the low-level design. I read it through, and have a couple of comments

Re: [Maria-developers] negative TIME in SHOW FULL PROCESSLIST and information_schema.processlist

2009-09-21 Thread Kristian Nielsen
Henrik Ingo henrik.i...@avoinelama.fi writes: I'm the wrong person to answer, but seems to me we should at this stage prefer being bug-for-bug compatible and changing semantics between MariaDB and MySQL may turn out to be more of a problem than being helpful. (If we could agree with the MySQL

Re: [Maria-developers] negative TIME in SHOW FULL PROCESSLIST and information_schema.processlist

2009-09-22 Thread Kristian Nielsen
Henrik Ingo henrik.i...@avoinelama.fi writes: Where else would @@TIMESTAMP be modified? Can a user do that from SQL? Yes (or @TIMESTAMP at least).. mysql set TIMESTAMP=100; Query OK, 0 rows affected (0.00 sec) mysql select now(); +-+ | now()

Re: [Maria-developers] Updated (by Guest): Add a mysqlbinlog option to change the used database (36)

2009-09-24 Thread Kristian Nielsen
Alexi1952 alexi1...@yandex.ru writes: Agree. BTW tables_ok() is just the only member I had already #ifdef'ed out from Rpl_filter for client context. Ah, I see. As for your suggestion to have a separate class, is it OK to do something like this? class Binlog_filter { ... all

[Maria-developers] Information for release notes

2009-09-24 Thread Kristian Nielsen
Hi Daniel, Here is a rough changelog written from reading through bzr history. I took a dump of every commit in MariaDB that is not in MySQL 5.1.38, and wrote this summary of the changes. I don't have sufficient knowledge to parse through all of the Maria changes from before MariaDB started.

Re: [Maria-developers] automake fixes for maria 5.1

2009-09-30 Thread Kristian Nielsen
Peter Lieverdink pe...@openquery.com writes: I've been working on creating packaging scripts for Maria on Debian/Ubuntu and came across a few issues with the automake scripts. They are basically all related to the use case where srcdir != builddir - as is the case in the debian foo. My

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

2009-10-01 Thread Kristian Nielsen
Alexi1952 alexi1...@yandex.ru writes: Hi Alexi! Sorry for the delay in answering, things have been quite busy... With WL36 and WL40 we have: mysqlbinlog options: --database=db --rewrite-db=db_from-db_to --do-table=db.tbl --ignore-table=db.tbl

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

2009-10-02 Thread Kristian Nielsen
Arjen Lentz ar...@openquery.com 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 and b) potential security issue. Yes. So

Re: [Maria-developers] Updated (by Guest): Add a mysqlbinlog option to change the used database (36)

2009-10-02 Thread Kristian Nielsen
worklog-nore...@askmonty.org writes: -=-=(Guest - Sat, 03 Oct 2009, 02:27)=-=- High-Level Specification modified. --- /tmp/wklog.36.old.23366 2009-10-03 02:27:45.0 +0300 +++ /tmp/wklog.36.new.23366 2009-10-03 02:27:45.0 +0300 @@ -1,77 +1 @@ -Context -(See

Re: [Maria-developers] Windows buildslaves: suggestion for remedy of 'exception' failures.

2009-10-08 Thread Kristian Nielsen
Sergey Petrunya pser...@askmonty.org writes: Hi! Both mine and Bo's buildslave are prone to error conditions like this: http://askmonty.org/buildbot/builders/win32-rel-nmake/builds/19/steps/bzr/logs/err.html Here is a suggestion on how to eliminate those. Buildslave setup

Re: [Maria-developers] A mess with sql_alloc() ?

2009-10-09 Thread Kristian Nielsen
Alexi1952 alexi1...@yandex.ru writes: Thanks for your comments! In any case extern declarations like this should be avoided, much better to only have the declaration in one place in some *.h file. I agree. Currently, we have: mysql_priv.h: #ifndef MYSQL_CLIENT ...

Re: [Maria-developers] Buildbot scheduling problem: makedist waiting for newtest

2009-10-11 Thread Kristian Nielsen
Sergey Petrunya pser...@askmonty.org writes: One can now frequently observe buildbot to be in this state: hardy-amd64-makedist (idle with 1 pending) hardy-amd64-newtest (building with 1 pending) I interpret it as follows: makedist is waiting for newtest to complete. The problem with

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

2009-11-04 Thread Kristian Nielsen
Arjen Lentz ar...@openquery.com 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 is now much quicker. With MariaDB pulling it in it's

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

2009-11-09 Thread Kristian Nielsen
Arjen Lentz ar...@openquery.com writes: We filed a wishlist bug for this, https://bugs.launchpad.net/maria/+bug/470580 which also includes a patch by Antony Curtis. It creates a mysql- glob.h during the build process, which we could put into a mariadb- plugin-dev package. Then, some

Re: [Maria-developers] [Merge] lp:~percona-dev/percona-xtradb/fix-bug476887 into lp:~percona-dev/percona-xtradb/extensions-1.0

2009-11-09 Thread Kristian Nielsen
Aleksandr Kuzminsky aleksandr.kuzmin...@percona.com writes: Aleksandr Kuzminsky has proposed merging lp:~percona-dev/percona-xtradb/fix-bug476887 into lp:~percona-dev/percona-xtradb/extensions-1.0. Requested reviews: Percona developers (percona-dev) Related bugs: #476887

Re: [Maria-developers] storage engine typecode problem?

2009-11-10 Thread Kristian Nielsen
Arjen Lentz ar...@openquery.com writes: Getting this in MariaDB 5.1.39 builds: 091109 4:41:43 [Warning] Storage engine 'FEDERATED' has conflicting typecode. Assigning value 42. Thanks for the notice; I pushed a fix (by Monty) for this into 5.1-release. - Kristian.

[Maria-developers] Go for MariaDB 5.1.39 release

2009-11-14 Thread Kristian Nielsen
I pushed the final fixes, including the merge of XtraDB, into the release branch: lp:~maria-captains/maria/5.1-release I tagged the latest revision with the tag tag:mariadb-5.1.39-beta Daniel, for the release notes please mark that this release is based on MySQL 5.1.39 and XtraDB 8

[Maria-developers] Test failures in PBXT after merging with MySQL-5.1.41

2009-11-24 Thread Kristian Nielsen
Hi Paul, Vladimir, We are working on merging latest MySQL (5.1.41) into MariaDB. After the merge, I see some test failures in the PBXT test suite. See here: https://askmonty.org/buildbot/builders/hardy-amd64-fulltest/builds/118/steps/test_2/logs/stdio Or if you prefer, see here for a

Re: [Maria-developers] Test failures in PBXT after merging with MySQL-5.1.41

2009-11-24 Thread Kristian Nielsen
Kristian Nielsen kniel...@knielsen-hq.org writes: Paul McCullagh paul.mccull...@primebase.org writes: You are welcome to make the changes to the PBXT tests. For the PBXT trunk we are still using 5.1.35 for testing, but this should not be a problem. Ok, will do, I will send you a link

Re: [Maria-developers] Test failures in PBXT after merging with MySQL-5.1.41

2009-11-24 Thread Kristian Nielsen
Kristian Nielsen kniel...@knielsen-hq.org writes: PS. I now get this in the mysqld.err log after server shutdown in PBXT test suite: 091124 13:09:45 [Warning] Plugin 'MyISAM' will be forced to shutdown 091124 13:09:45 [Warning] Plugin 'PBXT' will be forced to shutdown Ok, some more details

Re: [Maria-developers] Test failures in PBXT after merging with MySQL-5.1.41

2009-11-25 Thread Kristian Nielsen
Kristian Nielsen kniel...@knielsen-hq.org writes: We are working on merging latest MySQL (5.1.41) into MariaDB. After the merge, I see some test failures in the PBXT test suite. See here: Ok, seems most of the PBXT failures are gone now. But one remains: http://askmonty.org/buildbot

[Maria-developers] Help with memory leak in EXPLAIN

2009-11-25 Thread Kristian Nielsen
Hi Sergey, I encountered a memory leak while working on fixing the MySQL 5.1.41 merge. The memory leak is repeatable with the following test case: -- cut here -- # # Bug#45989 memory leak after explain encounters an error in the query #

Re: [Maria-developers] Plugin 'PBXT' will be forced to shutdown

2009-11-26 Thread Kristian Nielsen
Paul McCullagh paul.mccull...@primebase.org writes: I have seen this warning occasionally with other versions of MySQL. Since it also happens with MyISAM and sometimes other engines, I had not given it much thought before. As I understand it, the reason for the message about MyISAM is that

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

2009-11-30 Thread Kristian Nielsen
Michael Widenius mo...@askmonty.org writes: Monty, thaks a log for working on fixing all of these problems! Below are some comments... - Kristian. #At lp:maria based on revid:mo...@askmonty.org-20091126201933-dgoynszp2z90gknl 2770 Michael Widenius2009-11-30 Remove compiler

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

2009-11-30 Thread Kristian Nielsen
Michael Widenius mo...@askmonty.org writes: Thanks for fixing all the issues? Agree with leaving as is the couple of things you suggested. === modified file 'storage/myisam/myisamlog.c' --- a/storage/myisam/myisamlog.c2008-02-18 22:35:17 + +++ b/storage/myisam/myisamlog.c

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

2009-12-01 Thread Kristian Nielsen
Alexi1952 alexi1...@yandex.ru 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

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

2009-12-01 Thread Kristian Nielsen
Vladimir Kolesnikov vladi...@primebase.org 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

Re: [Maria-developers] Warnings in MariaDB

2009-12-07 Thread Kristian Nielsen
Michael Widenius mo...@askmonty.org writes: Here is some comments, suggestions of what we still to do to make the buildbot part 'more clean: Finally got to this after long wait ... We get a lot of warnings of the type: ctype-ucs2.c:206: warning: ‘s_wc’ may be used uninitialized in this

Re: [Maria-developers] Crash during shutdown (need help from PBXT team)

2009-12-07 Thread Kristian Nielsen
not seem to fail the same way every time, but it does seem to fail everytime I run it. Let me know if you need anything else. Thanks again for looking into this! - Kristian. Kristian Nielsen wrote: [I Cc'ed Paul, let me know if there is another prefered way of communicating, like using

Re: [Maria-developers] Drupal - MariaDB instead of MySQL

2009-12-08 Thread Kristian Nielsen
Prashant Shah pshah.mum...@gmail.com writes: Recently setup a Drupal staging server with MariaDB and it looks good. Everything went perfectly well, and no code changes were required. Thank you for taking the time to report this, it is very useful for us to also get feedback from when things

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

2009-12-14 Thread Kristian Nielsen
Arjen Lentz ar...@openquery.com writes: Which other external libraries are currently still embedded into the source tree? These are the ones I know of: zlib libedit libreadline yassl libevent I think most (all?) of them have a ./configure option to use the system one instead of the

Re: [Maria-developers] bzr repository

2009-12-18 Thread Kristian Nielsen
Hakan Kuecuekyilmaz ha...@askmonty.org writes: I would like to put the scripts to a bzr repository. I guess launchpad is a good place. A separate repository makes sense to me, or maybe add them to the MariaDB sources? Yes. I have for some time known we need a public repository with the tools

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

2009-12-21 Thread Kristian Nielsen
Hi Daniel, I have merged this from Paul into MariaDB. This means that the next MariaDB release (5.1.41) will include PBXT version 1.0.09f RC3 as described by Paul below. I hope you can use this to prepare MariaDB 5.1.41 release notes. - Kristian. Paul McCullagh paul.mccull...@primebase.org

Re: [Maria-developers] Updated (by Alexi): Store in binlog text of statements that caused RBR events (47)

2009-12-21 Thread Kristian Nielsen
worklog-nore...@askmonty.org writes: +Also we should notice the introduction of the BINLOG_SEND_ANNOTATE_ROWS_EVENT +flag taking into account that MySQL/Sun may also introduce a flag with the +same value to be used in the request_dump-mysql_binlog_send interface. +But this is mainly the

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

2009-12-21 Thread Kristian Nielsen
Adam M. Dutko dutko.a...@gmail.com writes: Arjen, Hm, the mail is to maria-developers, but here it says Arjen, so I'm not sure which build pool you have in mind ;-) Anyway, ... Do you have a matrix of distros/platforms you'd like to see added to the build pool? I have some more compute

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

2009-12-29 Thread Kristian Nielsen
Michael Widenius mo...@askmonty.org writes: === modified file 'mysql-test/t/ctype_utf8.test' --- a/mysql-test/t/ctype_utf8.test2009-01-26 21:19:13 + +++ b/mysql-test/t/ctype_utf8.test2009-12-27 13:54:41 + @@ -2,6 +2,15 @@ # Tests with the utf8 character set # +let

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

2009-12-29 Thread Kristian Nielsen
Paul McCullagh paul.mccull...@primebase.org writes: All tests look good, so I have proposed the bug fix mentioned below for merging: lp:~paul-mccullagh/maria/maria-pbxt-1009g Thanks! I have merged this into the MariaDB 5.1.41 release clone (will later also be merged into main lp:maria). -

Re: [Maria-developers] Rev 4: Added wrapper scripts for automated runs of sql-bench

2009-12-30 Thread Kristian Nielsen
Sergei Golubchik ser...@pisem.net writes: On Dec 29, Hakan Kuecuekyilmaz wrote: +# Note: Do not run this script with root privileges. +# We use killall -9, which can cause severe side effects! You can use killall -u `whoami` not perfect, but still much safer. There is another,

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

2010-01-07 Thread Kristian Nielsen
Michael Widenius mo...@askmonty.org writes: #At lp:maria based on revid:kniel...@knielsen-hq.org-20100105142834-adpbyr6x7edubwps 2787 Michael Widenius2010-01-06 Removed compiler warnings This push broke Windows compilation, see below. OpenSolaris 5.11-x86 now

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

2010-01-07 Thread Kristian Nielsen
Kristian Nielsen kniel...@knielsen-hq.org writes: Michael Widenius mo...@askmonty.org writes: #At lp:maria based on revid:kniel...@knielsen-hq.org-20100105142834-adpbyr6x7edubwps 2787 Michael Widenius 2010-01-06 Removed compiler warnings This push broke Windows compilation

Re: [Maria-developers] Status of Windows build

2010-01-14 Thread Kristian Nielsen
[moving the discussion to maria-develop...@] Timour Katchaounov tim...@askmonty.org writes: Sergey, 1. buy VS Enterprise Edition (or Standard Edition, I wasn't able to figure out what exactly do we need to make builds. They don't offer evaluation versions of Standard, only

Re: [Maria-developers] Status of Windows build

2010-01-15 Thread Kristian Nielsen
Timour Katchaounov tim...@askmonty.org writes: - Making it possible for any developer to build (and develop) MariaDB on Windows with Visual C++. This is perfectly possible with either edition of Visual C++. I want it to be easy for people to build themselves something that is as good as

[Maria-developers] Patch for Windows problem with setting TZ

2010-01-16 Thread Kristian Nielsen
Hi, Alex Budovski has done some work to debug why some tests (binlog tests in particular) are failing on Windows, and found that this is because mysql-test-run.pl set the TZ variable. This interacts poorly with the Windows Operating System. It's actually only a few test cases that need to set

Re: [Maria-developers] Patch for Windows problem with setting TZ

2010-01-16 Thread Kristian Nielsen
Kristian Nielsen kniel...@knielsen-hq.org writes: Why we didn't have this problem with MySQL in pushbuild ? Yeah, that's what I asked myself as well? Or maybe it shows only on some Windows systems. I remember Igor and Sergey saw binlog test failures on one Windows system and not on another

Re: [Maria-developers] Patch for Windows problem with setting TZ

2010-01-19 Thread Kristian Nielsen
Sergei Golubchik ser...@pisem.net writes: On Jan 16, Kristian Nielsen wrote: It's actually only a few test cases that need to set TZ. Here is a quick patch that avoids the need to set TZ except for tests that specifically requests it (with the already existing --timezone=XXX mechanism

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

2010-01-22 Thread Kristian Nielsen
The three companies Continuent, Codership, and Monty Program are planning to start working on some enhancements to the replication system in MariaDB, together with anyone interested in joining in. At this stage, there are no fixed directions for the project, and to do this in as open a way

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

2010-01-22 Thread Kristian Nielsen
Alex Yurchenko alexey.yurche...@codership.com writes: So when refactoring replication code and API we suggest to think of replication as of redundancy service and establish a general API for such service that can be utilized by different implementations with different qualities of service. In

Re: [Maria-developers] BuildBot Status Checker

2010-01-26 Thread Kristian Nielsen
Adam M. Dutko dutko.a...@gmail.com writes: I realized my buildbots went offline earlier today but wasn't notified when they did. I've worked to rectify that situation by writing a small PHP script. The lastest commit is at Unfortunately, I have not had time to look into this yet :-/. Just

Re: [Maria-developers] Patch for Windows problem with setting TZ

2010-01-26 Thread Kristian Nielsen
Kristian Nielsen kniel...@knielsen-hq.org writes: The binlog failures happen because when the TZ variable is changed to +03:00 on boxes with USA time zone (or similar), PURGE BEFORE DATE statements picks up the wrong files, apparently TZ only affects some parts of the system (localtime

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

2010-01-26 Thread Kristian Nielsen
Alex Budovski abudov...@gmail.com writes: Some tests that call mtr.add_suppression to ignore expected warnings hard-code the forward slash '/' character as the expected path delimiter. This breaks tests on Windows as the regex does not match as expected. E.g. Recovering table:

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

2010-01-30 Thread Kristian Nielsen
nore...@launchpad.net writes: revno: 2809 committer: Sergei Golubchik ser...@pisem.net branch nick: maria-5.1 timestamp: Fri 2010-01-29 21:35:56 +0100 message: Support building with system libevent modified:

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

2010-01-30 Thread Kristian Nielsen
Kristian Nielsen kniel...@knielsen-hq.org writes: I guess the solution is to check for system libevent version also, and if too old treat it the same way as not present. Seems we can check for the presense of the evutil_socketpair() function, which was added in libevent 1.4. Looks like

Re: [Maria-developers] Support building with system libevent

2010-02-01 Thread Kristian Nielsen
Sergei Golubchik s...@askmonty.org writes: Surely, it is possible to install a libevent 1.4 deb on Debian = 5 and Ubuntu = 9.04, right ? They are not in the default package repository - is that a big deal ? MariaDB is not either. Possible yes, but only if one knows where to obtain such a .deb

[Maria-developers] We need instructions for manually installing .deb

2010-02-09 Thread Kristian Nielsen
Hi Daniel, We really need to put some instructions prominently on the download page for installing the .debs. I have seen users having big problems installing them. Just something like `dpkg --install *.deb` does not work at all :-( I actually had to spend like 15 minutes sorting out exactly

  1   2   3   4   5   6   7   8   >