An error occurred fetching the project authors.
  1. 25 Nov, 2009 1 commit
  2. 18 Feb, 2009 1 commit
  3. 04 Nov, 2008 1 commit
  4. 12 Aug, 2008 1 commit
  5. 09 Jul, 2008 1 commit
    • Mattias Jonsson's avatar
      Bug#35736 Test 'parts.partition_basic_symlink_myisam' depends on output of 'ls' · e438f9f2
      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.)
      e438f9f2
  6. 26 Apr, 2008 1 commit
    • pcrews@pcrews-mac-local.local's avatar
      Bug#36032 - Test funcs_1.processlist_priv_ps fails on Windows · ae008279
      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.
      ae008279
  7. 04 Apr, 2008 1 commit
  8. 17 Mar, 2008 1 commit
  9. 24 Feb, 2008 1 commit
  10. 06 Feb, 2008 1 commit
    • mattiasj@witty.'s avatar
      Bug#34225: test suit parts uses /tmp-dir · 8b941ba5
      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)
      8b941ba5
  11. 10 Jan, 2008 1 commit
  12. 20 Nov, 2007 1 commit
    • mleich@five.local.lan's avatar
      Fixes for the bugs · 12e5d5b6
      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
      12e5d5b6
  13. 10 Oct, 2007 1 commit
    • mleich@four.local.lan's avatar
      Combined fix for · 88047100
      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
      88047100
  14. 27 Aug, 2007 1 commit
    • tsmith@ramayana.hindu.god's avatar
      Fixes for the following bugs: · 220cd12f
      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.
      220cd12f
  15. 30 Apr, 2007 1 commit
  16. 06 Feb, 2007 1 commit