An error occurred fetching the project authors.
- 25 Nov, 2009 1 commit
-
-
Mattias Jonsson authored
-
- 18 Feb, 2009 1 commit
-
-
Mattias Jonsson authored
post push fix, Bug#38719, additional test cases updated
-
- 04 Nov, 2008 1 commit
-
-
Mattias Jonsson authored
The partitioning clause is only a very long single line, which is very hard to interpret for a human. This patch breaks the partitioning syntax into one line for the partitioning type, and one line per partition/subpartition.
-
- 12 Aug, 2008 1 commit
-
-
Mattias Jonsson authored
partition is corrupt Updated result files after merge
-
- 09 Jul, 2008 1 commit
-
-
Mattias Jonsson authored
The problem is that relying on the output of the 'ls' command is not portable as its behavior is not the same between systems and it might even not be available at all in (Windows). So I added list_files that relies on the portable mysys library instead. (and also list_files_write_file and list_files_append_file, since the test was using '--exec ls' in that way.)
-
- 26 Apr, 2008 1 commit
-
-
pcrews@pcrews-mac-local.local authored
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.
-
- 04 Apr, 2008 1 commit
-
-
msvensson@pilot.mysql.com authored
-
- 17 Mar, 2008 1 commit
-
-
mattiasj@witty. authored
Have changed the DATA/INDEX dir to not be a database dir. (and made some changes for better result files.)
-
- 24 Feb, 2008 1 commit
-
-
mattiasj@witty. authored
Test file fixes for bugs 20129, 31931 and 34225
-
- 06 Feb, 2008 1 commit
-
-
mattiasj@witty. authored
Since it used /tmp-dir, it continues to fail on the same server until the /tmp-dir is cleaned. (Another problem was that it uses DATA/INDEX DIR without checking for symlink, which is needed) Solution: Moved all DATA/INDEX DIR test to a new partition_basic_symlink.inc file and use this for myisam and innodb, also requiring symlinks and not_windows. (i.e. removed DATA/INDEX DIR use from several tests)
-
- 10 Jan, 2008 1 commit
-
-
msvensson@pilot.mysql.com authored
not have a my.cnf of it's own - Fix paths: master-data => mysqld.1/data, ../std_data_ln => MYSQLTEST_VARDIR/std_data
-
- 20 Nov, 2007 1 commit
-
-
mleich@five.local.lan authored
Bug#31610 Remove outdated and redundant tests: partition_02myisam partition_03ndb Bug#32405 testsuite parts: partition_char_myisam wrong content and cleanup of testsuite - remove/correct wrong comments - remove workarounds for fixed bugs - replace error numbers with error names - exclude subtests from execution which fail now because of new limitations for partitioning functions - remove code for the no more intended dual use fast test in regression tests/slow test in testsuite - analyze and fix problems with partition_char_innodb - fix problems caused by last change of error numbers - Introduce error name to error number mapping which makes maintenance after next error renumbering easier
-
- 10 Oct, 2007 1 commit
-
-
mleich@four.local.lan authored
Bug#31481 test suite parts: Many tests fail because of changed server error codes Bug#31243 Test "partition_basic_myisam" truncates path names + minor cleanup
-
- 27 Aug, 2007 1 commit
-
-
tsmith@ramayana.hindu.god authored
Bug #30316: Some "parts" tests fail because the server uses "--secure-file-priv" Bug #30341: Test suite "parts" needs to be adapted to the new rules disallowing many functio Bug #30408: Suite "parts" needs bug numbers updated Bug #30411: Suite "parts" needs bug numbers updated: ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF Bug #30576: part_supported_sql_func_innodb.test tries to LOAD DATA outside of var dir Bug #30581: partition_value tests use disallowed CAST() function Included are some general fixes to allow the "parts" test suite to be run successfully. This includes disabling a few tests or parts of tests, cleaning up the test cases and their results, etc. Basically, these tests have not been run for some time, and had suffered some bit rot. The bugs were fixed as a single changeset, because in some ways they depend on each other. I couldn't be sure I'd updated all the error codes (for bugs 30408 and 30411) without also adapting to the new allowed functions rules (bug 30341), and vice versa.
-
- 30 Apr, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
-
- 06 Feb, 2007 1 commit
-
-
hhunger@hh-nb.hungers authored
-