- 31 Mar, 2003 1 commit
-
-
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
-
- 21 Mar, 2003 2 commits
-
-
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
-
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
-
- 20 Mar, 2003 1 commit
-
-
unknown authored
sql/sp_head.cc: Added some more DBUG output. sql/sp_pcontext.cc: Post post merge fix.
-
- 19 Mar, 2003 1 commit
-
-
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.)
-
- 18 Mar, 2003 4 commits
-
-
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
-
unknown authored
mysys/charset.c: Clear all fields at the end of previous charset
-
unknown authored
As a fix, my_charset_bin is now used in master-slave packets instead of system_charset_info.
-
unknown authored
SET NAMES BINARY now works sql/sql_yacc.yy: SET NAMES BINARY now works
-
- 17 Mar, 2003 8 commits
-
-
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.
-
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
-
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
-
unknown authored
Automatic client-server charset recoding has been added mysql-test/r/ctype_collate.result: Automatic client-server charset recoding has been added
-
unknown authored
Bug fix 0 stayed for length here, now it is charset. sql/sql_show.cc: Bug fix
-
unknown authored
Copy as is if src or dst are binary sql/sql_string.cc: Copy as is if src or dst are binary
-
unknown authored
-
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.
-
- 16 Mar, 2003 5 commits
-
-
unknown authored
into mashka.mysql.fi:/home/my/mysql-4.1 sql/mysqld.cc: Auto merged
-
unknown authored
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
and isn't used in libraries any longer
-
unknown authored
system_charset_info was removed client/mysql.cc: system_charset_info was removed client/mysqlcheck.c: system_charset_info was removed client/mysqldump.c: system_charset_info was removed client/mysqlimport.c: system_charset_info was removed client/mysqltest.c: system_charset_info was removed
-
unknown authored
Some system_charset_info were removed BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
- 15 Mar, 2003 8 commits
-
-
unknown authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
unknown authored
less system_charset_info sql/sql_db.cc: less system_charset_info sql/sql_parse.cc: less system_charset_info
-
unknown authored
sql/item_subselect.cc: Auto merged sql/sql_select.cc: Auto merged mysql-test/r/subselect.result: SCCS merged mysql-test/t/subselect.test: SCCS merged
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/mysql-4.1
-
unknown authored
Use LEX charset instead of system one sql/sql_lex.cc: Use LEX charset instead of system one
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-leak-4.1
-
unknown authored
removed all side effects from asserts for not to confuse casual reader
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-leak-4.1 mysql-test/r/subselect.result: Auto merged sql/item_subselect.cc: Auto merged
-
- 14 Mar, 2003 8 commits
-
-
unknown authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1 sql/sql_select.cc: Auto merged sql/sql_select.h: Auto merged strings/ctype-bin.c: Auto merged
-
unknown authored
-
unknown authored
into myvenu.com:/home/venu/work/sql/dev-4.1
-
unknown authored
(normal protocol only, prepared protocol already handles it) sql/protocol.cc: Fix for not to assert in DBUG mode when the result type is INT24 as data is sent in INT32 format
-
unknown authored
into mashka.mysql.fi:/home/my/mysql-4.1 sql/mysqld.cc: Auto merged
-
unknown authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1 sql/sql_lex.h: Auto merged
-
unknown authored
-
unknown authored
mysql-test/r/union.result: sect of uncachable union mysql-test/t/union.test: sect of uncachable union sql/sql_lex.h: fixed uncachable union
-
- 13 Mar, 2003 2 commits