1. 05 May, 2008 4 commits
  2. 02 May, 2008 7 commits
  3. 01 May, 2008 15 commits
  4. 30 Apr, 2008 13 commits
  5. 29 Apr, 2008 1 commit
    • gkodinov/kgeorge@magare.gmz's avatar
      Bug #36041: mysql-test-run doesn't seem to string match · 0cbca193
      gkodinov/kgeorge@magare.gmz authored
        100% effectively on Windows
      
      The mysqltest docs state that the 'replace_result' command
      doesn't perform any escape processing.
      However the current implementation was processing backslash 
      escapes in the from/to strings.
      This prevents replacing e.g. patch on windows (where backslash
      is used as a path separator).
      Fixed by removing the backslash escape processing from 
      'replace_result'.
      0cbca193