1. 02 May, 2008 1 commit
    • davi@mysql.com/endora.local's avatar
      Bug#36031 Test funcs_1.<engine>_views failing on Windows · cca174b6
      davi@mysql.com/endora.local authored
      The problem is a hack in mysqltest.c::append_field that modifies
      the exponential notation of floating point numbers by removing a
      zero after the the symbol 'e' (eg: 00001.2e+018 is converted to
      00001.2e+18) but does not take into account the zerofill affect
      in the start of the string.
      
      The solution is to check if the field was zero filled and insert
      a zero at the start of the string if a zero after the exponential
      notation symbol is removed.
      cca174b6
  2. 01 May, 2008 15 commits
  3. 30 Apr, 2008 11 commits
  4. 29 Apr, 2008 3 commits
  5. 28 Apr, 2008 10 commits