summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Collapse)AuthorAgeFilesLines
* Bug#41084 full-text index added to custom UCA collation not workingAlexander Barkov2009-02-022-0/+35
| | | | | | | | | | | | | | | | | | | | | | | 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.
* post-merge push with patch for rpl_ndb_logSerge Kozlov2009-02-0210-34/+17
|\
| * fixed system_mysql_db_fix30020 test faiilureGeorgi Kodinov2009-02-0210-34/+17
| | | | | | | | | | fixed federated warnings
* | Post-merge patch for extra/rpl_test/rpl_log.test: Serge Kozlov2009-02-025-16/+19
|/ | | | | | | | 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.
* automergeSergey Glukhov2009-02-021-9/+2
|\
| * mergeBjorn Munch2009-02-021-9/+2
| |\
| | * Bug #42535 MTR2 output format for skipped tests should be identical to MTR 1Bjorn Munch2009-02-021-9/+2
| | | | | | | | | | | | | | | Changed [ skip ] to [ skipped ] and removed optional .
* | | fixed jp test failuresSergey Glukhov2009-02-028-12/+12
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Fix from magnus for the "The socket file path is too long (> 107)" failure.Georgi Kodinov2009-02-021-1/+1
|/
* Merge PB2 MTR2 comment integration fix, from 5.1-rpl-merge tree.Alfranio Correia2009-02-011-1/+1
|\
| * BUG#42485: Pushbuild2 and some build tools do not work together with MTR2Luis Soares2009-02-011-1/+1
| | | | | | | | | | | | | | | | | | 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).
* | Fixed test cases in suite funcs_1 due to changes in the MTR "check test cases".Alfranio Correia2009-02-014-12/+12
| |
* | merge 5.1-bugteam --> 5.1-bugteam (local)Alfranio Correia2009-02-011-0/+1
|\ \
| * | added a missing test directory in Makefile.amGeorgi Kodinov2009-02-011-0/+1
| | |
* | | Several fixes in funcs_1 suite:Alfranio Correia2009-02-0151-43/+959
|/ / | | | | | | | | 1 - MASTER_MYSOCK fixed inexistent environment variable. 2 - Fixed mismatch in result files due to changes in MTR.
* | Fixed the parts testsuite to work with mtr2Georgi Kodinov2009-02-016-43/+55
| |
* | Fixed internal test check warnings in 5.1-bugteam.Georgi Kodinov2009-02-014-5/+7
| |
* | Remove duplicated test for Bug#34517Davi Arnaut2009-01-314-51/+17
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | BUG#35583: mysqlbinlog replay fails with ERROR 1146 when temp tables are usedLuis Soares2009-01-311-1/+2
| | | | | | | | | | | | | | | | | | | | 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.
* | Rename std_data_ln to std_data.Davi Arnaut2009-01-3169-398/+398
| |
* | Fix test cases to preserve the state that existed before theDavi Arnaut2009-01-313-1/+3
| | | | | | | | | | | | | | | | | | | | | | 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.
* | Post-merge fix for Bug#36326Davi Arnaut2009-01-311-1/+1
| | | | | | | | | | mysql-test/r/cache_innodb.result: Update test case result.
* | Fix test cases to preserve the state that existed before theDavi Arnaut2009-01-314-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | fixed some parts test suite bugsGeorgi Kodinov2009-01-314-86/+74
| |
* | automatically mergedGeorgi Kodinov2009-01-312-40/+107
|\ \
| * | Fix for bug#39382 including review results after pulling the bugteam tree ↵Horst Hunger2009-01-302-40/+107
| | | | | | | | | | | | now using the new mtr.
* | | fixed bad merge of 5.1-main -> 5.1-bugteamGeorgi Kodinov2009-01-313-2/+44
|/ /
* | new mtr cleanup : removing non-exiting tests from disabled.defGeorgi Kodinov2009-01-301-12/+0
| |
* | merged 5.1-main -> 5.1-bugteamGeorgi Kodinov2009-01-301156-13674/+25448
|\ \ | |/
| * merge: 5.1 -> 5.1-rpl-mergeLuis Soares2009-01-29527-96/+73
| |\ | | | | | | | | | | | | | | | 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
| | * Changes to WL#4681 to merge to 5.1-main tree.Horst Hunger2009-01-22181-3082/+4579
| | |\
| | * \ due to mergeHorst Hunger2008-12-191-0/+1
| | |\ \
| | | * | Took the system variable tests out of the main test suite and put them into ↵Horst Hunger2008-12-12515-20/+22
| | | | | | | | | | | | | | | | | | | | "sys_vars".
| | * | | WL#4681: Took the system variable tests out of the main test suite, put them ↵Horst Hunger2008-12-19520-51/+30
| | |/ / | | | | | | | | | | | | into "sys_vars", updated some reult files and tests.
| * | | MergeMagnus Svensson2009-01-291-1/+1
| |\ \ \
| | * | | Bug#39849 ndb tests fail sporadically on pushbuild: "out of connection objects"Magnus Svensson2009-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Increase number of transaction objects available in ndbd - Most likely this is a timing related issue.
| * | | | Re-enabled log_bin_trust_function_creators_func as the patch in Alfranio Correia2009-01-291-2/+1
| |/ / / | | | | | | | | | | | | BUG#41003 reached our trees.
| * | | MergeMagnus Svensson2009-01-281-1/+1
| |\ \ \
| | * | | WL#4189 mtr.pl v2Magnus Svensson2009-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Fix faulty regex used for filtering out suspicious warnings, causing warnings/errors from previous tests to be reported
| * | | | Disabled test main.innodb_bug39438:Luis Soares2009-01-281-0/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | 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"
| * | | Bug#42408 Faulty regex for detecting [Warning] and [ERROR] in mysqld error logMagnus Svensson2009-01-281-2/+9
| | | | | | | | | | | | | | | | - Disable the two patterns that previously have been faulty - for now.
| * | | WL#4198 mtr.pl v2Magnus Svensson2009-01-281-1/+1
| | | | | | | | | | | | | | | | - Improve error message for "found warnings in server log file"
| * | | WL#4189 mtr.pl v2Magnus Svensson2009-01-271-2/+16
| | | | | | | | | | | | | | | | | | | | - First try LOAD DATA INFILE and fall back to LOAD DATA LOCAL INFILE if that fails.
| * | | WL#4189 mtr.pl v2Magnus Svensson2009-01-271-2/+5
| | | | | | | | | | | | | | | | | | | | - Fix the regex for finding core files ie. anything that starts with "core" - Add collection of *.dmp files on windows.
| * | | auto merge.Luis Soares2009-01-278-118/+229
| |\ \ \
| | * | | WL#4198 mtr.pl v2Magnus Svensson2009-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Use empty escape char as not to convert "\test" to a tab + "est" when loading the servers .err file
| | * | | WL#4189 mtr.pl v2Magnus Svensson2009-01-271-2/+2
| | | | | | | | | | | | | | | | | | | | - Remove double escape of [ and ]
| | * | | WL#4189 mtr.pl v2Magnus Svensson2009-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Bypass --secure-file-priv by loading the file from the client using LOAD DATA LOCAL INFILE
| | * | | Bug#42366 server-cert.pem expired: "Not After : Jan 27 08:54:13 2009 GMTMagnus Svensson2009-01-271-1/+1
| | | | |
| | * | | MergeMagnus Svensson2009-01-277-104/+211
| | |\ \ \