Bjorn Munch
d1daf0740c
merge 43418
2009-11-12 11:14:56 +01:00
Bjorn Munch
f1b4be2a21
Bug #43418 MTR2: does not notice a memory leak occuring at shutdown of mysqld w/ --valgrind
...
Checking is done before server is terminated
Adds post processing of server logs if --valgrind
Also had to remove --quiet option to valgrind
2009-11-12 11:04:01 +01:00
Bjorn Munch
e769bfac68
merge 47663 and 48209
2009-11-04 14:57:16 +01:00
Bjorn Munch
7bfd110102
merge 48209
2009-11-04 14:44:19 +01:00
Bjorn Munch
afb8b414da
Bug #47663 mtr --parallel has weird output
...
Some output is written, some is not
Finally concluded it's a Perl bug: after running with parallel threads
for a while, print suddenly ignores all but the first argument.
Workaround: concatenate all the arguments into one, except in output that
only comes before we start running tests
2009-11-04 13:42:22 +01:00
Bjorn Munch
efd58d0a1f
upmerge 48240
2009-10-26 15:29:38 +01:00
Bjorn Munch
c22826bfad
Bug #48240 "Test suite timeout" and "Too many tests failed" is masked from status page
...
Prepend "Completed", "Timeout" or "Too many failed" to summary line
2009-10-26 14:28:51 +01:00
Bjorn Munch
d2d03e923e
Bug #48209 Confusing message "Test has succeeded" after test fails due to warnings
...
There's no need for --verbose for the mysqltest in check-warnings, remove it
2009-10-23 13:04:55 +02:00
Bjorn Munch
d5bfcd6abe
null merge from 5.1
2009-10-22 09:28:39 +02:00
Bjorn Munch
3a2434d432
new merge from trunk
2009-10-22 09:13:44 +02:00
Alexander Nozdrin
469ce38b99
Pass --vardir to MTR in mysql-trunk.push.
2009-10-22 10:05:53 +04:00
Alexander Nozdrin
336505395e
Disable the test in mysql-trunk because of Bug#46931
...
instead of making it experimental.
2009-10-22 10:01:23 +04:00
Alexander Nozdrin
265eee595b
Mark rpl.rpl_innodb_bug28430 experimental unconditionally.
2009-10-21 00:26:56 +04:00
Satya B
78dde957e9
Fix the windows Build failure due to the changes to CMakelists by r2910.
...
Remove the extra line which try to use the name INNOBASE again. The IF ELSE
loop above declares the library name based on the version of mysql
2009-10-20 16:11:50 +05:30
Bjorn Munch
0777ef567d
merge 48149
2009-10-20 12:05:28 +02:00
Bjorn Munch
4113d6ca88
merge 48149
2009-10-20 12:04:55 +02:00
Satya B
221c7df75c
Merge a CMakeLists.txt change from Innodb plugin 1.0.5
2009-10-20 15:12:38 +05:30
Alexander Nozdrin
a1ac1b7d48
Automerge from mysql-trunk.
2009-10-19 22:40:08 +04:00
Bjorn Munch
e6bc01d170
Bug #48149 MTR should automatically skip SSL tests if SSL not supported
...
Knowledge of no SSL support is not used
Skip tests the same way e.g. innodb tests are
Does not refer to have_ssl_communication.inc,
will add this when merging to 6.0-codebase
2009-10-19 15:51:47 +02:00
Bjorn Munch
2f36bc160a
merge 48130 and 48133
2009-10-19 15:33:34 +02:00
Alexander Nozdrin
03bf73de2f
Merge from mysql-5.1.
2009-10-19 17:28:31 +04:00
Alexander Nozdrin
b76ccb1276
Merge from mysql-5.1.
2009-10-19 17:19:37 +04:00
Alexander Nozdrin
3251065aef
Merge from mysql-5.1.
2009-10-19 17:17:08 +04:00
Bjorn Munch
599b745bc1
merge 48130 and 48133 from 5.1
2009-10-19 15:12:16 +02:00
Alexander Nozdrin
9b4b453ab8
Null-merge up to revno:3163 from mysql-5.1 (InnoDB changes).
2009-10-19 17:10:22 +04:00
Bjorn Munch
c6533f9eb3
Bug #48133 MTR should not dump entire history of mysqld log when failing to start server
...
Don't print entire log, but use extract_server_log() introduced by 46007
2009-10-18 13:01:46 +02:00
Bjorn Munch
bc1f79fb3e
merge from trunk
2009-10-18 09:54:50 +02:00
Bjorn Munch
dcf6aae407
Bug #48130 Expected failures should not count towards max-test-fail
...
Test batches may be terminated too early
Avoid counting exp-fail tests
2009-10-17 18:34:56 +02:00
Bjorn Munch
72c96cbd0e
merge from 5.1 main
2009-10-16 23:25:05 +02:00
Timothy Smith
df129b749d
Merge from mysql-5.4.3-beta-release
2009-10-16 20:19:36 +02:00
Timothy Smith
d87592ec52
Update _libdir/plugin to _libdir/mysql/plugin in a few places
2009-10-16 19:59:23 +02:00
Timothy Smith
5d3d39213f
Work around a problem in IBM compiler (on aix / i5os) that doesn't
...
use function prototypes from header in conjunction with K&R-style
function definitions. The symptom is a type mismatch between
int and wchar_t.
2009-10-16 19:53:10 +02:00
Joerg Bruehe
edb40a05a1
Upmerge merge changesets.
2009-10-16 16:12:42 +02:00
Joerg Bruehe
7a4f45688a
Merge a compile fix.
2009-10-16 15:35:39 +02:00
Joerg Bruehe
bd39cd40ce
Upmerge the Windows compile fix from 5.0 to 5.1
2009-10-16 15:05:52 +02:00
Joerg Bruehe
ce0a06935b
Merge 5.0-bugteam (compile fix) into main 5.0
2009-10-16 14:29:41 +02:00
Joerg Bruehe
0888592457
Merge the Windows compile fix into the push tree.
2009-10-16 14:09:31 +02:00
Joerg Bruehe
4bebf04354
Compile fix for Windows:
...
Use "#ifdef", not plain "#if".
2009-10-16 14:06:33 +02:00
Satya B
d63eb541f5
Merging Innodb plugin 1.0.5 revisions from 5.1-main from revisions 3149 to 3163
...
also merged missing Innodb plugin revisions r5636,r5635 manually
2009-10-16 17:28:02 +05:30
Joerg Bruehe
d7cc9194e0
Upmerge a merge changeset - no contents change.
2009-10-16 11:33:39 +02:00
Georgi Kodinov
25b4f777c3
merge
2009-10-16 12:07:50 +03:00
Bjorn Munch
06ac55980c
merge 46007 from 5.1
2009-10-16 11:02:37 +02:00
Georgi Kodinov
d80e35f26f
Revert the fix for bug #47123 until test suite failures are resolved.
2009-10-16 11:42:16 +03:00
Joerg Bruehe
29d526838d
Merge the bug fixes into the push tree.
2009-10-15 20:28:04 +02:00
Joerg Bruehe
74f4e39490
Merge bug fix into push tree.
2009-10-15 20:14:07 +02:00
Alexander Nozdrin
12c7d0cf33
Merge from mysql-5.1.
2009-10-15 17:11:13 +04:00
Georgi Kodinov
0da66a091b
version change
2009-10-15 14:48:12 +03:00
Georgi Kodinov
3f220a7574
merge
2009-10-15 14:45:54 +03:00
Georgi Kodinov
d6573fea19
All NDB tests made experimental after a discussion with Bernhard Ocklin.
2009-10-15 14:22:25 +03:00
Georgi Kodinov
8bf642a2cd
Marked all the NDB related tests experimental as agreed with Bernard Ocklin.
2009-10-15 14:02:29 +03:00