1. 10 Apr, 2003 1 commit
    • unknown's avatar
      added compress/uncompress function · 75bdeb1b
      unknown authored
      
      sql/mysql_priv.h:
        added have_compress variable
      sql/mysqld.cc:
        added have_compress variable
      sql/set_var.cc:
        added have_compress variable
      75bdeb1b
  2. 25 Mar, 2003 2 commits
    • 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
  3. 24 Mar, 2003 3 commits
    • 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
  4. 21 Mar, 2003 17 commits
  5. 20 Mar, 2003 13 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
      · 4637fa16
      unknown authored
      NCHAR(n) and NATIONAL CHARACTER(n)
      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
    • unknown's avatar
      another bad merge fixed · c6778cee
      unknown authored
      c6778cee
    • unknown's avatar
      fixed bad merge (s/rnd/my_rnd/) · 10096d91
      unknown authored
      10096d91
    • unknown's avatar
      Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 42879405
      unknown authored
      into mysql.com:/home/pem/work/mysql-4.1
      
      
      42879405
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 97cd4fb1
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.1
      
      
      configure.in:
        Auto merged
      libmysqld/lib_sql.cc:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/lex.h:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/log_event.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/repl_failsafe.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_repl.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      97cd4fb1
  6. 19 Mar, 2003 4 commits
    • unknown's avatar
      Merge with 4.0.12 · 161942e3
      unknown authored
      
      Docs/internals.texi:
        Auto merged
      include/my_global.h:
        Auto merged
      include/mysql_com.h:
        Auto merged
      innobase/row/row0mysql.c:
        Auto merged
      innobase/row/row0sel.c:
        Auto merged
      libmysql/Makefile.am:
        Auto merged
      libmysqld/Makefile.am:
        Auto merged
      libmysqld/lib_vio.c:
        Auto merged
      mysql-test/r/heap.result:
        Auto merged
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/t/heap.test:
        Auto merged
      sql/ha_innodb.h:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      BitKeeper/deleted/.del-password.c~76f30876e68eddb4:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/key.cc:
        Auto merged
      sql/lex.h:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/slave.h:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_repl.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/table.cc:
        Auto merged
      strings/strto.c:
        Auto merged
      161942e3
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 7517a59a
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      7517a59a
    • unknown's avatar
      Print right hostname or IP in SHOW PROCESSLIST · 0847c4f9
      unknown authored
      Use SESSION TABLE_HANDLER as default table handler if given table handler doesn't exists
      
      
      Docs/internals.texi:
        Updated description for how DATE, TIME and TIMESTAMP are stored
      mysql-test/r/create.result:
        New tests
      mysql-test/t/create.test:
        New tests
      sql/handler.cc:
        Use SESSION TABLE_HANDLER as default table handler if given table handler doesn't exists.
      sql/sql_parse.cc:
        Fix that we return hostname instead of IP in SHOW PROCESSLIST
      sql/sql_show.cc:
        Print right hostname or IP in SHOW PROCESSLIST
      0847c4f9
    • unknown's avatar
      Added support for ULONG division with DIV · d7bedeb9
      unknown authored
      Fixed non fatal memory leak in slave code.
      
      
      mysql-test/r/func_test.result:
        Added test for DIV
      mysql-test/t/func_test.test:
        Added test for DIV
      mysys/my_alloc.c:
        More DBUG statements
      sql/item_func.cc:
        Added support for ULONG division with DIV
      sql/log_event.cc:
        Fixed memory leak (Wrong call to init_sql_alloc)
      sql/slave.cc:
        Fixed memory leak (Wrong call to init_sql_alloc)
      sql/sql_base.cc:
        More DBUG statements
      sql/sql_class.cc:
        Added init_for_queries() to fix memory leak in slave code
      sql/sql_class.h:
        Added init_for_queries() to fix memory leak in slave code
      sql/sql_error.cc:
        More DBUG statements
      sql/sql_parse.cc:
        Added init_for_queries() to fix memory leak in slave code
      sql/unireg.h:
        Moved memory defaults to include file
      d7bedeb9