| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Problem:
Custom UCA collations didn't set the MY_CS_STRNXFRM flag,
which resulted in "prefix_search" method instead of
the required "seq_search".
Problem2: (not metioned in the bug report)
Custom UCA collations didn't also set the MY_CS_UNICODE flag,
so an attempt to compare a column with a custom UCA collation
to another column with a non-Unicode character set led to
the "illegal mix of collation" error.
Fix:
the two missing flags was added into collation initialization.
Upgrade:
- All fulltext indexes with custom UCA collations should be rebuilt.
- Non-fulltext custom UCA indexes should likely be rebuild as well.
|
|\ |
|
| |
| |
| |
| |
| | |
fixed federated warnings
|
|/
|
|
|
|
|
|
| |
Remove size of binlog file from SHOW BINARY LOGS.
Changing size of binlog file is an affect of adding or removing events to/from
binlog and it can be checked in next command of test: SHOW BINLOG EVENTS.
For SHOW BINARY LOGS statement enough to show the list of file names.
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Changed [ skip ] to [ skipped ] and removed optional .
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
mysql-test/suite/jp/r/jp_create_db_sjis.result:
hide mtr database
mysql-test/suite/jp/r/jp_create_db_ucs2.result:
hide mtr database
mysql-test/suite/jp/r/jp_create_db_ujis.result:
hide mtr database
mysql-test/suite/jp/r/jp_create_db_utf8.result:
hide mtr database
mysql-test/suite/jp/t/jp_create_db_sjis.test:
hide mtr database
mysql-test/suite/jp/t/jp_create_db_ucs2.test:
hide mtr database
mysql-test/suite/jp/t/jp_create_db_ujis.test:
hide mtr database
mysql-test/suite/jp/t/jp_create_db_utf8.test:
hide mtr database
|
|/ |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It seems that the length of the thick line printed by mtr when printing the
suite name differs from mtr1 and mtr2, affecting the mtr filtering by PB2.
This patch addresses it by restoring the thick line length to 78 (original
length) instead of 60 (the one in mtr2).
|
| | |
|
|\ \ |
|
| | | |
|
|/ /
| |
| |
| |
| | |
1 - MASTER_MYSOCK fixed inexistent environment variable.
2 - Fixed mismatch in result files due to changes in MTR.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
mysql-test/r/change_user.result:
Update test case result.
mysql-test/r/not_embedded_server.result:
Update test case result.
mysql-test/t/change_user.test:
Move newer (and better) version of the test case.
mysql-test/t/not_embedded_server.test:
Move this test case over to change_user.test
This version is deterministic.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The test case proposed by the bugfix fails in bugteam trees after merging new
mtr from main. The failure is due to the fact that the binlog file location has
changed and is no more under $MYSQLTEST_VARDIR/log.
This patch fixes the test failure by setting the correct path to the binlog
file.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
test case was executed.
mysql-test/include/concurrent.inc:
Drop created user.
mysql-test/r/concurrent_innodb_safelog.result:
Update test case result.
mysql-test/r/concurrent_innodb_unsafelog.result:
Update test case result.
|
| |
| |
| |
| |
| | |
mysql-test/r/cache_innodb.result:
Update test case result.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
test case was executed.
mysql-test/r/func_compress.result:
Update test case result.
mysql-test/r/innodb_bug34300.result:
Update test case result.
mysql-test/t/func_compress.test:
Disconnect connection and reset max_allowed_packet to it's
default value.
mysql-test/t/innodb_bug34300.test:
Disconnect connection and reset max_allowed_packet to it's
default value and enable query log.
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
now using the new mtr.
|
|/ / |
|
| | |
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | |
| | |
| | | |
conflicts:
Text conflict in mysql-test/suite/sys_vars/r/rpl_max_binlog_size_func.result
Text conflict in mysql-test/suite/sys_vars/t/rpl_max_binlog_size_func.test
|
| | |\ |
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
"sys_vars".
|
| | |/ /
| | | |
| | | |
| | | | |
into "sys_vars", updated some reult files and tests.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Increase number of transaction objects available in ndbd
- Most likely this is a timing related issue.
|
| |/ / /
| | | |
| | | |
| | | | |
BUG#41003 reached our trees.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Fix faulty regex used for filtering out suspicious warnings, causing
warnings/errors from previous tests to be reported
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
BUG#42383 2009-01-28 lsoares
"This fails in embedded and on windows. Note that this test is not run
on windows and on embedded in PB for main trees currently"
|
| | | |
| | | |
| | | |
| | | | |
- Disable the two patterns that previously have been faulty - for now.
|
| | | |
| | | |
| | | |
| | | | |
- Improve error message for "found warnings in server log file"
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- First try LOAD DATA INFILE and fall back to LOAD DATA LOCAL INFILE if
that fails.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- Fix the regex for finding core files ie. anything that starts with "core"
- Add collection of *.dmp files on windows.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Use empty escape char as not to convert "\test" to a tab + "est"
when loading the servers .err file
|
| | | | |
| | | | |
| | | | |
| | | | | |
- Remove double escape of [ and ]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Bypass --secure-file-priv by loading the file from the client
using LOAD DATA LOCAL INFILE
|
| | | | | |
|
| | |\ \ \ |
|