1. 14 Aug, 2007 3 commits
  2. 13 Aug, 2007 5 commits
  3. 10 Aug, 2007 4 commits
  4. 08 Aug, 2007 5 commits
  5. 06 Aug, 2007 19 commits
  6. 05 Aug, 2007 4 commits
    • kent@kent-amd64.(none)'s avatar
      Merge mysql.com:/home/kent/bk/cmake-tls/mysql-5.0-build-new · 0065e85e
      kent@kent-amd64.(none) authored
      into  mysql.com:/home/kent/bk/cmake-tls/mysql-5.1-build-new
      0065e85e
    • kent@mysql.com/kent-amd64.(none)'s avatar
      mysql-test-run.pl: · 6ab4112c
      kent@mysql.com/kent-amd64.(none) authored
        Search "relwithdebinfo" directory in CMake Visual Studio build
        Search for "mysqld-debug" even in source tree
      6ab4112c
    • igor@olga.mysql.com's avatar
      Merge olga.mysql.com:/home/igor/mysql-5.0-opt · a8debc65
      igor@olga.mysql.com authored
      into  olga.mysql.com:/home/igor/dev-opt/mysql-5.0-opt-bug30219
      a8debc65
    • igor@olga.mysql.com's avatar
      Fix bug #30219. · 5f6df1b2
      igor@olga.mysql.com authored
      This bug manifested itself for queries with grouping by columns of
      the BIT type. It led to wrong comparisons of bit-field values and
      wrong result sets.
      Bit-field values never cannot be compared as binary values. Yet
      the class Field_bit had an implementation of the cmp method that
      compared bit-fields values as binary values. 
      Also the get_image and set_image methods of the base class Field 
      cannot be used for objects of the Field_bit class. 
      Now these methods are declared as virtual and specific implementations
      of the methods are provided for the class Field_bit.
      5f6df1b2