1. 29 Mar, 2002 10 commits
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 · c4231684
      unknown authored
      into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.1
      
      
      c4231684
    • unknown's avatar
      item_strfunc.cc: · ad494a21
      unknown authored
        Fix for possible bug when string length is more than 64K
      
      
      sql/item_strfunc.cc:
        Fix for possible bug when string length is more than 64K
      ad494a21
    • unknown's avatar
      EUC-JP conversion routines · f7eb69d6
      unknown authored
      f7eb69d6
    • unknown's avatar
      Big5 conversion routines · b68daf5c
      unknown authored
      
      include/m_ctype.h:
        Add conversion routines prototypes
      sql/init.cc:
        Fix for small bug
      b68daf5c
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 · 95eca99b
      unknown authored
      into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.1
      
      
      95eca99b
    • unknown's avatar
      add sql_derived.cc into compilation · 4206cf12
      unknown authored
      4206cf12
    • unknown's avatar
      Now this syntax works too: CONVERT(string,charset_to,charset_from) · 19bc62c8
      unknown authored
      where charset_to and charset_from are expressions. For example:
      
      CONVERT('test','latin2','cp1250')
      
      
      sql/item_strfunc.cc:
        Now this syntax works too:  CONVERT(string,charset_to,charset_from)
      sql/item_strfunc.h:
        Now this syntax works too:  CONVERT(string,charset_to,charset_from)
      sql/sql_yacc.yy:
        Now this syntax works too:  CONVERT(string,charset_to,charset_from)
      19bc62c8
    • unknown's avatar
      f29e7f57
    • 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