1. 03 Apr, 2003 1 commit
  2. 02 Apr, 2003 4 commits
  3. 01 Apr, 2003 1 commit
    • unknown's avatar
      Deprecated the update log (Sprint task #792). Now --log-update · 4cfe577f
      unknown authored
      just turns on --log-bin and prints a warning. SQL_LOG_UPDATE
      is handled in two ways (see mysqld.cc for comments).
      
      
      include/mysqld_error.h:
        deprecated update log
      sql/log.cc:
        deprecated update log
      sql/mysqld.cc:
        deprecated update log
      sql/set_var.cc:
        deprecated update log
      sql/share/czech/errmsg.txt:
        deprecated update log
      sql/share/danish/errmsg.txt:
        deprecated update log
      sql/share/dutch/errmsg.txt:
        deprecated update log
      sql/share/english/errmsg.txt:
        deprecated update log
      sql/share/estonian/errmsg.txt:
        deprecated update log
      sql/share/french/errmsg.txt:
        deprecated update log
      sql/share/german/errmsg.txt:
        deprecated update log
      sql/share/greek/errmsg.txt:
        deprecated update log
      sql/share/hungarian/errmsg.txt:
        deprecated update log
      sql/share/italian/errmsg.txt:
        deprecated update log
      sql/share/japanese/errmsg.txt:
        deprecated update log
      sql/share/korean/errmsg.txt:
        deprecated update log
      sql/share/norwegian-ny/errmsg.txt:
        deprecated update log
      sql/share/norwegian/errmsg.txt:
        deprecated update log
      sql/share/polish/errmsg.txt:
        deprecated update log
      sql/share/portuguese/errmsg.txt:
        deprecated update log
      sql/share/romanian/errmsg.txt:
        deprecated update log
      sql/share/russian/errmsg.txt:
        deprecated update log
      sql/share/serbian/errmsg.txt:
        deprecated update log
      sql/share/slovak/errmsg.txt:
        deprecated update log
      sql/share/spanish/errmsg.txt:
        deprecated update log
      sql/share/swedish/errmsg.txt:
        deprecated update log
      sql/share/ukrainian/errmsg.txt:
        deprecated update log
      sql/sql_acl.cc:
        deprecated update log
      sql/sql_db.cc:
        deprecated update log
      sql/sql_delete.cc:
        deprecated update log
      sql/sql_insert.cc:
        deprecated update log
      sql/sql_load.cc:
        deprecated update log
      sql/sql_parse.cc:
        deprecated update log
      sql/sql_rename.cc:
        deprecated update log
      sql/sql_table.cc:
        deprecated update log
      sql/sql_update.cc:
        deprecated update log
      4cfe577f
  4. 31 Mar, 2003 1 commit
  5. 30 Mar, 2003 1 commit
  6. 28 Mar, 2003 3 commits
  7. 27 Mar, 2003 5 commits
    • unknown's avatar
      ...and got rid of the strncasecmps too. · 79060c99
      unknown authored
      79060c99
    • unknown's avatar
      Replaced a couple of strcasecmps. · 7ec7fbff
      unknown authored
      7ec7fbff
    • unknown's avatar
      Merged 4.1 into 5.0. · 908c9d7a
      unknown authored
      
      BitKeeper/etc/gone:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      client/mysql.cc:
        Auto merged
      client/mysqltest.c:
        Auto merged
      configure.in:
        Auto merged
      libmysqld/Makefile.am:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/lex.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/share/polish/errmsg.txt:
        Auto merged
      sql/share/russian/errmsg.txt:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      908c9d7a
    • unknown's avatar
      lex.h: · af90350e
      unknown authored
        GeometryCollectionFromText is now alias for GeomCollFromText
      
      
      sql/lex.h:
        GeometryCollectionFromText is now alias for GeomCollFromText
      af90350e
    • unknown's avatar
      More OpenGIS compatibility: · 6977525d
      unknown authored
      Point, MultiLine, Poligom, etc, are now not aliases
      for Geometry, but separate field types.
      
      6977525d
  8. 26 Mar, 2003 4 commits
    • unknown's avatar
    • unknown's avatar
      Added IF EXISTS to DROP PROCEDURE|FUNCTION. · b24adcda
      unknown authored
      Changed another unecessary use of Item_string into LEX_STRING (in sp_pcontext).
      
      
      Docs/sp-implemented.txt:
        Added IF EXISTS to DROP PROCEDURE|FUNCTION
      mysql-test/r/sp-error.result:
        Added IF EXISTS to DROP PROCEDURE|FUNCTION
      mysql-test/t/sp-error.test:
        Added IF EXISTS to DROP PROCEDURE|FUNCTION
      sql/sp_pcontext.cc:
        Changed another unecessary use of Item_string into LEX_STRING.
      sql/sp_pcontext.h:
        Changed another unecessary use of Item_string into LEX_STRING.
      sql/sql_parse.cc:
        Added IF EXISTS to DROP PROCEDURE|FUNCTION
      sql/sql_yacc.yy:
        Added IF EXISTS to DROP PROCEDURE|FUNCTION
      b24adcda
    • unknown's avatar
      greek.xml: · 0e5d8785
      unknown authored
        Comments why "greek" is ISO greek
      
      
      sql/share/charsets/greek.xml:
        Comments why "greek" is ISO greek
      0e5d8785
    • unknown's avatar
      German Phone book collation is always compiled · 73f8c8d9
      unknown authored
      Some collation names have been renamed
      
      
      BitKeeper/deleted/.del-ctype-latin1_de.c~c5d8f9208bceb98e:
        Delete: strings/ctype-latin1_de.c
      libmysql/Makefile.shared:
        German Phone book collation is always compiled
      mysql-test/r/ctype_collate.result:
        Some collation names have been renamed
      mysql-test/t/ctype_collate.test:
        Some collation names have been renamed
      mysql-test/t/ctype_latin1_de-master.opt:
        Some collation names have been renamed
      mysys/charset.c:
        get_charset_by_name() now will find its default collation if charset name is passed
      sql/share/charsets/Index.xml:
        Some collation names have been renamed
      sql/share/charsets/cp1251.xml:
        Some collation names have been renamed
      sql/share/charsets/cp1257.xml:
        Some collation names have been renamed
      sql/share/charsets/latin1.xml:
        Some collation names have been renamed
      sql/share/charsets/latin2.xml:
        Some collation names have been renamed
      sql/share/charsets/latin7.xml:
        Some collation names have been renamed
      sql/share/charsets/macce.xml:
        Some collation names have been renamed
      sql/share/charsets/macroman.xml:
        Some collation names have been renamed
      sql/sql_show.cc:
        Nicer output from SHOW COLLATION
      strings/Makefile.am:
        German Phone book collation is always compiled
      strings/ctype-czech.c:
        Some collation names have been renamed
      strings/ctype-extra.c:
        Don't compile dynamic charset. We should decide names convension before 
        making this available.
      strings/ctype-latin1.c:
        German Phone book collation is always compiled
      73f8c8d9
  9. 25 Mar, 2003 12 commits
    • unknown's avatar
      - removed redundant readline_dir from SUBDIRS to fix "make distclean" · 04585b12
      unknown authored
         (there is a Makefile in readline_topdir that already lists
         readline_dir in SUBDIRS)
      
      04585b12
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · a8419fda
      unknown authored
      into mysql.com:/suse80/my/mysql-4.1
      
      a8419fda
    • unknown's avatar
      - fixed comments so mysql_copyright does not eat the whole files · 1d0a4950
      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
      1d0a4950
    • unknown's avatar
      SHOW CHARACTER SET now can display comments · 22530fd8
      unknown authored
      Low case letters are used in charset names
      
      
      BitKeeper/deleted/.del-MacRoman.xml~f890bce37d31d382:
        Delete: sql/share/charsets/MacRoman.xml
      BitKeeper/deleted/.del-MacCE.xml~fca413f3126f6189:
        Delete: sql/share/charsets/MacCE.xml
      mysys/charset.c:
        SHOW CHARACTER SET now can display comments
      sql/share/charsets/Index.xml:
        SHOW CHARACTER SET now can display comments
      sql/sql_show.cc:
        SHOW CHARACTER SET now can display comments
      strings/ctype.c:
        SHOW CHARACTER SET now can display comments
      22530fd8
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 7fdc8c07
      unknown authored
      into mysql.com:/suse80/my/mysql-4.1
      
      7fdc8c07
    • 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
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · f874d678
      unknown authored
      into mysql.com:/suse80/my/mysql-4.1
      
      f874d678
    • 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
  10. 24 Mar, 2003 5 commits
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · b15cc3b2
      unknown authored
      into mysql.com:/suse80/my/mysql-4.1
      
      b15cc3b2
    • unknown's avatar
      item_strfunc.cc: · b137dfca
      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
      b137dfca
    • unknown's avatar
      item_strfunc.cc: · 86d0e8d7
      unknown authored
        The result didn't return proper collation
      
      
      sql/item_strfunc.cc:
        The result didn't return proper collation
      86d0e8d7
    • unknown's avatar
      item_strfunc.cc: · 9f1d8f9b
      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.
      9f1d8f9b
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · da1a13ee
      unknown authored
      into mysql.com:/suse80/my/mysql-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      da1a13ee
  11. 21 Mar, 2003 3 commits