1. 01 May, 2008 2 commits
    • pcrews@pcrews-mac-local.local's avatar
      Bug#36026 - Test funcs_1.<engine>_trig_03 failing on Windows · 853b9f4d
      pcrews@pcrews-mac-local.local authored
      Bug#36028 - Test funcs_1.<engine>_trig_03e failing on Windows
      Bug#36029 - Test funcs_1.<engine>_trig_0407 failing on Windows
      Bug#36030 - Test funcs_1.<engine>_trig_08 failing on Windows
      
      Adding $MASTER_MYSOCK to init_win_path()
      When path names are short, master.sock ends up in MYSQL_TMP_DIR, but with longer path names,
      master.sock ends up in /tmp/<random_string>/ and these tests will fail due to path delimiter difference.
      
      New changeset to start with 5.0 -- Not all of these tests are present in 5.0, but want to keep mysqltest the same
      853b9f4d
    • gkodinov/kgeorge@magare.gmz's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 771d861c
      gkodinov/kgeorge@magare.gmz authored
      into  magare.gmz:/home/kgeorge/mysql/work/merge-5.0-bugteam
      771d861c
  2. 28 Apr, 2008 5 commits
  3. 24 Apr, 2008 1 commit
    • evgen@moonbone.local's avatar
      Bug#36023: Incorrect handling of zero length caused an assertion to fail. · e9e66793
      evgen@moonbone.local authored
      When a zero length is provided to the my_decimal_length_to_precision
      function along with unsigned_flag set to false it returns a negative value.
      For queries that employs temporary tables may cause failed assertion or
      excessive memory consumption while temporary table creation.
      
      Now the my_decimal_length_to_precision and the my_decimal_precision_to_length
      functions take unsigned_flag into account only if the length/precision
      argument is non-zero.
      e9e66793
  4. 23 Apr, 2008 2 commits
  5. 22 Apr, 2008 3 commits
  6. 21 Apr, 2008 1 commit
  7. 01 Apr, 2008 2 commits
  8. 31 Mar, 2008 2 commits
  9. 30 Mar, 2008 1 commit
  10. 29 Mar, 2008 3 commits
  11. 28 Mar, 2008 12 commits
  12. 27 Mar, 2008 6 commits