[Maria-developers] Rev 33: Added: in file:///Users/hakan/work/monty_program/mariadb-tools/

2010-04-07 Thread Hakan Kuecuekyilmaz
At file:///Users/hakan/work/monty_program/mariadb-tools/ revno: 33 revision-id: ha...@askmonty.org-20100408002114-36ml405ax1h61x60 parent: ha...@askmonty.org-20100407121715-2k24p66xyfkgpdpn committer: Hakan Kuecuekyilmaz branch nick: ma

[Maria-developers] [Branch ~maria-captains/maria/5.1] Rev 2842: Fixed suppression of compiler/test warnings

2010-04-07 Thread noreply
revno: 2842 committer: Michael Widenius branch nick: maria-5.1 timestamp: Wed 2010-04-07 18:26:30 +0300 message: Fixed suppression of compiler/test warnings Fixed some timing issues in test suite modified: mysql-test/mysql-test-run

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

2010-04-07 Thread Michael Widenius
#At lp:maria based on revid:mo...@askmonty.org-20100406224708-i62wvtw3nl14fhv4 2842 Michael Widenius 2010-04-07 Fixed suppression of compiler/test warnings Fixed some timing issues in test suite modified: mysql-test/mysql-test-run.pl mysql-test/suite/funcs_1/dat

[Maria-developers] Fix windows compiler errors

2010-04-07 Thread Bo Thorsen
Hi all, When compiling lp:maria on windows, there are a couple of errors. The attached patch fixes those. Part of this patch fixes https://bugs.launchpad.net/maria/+bug/550974, and it's done the way Sanja suggested. Bo. === modified file sql/mysqld.cc --- sql/mysqld.cc 2010-04-06 22:4

Re: [Maria-developers] 5.3 subquery questions

2010-04-07 Thread Sergey Petrunya
On Wed, Apr 07, 2010 at 04:08:49PM +0400, Sergey Petrunya wrote: > Hi Sanja, > > On Wed, Apr 07, 2010 at 01:54:25PM +0300, Oleksandr Byelkin wrote: > > I found 1 interesting test case: > > > > create table t1 (a int, b int); > > insert into t1 values (1,2),(3,4),(1,2),(3,4),(3,4),(4,5),(4,5),(5,6)

[Maria-developers] Rev 32: * Increased run time to 20 minutes in file:///Users/hakan/work/monty_program/mariadb-tools/

2010-04-07 Thread Hakan Kuecuekyilmaz
At file:///Users/hakan/work/monty_program/mariadb-tools/ revno: 32 revision-id: ha...@askmonty.org-20100407121715-2k24p66xyfkgpdpn parent: ha...@askmonty.org-20100331181744-71hyuyjjlijrsl68 committer: Hakan Kuecuekyilmaz branch nick: ma

Re: [Maria-developers] 5.3 subquery questions

2010-04-07 Thread Sergey Petrunya
Hi Sanja, On Wed, Apr 07, 2010 at 01:54:25PM +0300, Oleksandr Byelkin wrote: > I found 1 interesting test case: > > create table t1 (a int, b int); > insert into t1 values (1,2),(3,4),(1,2),(3,4),(3,4),(4,5),(4,5),(5,6), > (5,6),(4,5); > create table t2 (c int, d int); > insert into t2 values (2,