1. 29 Mar, 2002 2 commits
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 · 37630efe
      unknown authored
      into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.1
      
      
      37630efe
    • unknown's avatar
      charset<->unicode conversion tables and routines · 4fd893e5
      unknown authored
      some warnings fixes
      
      
      include/m_ctype.h:
        New charset conversion fields in CHARSET_INFO
      mysys/hash.c:
        Fix for "unused argument" warning
      strings/ctype-big5.c:
        Fix for "unused argument" warning
      strings/ctype-czech.c:
        Fix for "unused argument" warning
      strings/ctype-euc_kr.c:
        Fix for "unused argument" warning
      strings/ctype-gb2312.c:
        Fix for "unused argument" warning
      strings/ctype-gbk.c:
        Fix for "unused argument" warning
      strings/ctype-latin1_de.c:
        Fix for "unused argument" warning
      strings/ctype-simple.c:
        8bit<->unicode convertion routines
      strings/ctype-sjis.c:
        Fix for "unused argument" warning
      strings/ctype-tis620.c:
        Fix for "unused argument" warning
      strings/ctype-ujis.c:
        Fix for "unused argument" warning
      strings/ctype-utf8.c:
        Fix for "unused argument" warning
      strings/ctype.c:
        8bit <-> unicode conversion tables
      4fd893e5
  2. 28 Mar, 2002 2 commits
    • unknown's avatar
      Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 · 48f99348
      unknown authored
      into gw.udmsearch.izhnet.ru:/usr/home/bar/mysql-4.1
      
      
      48f99348
    • unknown's avatar
      New UTF8 charset · 437b0b0e
      unknown authored
      
      strings/ctype-big5.c:
        New format for mb char functions
      strings/ctype-euc_kr.c:
        New format for mb char functions
      strings/ctype-gb2312.c:
        New format for mb char functions
      strings/ctype-gbk.c:
        New format for mb char functions
      strings/ctype-sjis.c:
        New format for mb char functions
      strings/ctype-ujis.c:
        New format for mb char functions
      437b0b0e
  3. 27 Mar, 2002 9 commits
  4. 26 Mar, 2002 4 commits
    • unknown's avatar
      No commit message · a84fb947
      unknown authored
      No commit message
      a84fb947
    • unknown's avatar
      manual.texi bk commit · a84488d2
      unknown authored
      
      Docs/manual.texi:
        bk commit
      a84488d2
    • unknown's avatar
      Doing what I hate to. · dae6e2c6
      unknown authored
      Adding entries into the Changelog
      
      
      dae6e2c6
    • unknown's avatar
      Derived tables ! · 2ec10810
      unknown authored
      
      mysql-test/r/union.result:
        small bug fixes in unions
      BitKeeper/etc/ignore:
        Added Docs/manual.texi.orig Docs/manual.texi.rej to the ignore list
      mysql-test/t/union.test:
        test for a bug fix in union's
      sql/sql_union.cc:
        bug fix for unions
      2ec10810
  5. 23 Mar, 2002 2 commits
  6. 22 Mar, 2002 2 commits
  7. 20 Mar, 2002 3 commits
  8. 19 Mar, 2002 2 commits
    • unknown's avatar
      Configure.in/Makefile.in charset related things are now earier to maintain · 1fd84d34
      unknown authored
      Fixes in charset related C++ code
      
      
      configure.in:
        Make things to be easier managable
      include/m_ctype.h:
        Hide some functions under conditional compilation
      libmysql/Makefile.shared:
        Make things to be easier managable
      sql/item_func.cc:
        Fixed that private member is not available in this context
      sql/item_strfunc.cc:
        Fixed that private member is not available in this context
      strings/Makefile.am:
        Make charset things to be easier managable
        Some fixes in charset C++ code
      strings/ctype-big5.c:
        Hide some functions under conditional compilation
      strings/ctype-czech.c:
        Hide some functions under conditional compilation
      strings/ctype-euc_kr.c:
        Hide some functions under conditional compilation
      strings/ctype-gb2312.c:
        Hide some functions under conditional compilation
      strings/ctype-gbk.c:
        Hide some functions under conditional compilation
      strings/ctype-latin1_de.c:
        Hide some functions under conditional compilation
      strings/ctype-mb.c:
        Hide some functions under conditional compilation
      strings/ctype-sjis.c:
        Hide some functions under conditional compilation
      strings/ctype-tis620.c:
        Hide some functions under conditional compilation
      strings/ctype-ujis.c:
        Hide some functions under conditional compilation
      1fd84d34
    • unknown's avatar
      Some changes from 4.0. · af87d92a
      unknown authored
      Take a look their for details
      
      
      af87d92a
  9. 15 Mar, 2002 2 commits
  10. 14 Mar, 2002 4 commits
  11. 12 Mar, 2002 1 commit
    • unknown's avatar
      New ctype functions/macros to support many charsets at a time · 68375e0f
      unknown authored
      
      client/mysql.cc:
        new ctypes
      client/mysqldump.c:
        new ctypes
      client/mysqltest.c:
        new ctypes
      client/sql_string.cc:
        new ctypes
      client/sql_string.h:
        new ctypes
      extra/mysql_install.c:
        new ctypes
      extra/replace.c:
        new ctypes
      extra/resolve_stack_dump.c:
        new ctypes
      extra/resolveip.c:
        new ctypes
      heap/hp_hash.c:
        new ctypes
      include/m_ctype.h:
        new ctypes
      include/my_sys.h:
        new ctypes
      isam/_key.c:
        new ctypes
      isam/_search.c:
        new ctypes
      libmysql/Makefile.shared:
        new ctypes
      libmysql/libmysql.c:
        new ctypes
      myisam/ft_dump.c:
        new ctypes
      myisam/ft_parser.c:
        new ctypes
      myisam/mi_test1.c:
        new ctypes
      mysys/charset.c:
        new ctypes
      mysys/default.c:
        new ctypes
      mysys/getvar.c:
        new ctypes
      mysys/hash.c:
        new ctypes
      mysys/mf_casecnv.c:
        new ctypes
      mysys/mf_dirname.c:
        new ctypes
      mysys/mf_format.c:
        new ctypes
      mysys/mf_iocache2.c:
        new ctypes
      mysys/mf_soundex.c:
        new ctypes
      mysys/mf_wfile.c:
        new ctypes
      mysys/my_error.c:
        new ctypes
      mysys/my_getwd.c:
        new ctypes
      mysys/my_init.c:
        new ctypes
      mysys/my_vsnprintf.c:
        new ctypes
      mysys/typelib.c:
        new ctypes
      sql/convert.cc:
        new ctypes
      sql/des_key_file.cc:
        new ctypes
      sql/field.cc:
        new ctypes
      sql/field.h:
        new ctypes
      sql/field_conv.cc:
        new ctypes
      sql/filesort.cc:
        new ctypes
      sql/ha_innodb.cc:
        new ctypes
      sql/hostname.cc:
        new ctypes
      sql/init.cc:
        new ctypes
      sql/item.cc:
        new ctypes
      sql/item_func.cc:
        new ctypes
      sql/item_strfunc.cc:
        new ctypes
      sql/item_sum.cc:
        new ctypes
      sql/item_timefunc.cc:
        new ctypes
      sql/key.cc:
        new ctypes
      sql/log.cc:
        new ctypes
      sql/mysql_priv.h:
        new ctypes
      sql/mysqld.cc:
        new ctypes
      sql/opt_range.cc:
        new ctypes
      sql/procedure.cc:
        new ctypes
      sql/slave.cc:
        new ctypes
      sql/sql_acl.cc:
        new ctypes
      sql/sql_analyse.cc:
        new ctypes
      sql/sql_base.cc:
        new ctypes
      sql/sql_cache.cc:
        new ctypes
      sql/sql_db.cc:
        new ctypes
      sql/sql_handler.cc:
        new ctypes
      sql/sql_lex.cc:
        new ctypes
      sql/sql_parse.cc:
        new ctypes
      sql/sql_show.cc:
        new ctypes
      sql/sql_string.cc:
        new ctypes
      sql/sql_string.h:
        new ctypes
      sql/sql_table.cc:
        new ctypes
      sql/sql_yacc.yy:
        new ctypes
      sql/table.cc:
        new ctypes
      sql/time.cc:
        new ctypes
      strings/Makefile.am:
        new ctypes
      strings/ctype-big5.c:
        new ctypes
      strings/ctype-czech.c:
        new ctypes
      strings/ctype-gbk.c:
        new ctypes
      strings/ctype-latin1_de.c:
        new ctypes
      strings/ctype-sjis.c:
        new ctypes
      strings/ctype-tis620.c:
        new ctypes
      strings/ctype.c:
        new ctypes
      strings/str2int.c:
        new ctypes
      strings/strto.c:
        new ctypes
      tools/mysqlmanager.c:
        new ctypes
      68375e0f
  12. 09 Mar, 2002 2 commits
  13. 07 Mar, 2002 5 commits