1. 25 Mar, 2003 9 commits
    • unknown's avatar
      - fixed comments so mysql_copyright does not eat the whole files · 165d8e9c
      unknown authored
      
      sql/sql_error.cc:
         - fixed comment so mysql_copyright does not eat the whole file
      sql/sql_prepare.cc:
         - fixed comment so mysql_copyright does not eat the whole file
      165d8e9c
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 71837a95
      unknown authored
      into mysql.com:/suse80/my/mysql-4.1
      
      
      71837a95
    • unknown's avatar
      sql_string.cc: · c8bdced2
      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:
      c8bdced2
    • unknown's avatar
      sql_show.cc: · 8816bbae
      unknown authored
        LIKE was used against wrong name
      
      
      sql/sql_show.cc:
        LIKE was used against wrong name
      8816bbae
    • unknown's avatar
      f8b7332c
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 86050a90
      unknown authored
      into mysql.com:/suse80/my/mysql-4.1
      
      
      86050a90
    • unknown's avatar
      bbbc2564
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 90527436
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.1
      
      
      90527436
    • unknown's avatar
      Fixed bug in allocation memory in key cache. (Memory was not properly aligned... · 11841c05
      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_
      11841c05
  2. 24 Mar, 2003 5 commits
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 3a74f343
      unknown authored
      into mysql.com:/suse80/my/mysql-4.1
      
      
      3a74f343
    • unknown's avatar
      item_strfunc.cc: · 396328d5
      unknown authored
        Fixed that concat() didn't set character set in val_str
        concat_ws() now honors coercibility
      
      
      sql/item_strfunc.cc:
        Fixed that concat() didn't set character set in val_str
        concat_ws() now honors coercibility
      396328d5
    • unknown's avatar
      item_strfunc.cc: · 8848bb89
      unknown authored
        The result didn't return proper collation
      
      
      sql/item_strfunc.cc:
        The result didn't return proper collation
      8848bb89
    • unknown's avatar
      item_strfunc.cc: · 45e9ee67
      unknown authored
        A bug has been fixed. ELT() didn't honor the second argument.
        Coercibility support has been added.
      
      
      sql/item_strfunc.cc:
        A bug has been fixed. ELT() didn't honor the second argument.
        Coercibility support has been added.
      45e9ee67
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 61fd01bf
      unknown authored
      into mysql.com:/suse80/my/mysql-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      61fd01bf
  3. 21 Mar, 2003 17 commits
  4. 20 Mar, 2003 9 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · d7bccdbe
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.1
      
      
      sql/password.c:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      d7bccdbe
    • unknown's avatar
      After merge fixes · e968e3b1
      unknown authored
      Fixed bug in Item::set_name()
      Fix for memory leak with geometry type
      
      
      mysql-test/r/create.result:
        Fixed results after merge
      mysql-test/r/innodb.result:
        Hack to make test repeatable
        (InnoDB's cardinality numbers varies a bit between tests)
      mysql-test/r/rpl_relayspace.result:
        After merge fix
      mysql-test/t/innodb.test:
        Hack to make test repeatable
        (InnoDB's cardinality numbers varies a bit between tests)
      sql/ha_myisam.cc:
        Indentation cleanup
      sql/item.cc:
        Fixed bug in Item::set_name()
      sql/password.c:
        After merge fix
      sql/sql_update.cc:
        After merge fix
      sql/table.cc:
        Fix for memory leak with geometry type
      e968e3b1
    • unknown's avatar
      item_cmpfunc.cc: · f27d5558
      unknown authored
        cmp_charset was not initialized
        valgrind fix
        LIKE now works according to coercibility rules
      
      
      sql/item_cmpfunc.cc:
        cmp_charset was not initialized
        valgrind fix
        LIKE now works according to coercibility rules
      f27d5558
    • unknown's avatar
      SELECT N'string' · 9e5a1ba6
      unknown authored
      9e5a1ba6
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · d0ae2c12
      unknown authored
      into mysql.r18.ru:/usr/home/ram/work/mysql-4.1.sp
      
      
      sql/field.cc:
        Auto merged
      d0ae2c12
    • unknown's avatar
      R-tree bug fixes. · 83a4fcac
      unknown authored
      
      myisam/rt_index.c:
        Should call find_first() instead of find_next() after key deletion.
        Fixed type cast.
      myisam/sp_key.c:
        Fixed spatial key creation.
      sql/field.cc:
        To get rid of warning.
      83a4fcac
    • unknown's avatar
      NATIONAL CHARACTER VARYING(n) · 3112cd61
      unknown authored
      NATIONAL CHAR VARYING(n)
      NCHAR VARYING(n)
      
      are now aliases for
      
      VARCHAR(n) CHARACTER SET utf8
      
      
      3112cd61
    • unknown's avatar
      NCHAR(n) and NATIONAL CHARACTER(n) · 4637fa16
      unknown authored
      is now synonim for
      CHARACTER(n) CHARACTER SET utf8
      
      
      4637fa16
    • unknown's avatar
      New syntax for character strings: · dd94ef10
      unknown authored
      SELECT _latin1 0x345678;
      SELECT _latin x'345678';
      
      
      dd94ef10