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
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
#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
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
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)
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
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,
7 matches
Mail list logo