1. 19 Mar, 2003 1 commit
    • unknown's avatar
      Post-merge fixes. · addf8ea0
      unknown authored
      
      mysql-test/r/sp.result:
        Post-merge fixes.
        (And disabled the ip test, since some change in 4.1 broke it.)
      mysql-test/t/sp.test:
        Post-merge fixes.
        (And disabled the ip test, since some change in 4.1 broke it.)
      addf8ea0
  2. 18 Mar, 2003 4 commits
    • unknown's avatar
      Merged 4.1 -> 5.0. · d956a1c5
      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
      d956a1c5
    • unknown's avatar
      SHOW CREATE TABLE didn't display field names in the proper charset · 18d3292b
      unknown authored
      
      mysys/charset.c:
        Clear all fields at the end of previous charset
      18d3292b
    • unknown's avatar
      Replication were broken because of automatic charset conversion. · 2dae38c7
      unknown authored
      As a fix, my_charset_bin is now used in master-slave packets instead
      of system_charset_info.
      
      
      2dae38c7
    • unknown's avatar
      sql_yacc.yy: · 1159272c
      unknown authored
        SET NAMES BINARY now works
      
      
      sql/sql_yacc.yy:
        SET NAMES BINARY now works
      1159272c
  3. 17 Mar, 2003 8 commits
    • unknown's avatar
      ctype_many.result: · 89fee820
      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.
      
      
      89fee820
    • unknown's avatar
      .del-ctype_many.result~9b541c4def2b5afb: · ac454723
      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
      ac454723
    • unknown's avatar
      · 84f0e117
      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
      84f0e117
    • unknown's avatar
      ctype_collate.result: · 3ca97c63
      unknown authored
        Automatic client-server charset recoding has been added
      
      
      mysql-test/r/ctype_collate.result:
        Automatic client-server charset recoding has been added
      3ca97c63
    • unknown's avatar
      sql_show.cc: · d2387b1a
      unknown authored
        Bug fix
        0 stayed for length here, now it is charset.
      
      
      sql/sql_show.cc:
        Bug fix
      d2387b1a
    • unknown's avatar
      sql_string.cc: · 61ca875e
      unknown authored
        Copy as is if src or dst are binary
      
      
      sql/sql_string.cc:
        Copy as is if src or dst are binary
      61ca875e
    • unknown's avatar
      Preparing to client<->server autoconvert · 3a407e58
      unknown authored
      3a407e58
    • unknown's avatar
      sql_select.cc: · 11bd5990
      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.
      11bd5990
  4. 16 Mar, 2003 5 commits
  5. 15 Mar, 2003 8 commits
  6. 14 Mar, 2003 8 commits
  7. 13 Mar, 2003 6 commits