1. 18 Mar, 2003 4 commits
    • unknown's avatar
      Merged 4.1 -> 5.0. · b845715d
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      client/mysql.cc:
        Auto merged
      configure.in:
        Auto merged
      mysql-test/r/rpl_temporary.result:
        Auto merged
      mysql-test/r/subselect.result:
        Auto merged
      mysql-test/t/subselect.test:
        Auto merged
      scripts/mysql_install_db.sh:
        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.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      b845715d
    • unknown's avatar
      SHOW CREATE TABLE didn't display field names in the proper charset · ff35e047
      unknown authored
      
      mysys/charset.c:
        Clear all fields at the end of previous charset
      ff35e047
    • unknown's avatar
      Replication were broken because of automatic charset conversion. · bd99e946
      unknown authored
      As a fix, my_charset_bin is now used in master-slave packets instead
      of system_charset_info.
      
      bd99e946
    • unknown's avatar
      sql_yacc.yy: · 561d30f1
      unknown authored
        SET NAMES BINARY now works
      
      
      sql/sql_yacc.yy:
        SET NAMES BINARY now works
      561d30f1
  2. 17 Mar, 2003 8 commits
    • unknown's avatar
      ctype_many.result: · 5b7c3d61
      unknown authored
        new file
      
        As far as bk could not apply delta,
        I removed it.  Now I'm adding the
        new version into the tree again.
      
      5b7c3d61
    • unknown's avatar
      .del-ctype_many.result~9b541c4def2b5afb: · a81dea6a
      unknown authored
        Delete: mysql-test/r/ctype_many.result
      
        I could not commit it, bk told it can't apply binary delta
        for textual file.
      
      
      BitKeeper/deleted/.del-ctype_many.result~9b541c4def2b5afb:
        Delete: mysql-test/r/ctype_many.result
      a81dea6a
    • unknown's avatar
      · a1585e66
      unknown authored
      
      mysql-test/t/ctype_many.test:
        Automatic client-server charset recoding has been added
      mysys/charset.c:
        Automatic client-server charset recoding has been added
      sql/item.cc:
        Automatic client-server charset recoding has been added
      sql/item.h:
        Automatic client-server charset recoding has been added
      sql/item_cmpfunc.cc:
        Automatic client-server charset recoding has been added
      sql/item_func.cc:
        Automatic client-server charset recoding has been added
      sql/item_strfunc.cc:
        Automatic client-server charset recoding has been added
      sql/mysqld.cc:
        Automatic client-server charset recoding has been added
      sql/protocol.cc:
        Automatic client-server charset recoding has been added
      sql/sql_string.cc:
        Automatic client-server charset recoding has been added
      sql/sql_yacc.yy:
        Automatic client-server charset recoding has been added
      strings/ctype-utf8.c:
        Automatic client-server charset recoding has been added
      a1585e66
    • unknown's avatar
      ctype_collate.result: · 862369e3
      unknown authored
        Automatic client-server charset recoding has been added
      
      
      mysql-test/r/ctype_collate.result:
        Automatic client-server charset recoding has been added
      862369e3
    • unknown's avatar
      sql_show.cc: · a11975b4
      unknown authored
        Bug fix
        0 stayed for length here, now it is charset.
      
      
      sql/sql_show.cc:
        Bug fix
      a11975b4
    • unknown's avatar
      sql_string.cc: · b5eed2dc
      unknown authored
        Copy as is if src or dst are binary
      
      
      sql/sql_string.cc:
        Copy as is if src or dst are binary
      b5eed2dc
    • unknown's avatar
      Preparing to client<->server autoconvert · 716f2c27
      unknown authored
      716f2c27
    • unknown's avatar
      sql_select.cc: · f03a28c8
      unknown authored
        binary comparing alway must be used, because sort_string() is executed for textual data.
      
      
      sql/sql_select.cc:
        binary comparing alway must be used, because sort_string() is executed for textual data.
      f03a28c8
  3. 16 Mar, 2003 5 commits
  4. 15 Mar, 2003 8 commits
  5. 14 Mar, 2003 8 commits
  6. 13 Mar, 2003 6 commits
  7. 12 Mar, 2003 1 commit