1. 10 Apr, 2006 7 commits
  2. 09 Apr, 2006 4 commits
  3. 08 Apr, 2006 1 commit
  4. 07 Apr, 2006 26 commits
  5. 06 Apr, 2006 2 commits
    • unknown's avatar
      Fixed bug #15917: unexpected complain for a NIST test case. · 998b9d8b
      unknown authored
      The problem was due to the fact that with --lower-case-table-names set to 1 
      the function find_field_in_group did not convert the prefix 'HU' in
      HU.PROJ.CITY into lower case when looking for it in the group list. Yet the
      names in the group list were extended by the database name in lower case.
      
      
      mysql-test/r/having.result:
        Added a test case for bug #15917.
      mysql-test/t/having.test:
        Added a test case for bug #15917.
      sql/item.cc:
        Fixed bug #15917: unexpected complain for a NIST test case.
        The problem was due to the fact that with --lower-case-table-names set to 1 
        the function find_field_in_group did not convert the prefix 'HU' in
        HU.PROJ.CITY into lower case when looking for it in the group list. Yet the
        names in the group list were extended by the database name in lower case.
        The needed conversion was added to the code of find_field_in_group.
      998b9d8b
    • unknown's avatar
      Merge mysql.com:/home/greenman/workspace-mysql/mysql/mysql-5.0 · cc12c914
      unknown authored
      into  mysql.com:/home/greenman/workspace-mysql/mysql/bug-5.0-16240
      
      
      cc12c914