1. 27 Mar, 2003 1 commit
    • unknown's avatar
      After merge fixes · f608a895
      unknown authored
      
      mysql-test/r/query_cache.result:
        Updated test for 4.1
      mysql-test/t/query_cache.test:
        Updated test for 4.1
      sql/sql_parse.cc:
        After merge fix
      sql/sql_yacc.yy:
        After merge fix
      f608a895
  2. 26 Mar, 2003 3 commits
    • unknown's avatar
      Merge with 4.0.13 · 1684bd57
      unknown authored
      
      BitKeeper/etc/gone:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      myisam/sort.c:
        Auto merged
      mysql-test/r/group_by.result:
        Auto merged
      mysql-test/r/join_outer.result:
        Auto merged
      mysql-test/r/order_by.result:
        Auto merged
      mysql-test/r/query_cache.result:
        Auto merged
      mysql-test/r/type_blob.result:
        Auto merged
      mysql-test/r/type_ranges.result:
        Auto merged
      mysql-test/r/update.result:
        Auto merged
      mysql-test/t/bdb-crash.test:
        Auto merged
      mysql-test/t/group_by.test:
        Auto merged
      mysql-test/t/join_outer.test:
        Auto merged
      mysql-test/t/order_by.test:
        Auto merged
      mysql-test/t/query_cache.test:
        Auto merged
      mysql-test/t/type_blob.test:
        Auto merged
      mysql-test/t/type_decimal.test:
        Auto merged
      mysql-test/t/type_ranges.test:
        Auto merged
      mysql-test/t/update.test:
        Auto merged
      sql-bench/crash-me.sh:
        Auto merged
      client/mysql.cc:
        Keep old code
      1684bd57
    • unknown's avatar
      Fix for stack size checking on Solaris. · f7ddf49a
      unknown authored
      f7ddf49a
    • unknown's avatar
      Fix for glibc with small stack size (fixes bug when running crash-me) · 9ee0592d
      unknown authored
      
      sql-bench/limits/mysql.cfg:
        Update to new crash me
      9ee0592d
  3. 25 Mar, 2003 8 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 5b17cd54
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      mysql-test/r/group_by.result:
        Auto merged
      mysql-test/t/group_by.test:
        Auto merged
      5b17cd54
    • unknown's avatar
      Fixed bug with GROUP BY and alias · 0fb65944
      unknown authored
      
      mysql-test/r/group_by.result:
        Test for group by + alias bug
      mysql-test/t/group_by.test:
        Test for group by + alias bug
      0fb65944
    • unknown's avatar
      sql_string.cc: · 3cded4c9
      unknown authored
        NATIONAL CHARACTER() has latin1 charset now.
        Reasons are (by Monty):
        I think we should keepy having latin1 (default configure option)
        as the national character set.  The reason for this is simple that:
      
      - This is ok for a large part of the world.
      - It's faster and takes less space than utf8.
      
      
      sql/sql_string.cc:
        NATIONAL CHARACTER() has latin1 charset now.
        Reasons are (by Monty):
        I think we should keepy having latin1 (default configure option)
        as the national character set.  The reason for this is simple that:
      3cded4c9
    • unknown's avatar
      sql_show.cc: · 14cde8c8
      unknown authored
        LIKE was used against wrong name
      
      
      sql/sql_show.cc:
        LIKE was used against wrong name
      14cde8c8
    • unknown's avatar
      4be0d863
    • unknown's avatar
      21c894f9
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · d835f4ef
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.1
      
      d835f4ef
    • unknown's avatar
      Fixed bug in allocation memory in key cache. (Memory was not properly aligned... · 1c6e45ef
      unknown authored
      Fixed bug in allocation memory in key cache. (Memory was not properly aligned which cased core dumps on sparc CPU's)
      Changed keycache variables to start with my_ instead of _my_
      
      
      include/my_sys.h:
        Changed keycache variables to start with my_ instead of _my_
      myisam/mi_test2.c:
        Changed keycache variables to start with my_ instead of _my_
        Removed compiler warnings
      myisam/sp_test.c:
        Removed compiler warning
      mysys/mf_keycache.c:
        Fixed bug in allocation memory (Memory was not properly aligned which cased core dumps on sparc CPU's)
        Changed keycache variables to start with my_ instead of _my_
        Fixed indentation and comment syntax.
        Removed end space.
      sql/mysqld.cc:
        Changed keycache variables to start with my_ instead of _my_
      sql/sql_test.cc:
        Changed keycache variables to start with my_ instead of _my_
      1c6e45ef
  4. 24 Mar, 2003 6 commits
  5. 23 Mar, 2003 1 commit
  6. 22 Mar, 2003 3 commits
  7. 21 Mar, 2003 18 commits