Daniel Fischer
6c0308f6b7
merge 42888 to 5.1-mtr
2009-03-09 11:11:27 +01:00
Bjorn Munch
6dbc7df463
merge 42797
2009-03-04 16:41:45 +01:00
Bjorn Munch
7c1ea06e63
Bug #42986 MTR2 should not allow 0 as a value for --parallel
...
Add sanity check that $opt_parallel > 0
2009-03-04 12:12:57 +01:00
Bjorn Munch
23b7f4e4b2
Bug #43132 Pusbbuild 2 host sol10 sparc64 max is not running tests due to port unavailble
...
MTR gives up if wanted port not available
Try next range if set to 'auto'
Also, use next number for additional threads if explicitly set
2009-03-04 11:34:47 +01:00
Bjorn Munch
0314eb7e40
Bug #40978 Error log gets truncated during testsuite, prevents debugging
...
Error log gets truncated when mysqld is restarted by MTR
2009-03-02 13:48:35 +01:00
Bjorn Munch
a892ad5c62
Bug #43256 Bug#39026 got re-surrected
...
Problems with use of share/mysql dir
Explicitly look for "english" language file
2009-02-27 13:07:01 +01:00
Magnus Svensson
00e09900e9
Merge
2009-02-26 11:22:13 +01:00
Daniel Fischer
0d097d80e2
address review comments
2009-02-25 15:00:17 +01:00
Bjorn Munch
7627d3a107
merge
2009-02-25 11:42:34 +01:00
Bjorn Munch
72273a6572
fixing bzr tree name
2009-02-25 11:29:50 +01:00
Bjorn Munch
0f33682fa4
Bug #43172 MTR leaves test files in /tmp after check_socket_path_length finds path too long
...
Faulty logic in cleanup
Put test file into tmpdir, cleanup by removing tmpdir
2009-02-25 10:32:13 +01:00
Daniel Fischer
82b0741dbb
merge
2009-02-24 14:58:18 +01:00
Daniel Fischer
f0b3c8914f
include collections in dist
2009-02-24 14:54:04 +01:00
Daniel Fischer
4943ffde54
Bug#42888 for MySQL 5.1. Add collections of test runs to make it both configurable and transparent what kinds of tests we run during integration testing. Implement filter list in mysql-test-run.pl to filter out failures of experimental test cases, using a new status code "exp-fail", so we can tell regressions ("fail") from failures of test cases that are still in development ("exp-fail").
2009-02-24 12:53:34 +01:00
Daniel Fischer
4f7608e759
bug#42888: Add collections of test runs to make it both configurable and
...
transparent what kinds of tests we run during integration testing.
2009-02-24 11:42:11 +01:00
Magnus Svensson
2a001d9cc4
Bug#43112 mtr.pl --embedded fails to stop cluster processes
2009-02-23 15:52:23 +01:00
kent.boortz@sun.com
1f18af1acb
Raise version number after cloning 5.1.32
2009-02-11 14:58:50 +01:00
Georgi Kodinov
e66ad2e8c6
merged 5.0-bugteam -> 5.1-bugteam
2009-02-11 12:07:22 +02:00
Georgi Kodinov
2a76e41836
merged 5.1-main -> 5.1-bugteam
2009-02-11 12:05:06 +02:00
Georgi Kodinov
f0dc3a92d5
changed the tree id pending a merge of 5.0-bugteam -> 5.0-main
2009-02-11 12:04:40 +02:00
Mats Kindahl
9bc8c703bc
Merging with 5.1-bugteam
2009-02-10 22:39:59 +01:00
Mats Kindahl
aa7bf83a2f
Bug #36763
...
TRUNCATE TABLE fails to replicate when stmt-based binlogging is not supported.
Correcting some tests that was failing in pushbuild as well as fixing result
file for some tests that are not executed in the default MTR run.
2009-02-10 22:26:37 +01:00
Georgi Kodinov
bf63b815fa
merged 5.0-bugteam to 5.1-bugteam
2009-02-10 20:22:34 +02:00
Georgi Kodinov
1a7b0ec920
fixed a libedit compilation problem
2009-02-10 20:19:03 +02:00
Mats Kindahl
e3f51580d7
Merging with 5.1-bugteam
2009-02-10 16:13:44 +01:00
Mats Kindahl
de59bcbd32
BUG#36763: TRUNCATE TABLE fails to replicate when stmt-based binlogging is not supported.
...
Post-merge fixes. Changes to some result sets.
2009-02-10 15:44:58 +01:00
Georgi Kodinov
6387fe92ea
merged 5.0-bugteam -> 5.1-bugteam
2009-02-10 16:26:18 +02:00
Georgi Kodinov
773b18e69a
From jperkin : Merge libedit 2.11 and related files,
...
based on NetBSD CVS as of 2009/02/06 20:09:00.
2009-02-10 14:39:14 +02:00
Bjorn Munch
b6ece6aafa
Bug #42590 MTR v1 crashes under Active State Perl
...
Perl crashes when MTR 2 tries to start v1
Replaced require with system()
2009-02-10 11:00:16 +01:00
Davi Arnaut
9bf6c85d81
Post-merge fix: Complete reversal of bug 33699.
2009-02-10 01:00:11 -02:00
Mats Kindahl
cb73100105
Merging with 5.1-bugteam.
2009-02-09 23:51:59 +01:00
Davi Arnaut
5f119f2825
Merge 5.1-bugteam into main.
2009-02-09 19:41:02 -02:00
Davi Arnaut
a8c57f9a03
Merge from upstream 5.1-bugteam.
2009-02-09 16:27:45 -02:00
Davi Arnaut
33a36ce9e7
Bug#42634: % character in query can cause mysqld signal 11 segfault
...
The problem is that a unfiltered user query was being passed as
the format string parameter of sql_print_warning which later
performs printf-like formatting, leading to crashes if the user
query contains formatting instructions (ie: %s). Also, it was
using THD::query as the source of the user query, but this
variable is not meaningful in some situations -- in a delayed
insert, it points to the table name.
The solution is to pass the user query as a parameter for the
format string and use the function parameter query_arg as the
source of the user query.
2009-02-09 16:17:58 -02:00
Sergey Glukhov
53eed773e3
Bug#42610 Dynamic plugin broken in 5.1.31
...
added ignore-builtin-innodb option which disabled
initialization of builtin InnoDB plugin
2009-02-09 19:03:52 +04:00
Vladislav Vaintroub
7a6c62c4ff
Bug#42427 : MTR v2 fails with "can't write to /tmp/mysql-test-ports.sem" on Windows
...
- /tmp directory is not guaranteed to exist on Windows.
Use the value of environment variable TEMP here
2009-02-09 13:10:34 +01:00
Timothy Smith
2515ce79e8
Auto-merge up from 5.0
2009-02-07 16:50:31 +01:00
Timothy Smith
401a83cac3
Auto-merge 5.1-build -> 5.1-bugteam
2009-02-07 16:29:37 +01:00
Timothy Smith
67bd15a554
Auto-merge 5.0-build -> 5.0-bugteam
2009-02-07 16:24:16 +01:00
Joerg Bruehe
70216215d1
Merge main 5.0 -> 5.0-build
2009-02-07 09:42:51 +01:00
9969fbff70
Raise version number after cloning 5.0.78
2009-02-07 05:47:21 +01:00
Joerg Bruehe
092e0eb5d0
Merge main 5.0 into 5.0-build
2009-02-06 21:58:08 +01:00
Joerg Bruehe
d79be5781c
Final merge of 5.0.72sp1 into 5.0-build
...
This involves just the tag, no file changes - they were all present before.
2009-02-06 21:25:04 +01:00
Timothy Smith
072a0bafd6
Auto merge fix for Bug 42525 from 5.0-bugteam
2009-02-06 19:38:39 +01:00
Tatiana A. Nurnberg
8cb7c9030f
auto-merge
2009-02-06 18:47:54 +01:00
Tatiana A. Nurnberg
b16ad3bac2
Bug#42525: TIMEDIFF function
...
In 37553 we declared longlong results for
class Item_str_timefunc as per comments/docs,
but didn't add a method for that. And the
default just wasn't good enough for some
cases.
Changeset adds dedicated val_int() to class.
2009-02-06 18:25:08 +01:00
Mats Kindahl
e3708c231e
Bug #36763
...
TRUNCATE TABLE fails to replicate when stmt-based binlogging is not supported.
There were two separate problems with the code, both of which are fixed with
this patch:
1. An error was printed by InnoDB for TRUNCATE TABLE in statement mode when
the in isolation levels READ COMMITTED and READ UNCOMMITTED since InnoDB
does permit statement-based replication for DML statements. However,
the TRUNCATE TABLE is not transactional, but is a DDL, and should therefore
be allowed to be replicated as a statement.
2. The statement was not logged in mixed mode because of the error above, but
the error was not reported to the client.
This patch fixes the problem by treating TRUNCATE TABLE a DDL, that is, it is
always logged as a statement and not reporting an error from InnoDB for TRUNCATE
TABLE.
2009-02-06 17:06:41 +01:00
Timothy Smith
914e81c38e
Auto merge from main 5.0
2009-02-06 15:51:36 +01:00
Magnus Svensson
95d9bb3009
Bug#42366 server-cert.pem expired: "Not After : Jan 27 08:54:13 2009 GMT
...
- remove the disbling of all ssl_* tests now when certs are fixed.
2009-02-06 15:09:15 +01:00
Timothy Smith
299aeb53b7
Handle renamed nwbootstrap -> nwbuild
2009-02-06 15:07:45 +01:00