1. 31 Mar, 2003 1 commit
    • unknown's avatar
      SCRUM · 17ac7943
      unknown authored
      two KILL commands implementation (version 2)
      
      
      include/mysqld_error.h:
        Error message about query interruption added
      myisam/mi_check.c:
        killed_ptr now retutns only value - not pointer
      myisam/myisamchk.c:
        killed_ptr returns value now
      myisam/myisamdef.h:
        killed_ptr returns value now
      myisam/sort.c:
        killed_ptr returns value now
      sql/filesort.cc:
        THD::killed now has enum type
      sql/ha_berkeley.cc:
        THD::killed has enum type
      sql/ha_myisam.cc:
        killed_ptr returns value now
      sql/lock.cc:
        two different errors possible here now
      sql/log_event.cc:
        two ways of killing possible here now
      sql/mysqld.cc:
        THD::killed has enum type now
      sql/records.cc:
        two errors are possible here now
      sql/share/czech/errmsg.txt:
        new error message
      sql/share/danish/errmsg.txt:
        new error message
      sql/share/dutch/errmsg.txt:
        new error message
      sql/share/english/errmsg.txt:
        new error message
      sql/share/estonian/errmsg.txt:
        new error message
      sql/share/french/errmsg.txt:
        new error message
      sql/share/german/errmsg.txt:
        new error message
      sql/share/greek/errmsg.txt:
        new error message
      sql/share/hungarian/errmsg.txt:
        new error message
      sql/share/italian/errmsg.txt:
        new error message
      sql/share/japanese/errmsg.txt:
        new error message
      sql/share/korean/errmsg.txt:
        new error message
      sql/share/norwegian-ny/errmsg.txt:
        new error message
      sql/share/norwegian/errmsg.txt:
        new error message
      sql/share/polish/errmsg.txt:
        new error message
      sql/share/portuguese/errmsg.txt:
        new error message
      sql/share/romanian/errmsg.txt:
        new error message
      sql/share/russian/errmsg.txt:
        new error message
      sql/share/serbian/errmsg.txt:
        new error message
      sql/share/slovak/errmsg.txt:
        new error message
      sql/share/spanish/errmsg.txt:
        new error message
      sql/share/swedish/errmsg.txt:
        new error message
      sql/share/ukrainian/errmsg.txt:
        new error message
      sql/slave.cc:
        two errors are possible here now
      sql/sql_base.cc:
        THD::killed has enum type now
      sql/sql_cache.cc:
        THD::killed has enum type now
      sql/sql_class.cc:
        THD::awake implementation changed to handle KILL_QUERY
      sql/sql_class.h:
        class THD changed to handle KILL_QUERY
      sql/sql_delete.cc:
        two errors are possible here now
      sql/sql_insert.cc:
        THD::killed has enum type now
      sql/sql_load.cc:
        two errors are possible here now
      sql/sql_parse.cc:
        kill_one_thread function changed to handle KILL_QUERY
      sql/sql_prepare.cc:
        two errors are possible here now
      sql/sql_repl.cc:
        the parameter to awake is of THD::killed_state type now
      sql/sql_repl.h:
        awake parameter changed
      sql/sql_select.cc:
        two errors are possible here now
      sql/sql_show.cc:
        notification adopted to changes in class THD
      sql/sql_table.cc:
        two errors are possible here now
      sql/sql_update.cc:
        two errors are possible here now
      17ac7943
  2. 21 Mar, 2003 2 commits
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · a500db3e
      unknown authored
      into genie.(none):/home/hf/work/mysql-5.0.kil
      
      
      sql/lex.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      a500db3e
    • unknown's avatar
      SCRUM · fa941f33
      unknown authored
      two versions of KILL implementation
      
      
      include/mysql_com.h:
        ONLY_KILL_QUERY flag definition
      sql/lex.h:
        CONNECTION keyword added
      sql/mysql_priv.h:
        kill_one_thread function extended
      sql/sql_class.h:
        only_kill_query flag added to the THD structure
      sql/sql_parse.cc:
        handling of KILL QUERY feature added
      sql/sql_yacc.yy:
        KILL syntax extended with CONNECTION an QUERY options
      fa941f33
  3. 20 Mar, 2003 1 commit
  4. 19 Mar, 2003 1 commit
    • unknown's avatar
      Post-merge fixes. · 74dd52e7
      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.)
      74dd52e7
  5. 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
  6. 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
  7. 16 Mar, 2003 5 commits
  8. 15 Mar, 2003 8 commits
  9. 14 Mar, 2003 8 commits
  10. 13 Mar, 2003 2 commits