davi@mysql.com/endora.local
a454190f0d
Backport kostja's fix for Bug#32724 "innodb_mysql.test fails randomly".
...
Enable back the disabled test case.
2008-04-29 00:03:19 -03:00
iggy@amd64.(none)
a961b77c11
Merge amd64.(none):/src/rel_clean_up/my50-rel_clean_up
...
into amd64.(none):/src/rel_clean_up/my51-rel_clean_up
2008-04-28 14:12:52 -04:00
msvensson@pilot.mysql.com
a0f393d660
Don't append thread num to $opt_tmpdir is var/tmp
...
Remove .err and .result files produced by check-testcase and check-warnings
2008-04-28 15:03:30 +02:00
msvensson@pilot.mysql.com
5d3d99c365
Save files in var/tmp/ after failure
2008-04-28 14:37:40 +02:00
msvensson@pilot.mysql.com
91cc80ad57
Return immediately from 'check-testcase' and 'check_warnings' if no
...
check processes has been started
2008-04-28 12:20:42 +02:00
msvensson@pilot.mysql.com
2aae18545d
Limit number of test failures before aborting
2008-04-28 09:24:30 +02:00
msvensson@pilot.mysql.com
aa635c20ef
Reenable suite timeout detection
2008-04-28 08:38:07 +02:00
msvensson@pilot.mysql.com
f201478cb7
Only run the "saved core limit" if the datadir was saved
2008-04-28 08:28:06 +02:00
msvensson@pilot.mysql.com
9e3c23c089
Add printout of all tests in case number of completed differs number of test
...
and force is on
2008-04-28 08:26:04 +02:00
msvensson@pilot.mysql.com
9da80dac20
Print number of test completed at failure
2008-04-28 08:23:00 +02:00
msvensson@pilot.mysql.com
6400538a90
Stop the test case time if "check_testcase" before test fails
2008-04-28 08:17:23 +02:00
gshchepa/uchum@host.loc
0c4e43856f
Merge host.loc:/work/bugs/5.1-bugteam-36006
...
into host.loc:/work/bk/5.1-bugteam
2008-04-28 08:29:58 +05:00
msvensson@pilot.mysql.com
4f9409c835
Move code that saves datadirs to test server
...
Remove mtr_report_test_failed
2008-04-27 23:35:38 +02:00
msvensson@pilot.mysql.com
b18a64979a
Run all check-warning and check-testcase in parallel, this also give the
...
oportunity to check if any other process fails during this.
Add possiblitiy to store "user_data" in a Safeprocess
Add function to get pid from a SafeProcess
2008-04-27 21:31:32 +02:00
msvensson@pilot.mysql.com
e2f1865378
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-maint2
2008-04-27 19:03:03 +02:00
msvensson@pilot.mysql.com
faba19abd3
Use - instead of _ as separator
2008-04-27 19:02:43 +02:00
msvensson@pilot.mysql.com
1715884752
Increase start timeout when running parallell
...
Fix comments
2008-04-27 16:16:50 +02:00
msvensson@pilot.mysql.com
80f0db9f9e
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-maint2
2008-04-27 16:13:44 +02:00
msvensson@pilot.mysql.com
6f2e5dbf5a
Add supression for expected warning(s) in slaves error log
2008-04-27 16:13:08 +02:00
msvensson@pilot.mysql.com
692291b42b
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-maint2
2008-04-27 15:43:22 +02:00
msvensson@pilot.mysql.com
3f48a30625
Save datadir in case of test failure, but limit the number of times
...
datadir can be saved in case of constantly failing servers
Remove datadirs each time all servers have been stopped thus limiting
the size of vardir.
The datadirs of failed tests have been saved and that should be
enough to diagnose any failures
2008-04-27 15:32:12 +02:00
pcrews@pcrews-mac-local.local
ae0082799a
Bug#36032 - Test funcs_1.processlist_priv_ps fails on Windows
...
Bug#36033 - Test funcs_1.processlist_val_ps fails on Windows
Bug#36034 - Test parts.part_supported_sql_func_<eng> fails on Windows
Bug#36036 - Test parts.partition_alter1_<eng> fails on Windows
Bug#36037 - Test parts.partition_alter2_<eng> fails on Windows
Bug#36038 - Test parts.partition_basic_<engine> failing on Windows
Bug#36039 - Test parts.partition_engine_<eng> fails on Windows
Bug#36040 - Test parts.partition_syntax_<eng> fails on Windows
Changeset to fix multiple 5.1.24-rc build bugs on Windows platforms.
Many of these bugs had the same root causes.
2008-04-26 19:52:43 -04:00
msvensson@pilot.mysql.com
d0d79913ad
Use parallel=4 as default
2008-04-26 22:16:20 +02:00
msvensson@pilot.mysql.com
4a8347cbc4
Remove temporary disablings
2008-04-26 10:09:42 +02:00
msvensson@pilot.mysql.com
1e5c733186
Merge bk-internal:/home/bk/mysql-5.1-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
2008-04-26 10:07:21 +02:00
msvensson@pilot.mysql.com
fa5d32de71
Don't use empty string instead of --plugin-dir when plugins are not found
2008-04-26 09:35:04 +02:00
skozlov/ksm@mysql.com/virtop.(none)
fd53138872
WL#3754, rpl_ndb_circular_2ch test disabled
2008-04-26 02:17:34 +04:00
gshchepa/uchum@host.loc
107b84f9bd
Fixed bug#36006: Optimizer does table scan for SELECT COUNT(*)
...
for ENGINE=MRG_MYISAM (should be optimized out).
Before WL#3281 MERGE engine had the HA_NOT_EXACT_COUNT flag
unset, and it worked with COUNT optimization as desired.
After the removal of the HA_NOT_EXACT_COUNT flag neither
HA_STATS_RECORDS_IS_EXACT (opposite to former HA_NOT_EXACT_COUNT
flag) nor modern HA_HAS_RECORDS flag were not added to MERGE
table flag mask.
1. The HA_HAS_RECORDS table flag has been set.
2. The ha_myisammrg::records method has been overridden to
calculate total number of records in underlying tables.
2008-04-26 02:45:58 +05:00
skozlov/ksm@mysql.com/virtop.(none)
59c15c6730
WL#3754 Fix for mtr, added support personal configuration for test cases
2008-04-25 22:54:20 +04:00
skozlov/ksm@mysql.com/virtop.(none)
9ac996e16e
WL#3754, circular replication tests
2008-04-25 20:54:42 +04:00
msvensson@pilot.mysql.com
d8b5c50e6b
Add "match end of string" marker so that only "cluster_config.xxx" are found
2008-04-25 16:09:25 +02:00
msvensson@pilot.mysql.com
e0ec994b3d
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-maint2
2008-04-25 15:08:17 +02:00
msvensson@pilot.mysql.com
5f69fe5b89
Move rpl_ndb_circular_2ch to disabled.def in rpl_ndb
2008-04-25 15:07:50 +02:00
msvensson@pilot.mysql.com
6f25eadbf4
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-maint2
2008-04-25 14:39:24 +02:00
msvensson@pilot.mysql.com
425ceb2a65
Add lib/my/Test.pm
2008-04-25 14:38:46 +02:00
msvensson@pilot.mysql.com
63389b150c
Allow aplhanumericals in cluster_confgi.xxx sectio
2008-04-25 14:34:15 +02:00
msvensson@pilot.mysql.com
4a490373a2
Make it possible to specify test specifi config file as <testname>.cnf
2008-04-25 14:07:17 +02:00
msvensson@pilot.mysql.com
452c661487
Temporarily disable "rpl_circular_for_4_hosts" and "rpl_ndb.rpl_ndb_circular_2ch"
2008-04-25 12:40:38 +02:00
msvensson@pilot.mysql.com
1e0f353b47
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-maint2
2008-04-25 11:27:07 +02:00
msvensson@pilot.mysql.com
99a5c22d11
Be more prcise in which cluster_config sections should be expanded.
...
Ie don't treat cluster_config.mysqld.1.1 as a section specifying a cluster
2008-04-25 11:22:15 +02:00
msvensson@pilot.mysql.com
d6395961e3
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-maint2
2008-04-25 10:52:15 +02:00
msvensson@pilot.mysql.com
bd21ce6942
Only allow "suitename" to be used as a aptch if it has at least one
...
directory part
2008-04-25 10:51:11 +02:00
msvensson@pilot.mysql.com
2dcba01e76
Merge bk-internal:/home/bk/mysql-5.1-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
2008-04-25 10:35:46 +02:00
msvensson@pilot.mysql.com
b1d7f68443
Don't print stats when test run is abort because of test failure
2008-04-25 10:31:13 +02:00
msvensson@pilot.mysql.com
fcc697d29c
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-maint2
2008-04-25 08:23:57 +02:00
msvensson@pilot.mysql.com
ffe4385b2a
Add missing "include/have_ndb.inc"
2008-04-25 08:21:26 +02:00
igor@olga.mysql.com
cb9e855d9f
Merge olga.mysql.com:/home/igor/mysql-5.1-bugteam
...
into olga.mysql.com:/home/igor/dev-opt/mysql-5.1-bug35844
2008-04-24 14:19:44 -07:00
skozlov/ksm@virtop.(none)
b3a5ca2649
Merge skozlov@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl
...
into mysql.com:/home/ksm/mysql/WL3754/commit-mysql-5.1-new-rpl
2008-04-25 00:47:36 +04:00
skozlov/ksm@mysql.com/virtop.(none)
001d68a2e0
WL#3754, testing circular replication
2008-04-25 00:41:04 +04:00
evgen@moonbone.local
e9e6679381
Bug#36023: Incorrect handling of zero length caused an assertion to fail.
...
When a zero length is provided to the my_decimal_length_to_precision
function along with unsigned_flag set to false it returns a negative value.
For queries that employs temporary tables may cause failed assertion or
excessive memory consumption while temporary table creation.
Now the my_decimal_length_to_precision and the my_decimal_precision_to_length
functions take unsigned_flag into account only if the length/precision
argument is non-zero.
2008-04-25 00:39:37 +04:00