1. 10 Jan, 2007 3 commits
  2. 09 Jan, 2007 2 commits
  3. 08 Jan, 2007 2 commits
    • unknown's avatar
      mi_check.c: · 9a35395b
      unknown authored
        added a missing DBUG_RETURN
      
      
      storage/myisam/mi_check.c:
        added a missing DBUG_RETURN
      9a35395b
    • unknown's avatar
      Merge macbook.local:/Users/kgeorge/mysql/work/mysql-5.0-opt · ea37fa3a
      unknown authored
      into  macbook.local:/Users/kgeorge/mysql/work/merge-5.1-opt
      
      
      mysql-test/r/distinct.result:
        Auto merged
      mysql-test/r/gis-rtree.result:
        Auto merged
      mysql-test/r/ps.result:
        Auto merged
      mysql-test/r/subselect.result:
        Auto merged
      mysql-test/r/udf.result:
        Auto merged
      mysql-test/t/gis-rtree.test:
        Auto merged
      mysql-test/t/ps.test:
        Auto merged
      mysql-test/t/subselect.test:
        Auto merged
      mysql-test/t/udf.test:
        Auto merged
      sql/item_subselect.cc:
        Auto merged
      sql/item_subselect.h:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      storage/myisam/mi_check.c:
        Auto merged
      sql/sql_udf.cc:
        SCCS merged
      ea37fa3a
  4. 06 Jan, 2007 2 commits
  5. 05 Jan, 2007 1 commit
    • unknown's avatar
      Bug #15881: cast problems · 78b88379
      unknown authored
        The optimizer removes expressions from GROUP BY/DISTINCT
        if they happen to participate in a <expression> = <const>
        predicates of the WHERE clause (the idea being that if
        it's always equal to a constant it can't have multiple 
        values).
        However for predicates where the expression and the 
        constant item are of different result type this is not
        valid (e.g. a string column compared to 0).
        Fixed by additional check of the result types of the 
        expression and the constant and if they differ the 
        expression don't get removed from the group by list.
      
      
      mysql-test/r/distinct.result:
        Bug #15881: cast problems
          - test case
      mysql-test/t/distinct.test:
        Bug #15881: cast problems
          - test case
      sql/sql_select.cc:
        Bug #15881: cast problems
          - can't use <expr>=<const> to remove GROUP BY/DISTINCT cols
            if they're not of the same type.
      78b88379
  6. 04 Jan, 2007 4 commits
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-arch · 31bd9d94
      unknown authored
      into  zim.(none):/home/brian/mysql/merge-5.1
      
      31bd9d94
    • unknown's avatar
      The CSV format has always relied on numbers being quoted, which doesn't always... · 84a24769
      unknown authored
      The CSV format has always relied on numbers being quoted, which doesn't always happen. This fixes that so that numbers can now be unquoted (and the output does this as well so that the log takes up less space). 
      
      
      mysql-test/r/csv.result:
        Fixed test case for format change. Added new test for floating point numbers.
      mysql-test/t/csv.test:
        Fixed test for format change. Added test case for floating point numbers.
      storage/csv/ha_tina.cc:
        Updated code to handle numbers as raw unquotes types in CSV
      84a24769
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.1 · 76f6efae
      unknown authored
      into  bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
      
      
      storage/csv/CMakeLists.txt:
        Auto merged
      storage/csv/Makefile.am:
        Auto merged
      76f6efae
    • unknown's avatar
      Split out the hidden class from the ha_tina file (probably should have just... · b01b2451
      unknown authored
      Split out the hidden class from the ha_tina file (probably should have just deleted it...) but this is a bit better. 
      
      
      storage/csv/transparent_file.cc:
        BitKeeper file /home/brian/mysql/merge-5.1/storage/csv/transparent_file.cc
      storage/csv/transparent_file.h:
        BitKeeper file /home/brian/mysql/merge-5.1/storage/csv/transparent_file.h
      storage/csv/CMakeLists.txt:
        Updated for windows
      storage/csv/Makefile.am:
        Updated to add new class
      storage/csv/ha_tina.cc:
        Removed hidden class
      storage/csv/ha_tina.h:
        Remove hidden class
      b01b2451
  7. 03 Jan, 2007 3 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-opt · 0bf711da
      unknown authored
      into  rakia.gmz:/home/kgeorge/mysql/work/B15439-5.0-opt
      
      
      sql/sql_udf.cc:
        Auto merged
      0bf711da
    • unknown's avatar
      sql_udf.cc: · f28688d0
      unknown authored
        Addendum to the fix for bug#15439 : valgrind pb failed
      
      
      sql/sql_udf.cc:
        Addendum to the fix for bug#15439 : valgrind pb failed
      f28688d0
    • unknown's avatar
      Merge mysql.com:/d2/hf/common/my50-common · cfe68e02
      unknown authored
      into  mysql.com:/d2/hf/opt/my50-opt
      
      
      myisam/mi_check.c:
        Auto merged
      sql/item_subselect.cc:
        Auto merged
      sql/item_subselect.h:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_udf.cc:
        Auto merged
      cfe68e02
  8. 02 Jan, 2007 19 commits
  9. 31 Dec, 2006 4 commits
    • unknown's avatar
      Merge mysql.com:/d2/hf/clean/my51-clean · 148daf22
      unknown authored
      into  mysql.com:/d2/hf/common/my51-common
      
      
      libmysqld/Makefile.am:
        Auto merged
      libmysqld/lib_sql.cc:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/t/ps.test:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      BitKeeper/deleted/.del-ps_not_windows.test:
        Auto merged
      storage/myisam/ha_myisam.cc:
        Auto merged
      148daf22
    • unknown's avatar
      Merge mysql.com:/d2/hf/clean/my50-clean · 9c1e8b1f
      unknown authored
      into  mysql.com:/d2/hf/common/my50-common
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      9c1e8b1f
    • unknown's avatar
      Merge mysql.com:/d2/hf/clean/my41-clean · ecf707e6
      unknown authored
      into  mysql.com:/d2/hf/common/my41-common
      
      
      sql/item_func.cc:
        Auto merged
      ecf707e6
    • unknown's avatar
      Merge mysql.com:/d2/hf/common/my50-common · f8d0aab9
      unknown authored
      into  mysql.com:/d2/hf/common/my51-common
      
      
      libmysqld/lib_sql.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      f8d0aab9