1. 07 Mar, 2003 3 commits
    • bar@bar.mysql.r18.ru's avatar
      sql_load.cc: · 9994e625
      bar@bar.mysql.r18.ru authored
        LOAD DATA INFILE now uses database character set instead of server character set. This is not excellent but at least allows to load for example cyrillic data into cyrillic database if server charset is latin1. In the future we should add a syntax to specify file charset or evern charset of each field.
      9994e625
    • bar@bar.mysql.r18.ru's avatar
      sql_acl.cc, item.h: · 4b5bfe99
      bar@bar.mysql.r18.ru authored
        use of new argument
      sql_analyse.h:
        macros from mysql_priv.h. Should be deleted soon.
      mysql_priv.h:
        _default_charset_info has been removed
      item_cmpfunc.h:
        Use cmp_charset
      hostname.cc, hash_filo.h:
        Move charset to constructor argument
      4b5bfe99
    • bar@bar.mysql.r18.ru's avatar
      New syntax to change client collation: · d09d2b85
      bar@bar.mysql.r18.ru authored
      SET COLLATION latin1
      SET COLLATION 'latin1'
      SET COLLATION DEFAULT
      d09d2b85
  2. 06 Mar, 2003 6 commits
  3. 05 Mar, 2003 7 commits
  4. 04 Mar, 2003 14 commits
  5. 03 Mar, 2003 5 commits
  6. 02 Mar, 2003 5 commits