- 28 Nov, 2004 12 commits
-
-
unknown authored
BitKeeper/etc/logging_ok: auto-union configure.in: Auto merged innobase/srv/srv0srv.c: Auto merged mysql-test/r/rpl_start_stop_slave.result: Auto merged scripts/mysql_fix_privilege_tables.sh: Auto merged sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged sql/item_func.h: Auto merged sql/slave.cc: Auto merged mysql-test/r/select.result: !bk-eb mysql-test/t/select.test: !bk-eb
-
unknown authored
-
unknown authored
BitKeeper/etc/logging_ok: auto-union innobase/srv/srv0srv.c: Auto merged mysql-test/t/select.test: Auto merged sql/item_cmpfunc.h: Auto merged sql/slave.cc: Auto merged
-
unknown authored
more max_rows for show table status comment spellchecking... mysql-test/r/view.result: more max_rows for show table status mysql-test/t/view.test: more max_rows for show table status comment spellchecking...
-
unknown authored
-
unknown authored
-
unknown authored
strings/decimal.c: fix
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
-
unknown authored
fixed a bug that it discovered include/my_sys.h: move TRASH to my_sys.h from sql_list.h sql/field.h: use TRASH macro sql/item.h: TRASH in delete sql/item_func.h: never delete item's manually! sql/opt_range.cc: TRASH in delete sql/sql_lex.h: TRASH in delete sql/sql_list.h: move TRASH to my_sys.h from sql_list.h sql/sql_parse.cc: don't use properties of deleted objects (even when it's safe) sql/sql_select.cc: TRASH in delete sql/sql_show.cc: TRASH in delete sql/sql_string.h: TRASH in delete
-
unknown authored
A work-around for SCO, disable use of clock_gettime configure.in: A work-around for SCO, disable use of clock_gettime
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
- 27 Nov, 2004 7 commits
-
-
unknown authored
dbug/user.r: help cralified include/mysqld_error.h: new error message added mysql-test/r/grant.result: results updated mysql-test/r/grant2.result: results updated mysql-test/t/grant.test: results updated mysql-test/t/grant2.test: results updated sql/share/czech/errmsg.txt: error message updated sql/share/danish/errmsg.txt: error message updated sql/share/dutch/errmsg.txt: error message updated sql/share/english/errmsg.txt: error message updated sql/share/estonian/errmsg.txt: error message updated sql/share/french/errmsg.txt: error message updated sql/sql_acl.cc: changed error reporting for create/drop/rename user to be consistent with drop table sql/share/german/errmsg.txt: error message updated sql/share/greek/errmsg.txt: error message updated sql/share/hungarian/errmsg.txt: error message updated sql/share/italian/errmsg.txt: error message updated sql/share/japanese/errmsg.txt: error message updated sql/share/korean/errmsg.txt: error message updated sql/share/norwegian-ny/errmsg.txt: error message updated sql/share/norwegian/errmsg.txt: error message updated sql/share/polish/errmsg.txt: error message updated sql/share/portuguese/errmsg.txt: error message updated sql/share/romanian/errmsg.txt: error message updated sql/share/russian/errmsg.txt: error message updated sql/share/serbian/errmsg.txt: error message updated sql/share/slovak/errmsg.txt: error message updated sql/share/spanish/errmsg.txt: error message updated sql/share/swedish/errmsg.txt: error message updated sql/share/ukrainian/errmsg.txt: error message updated
-
unknown authored
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
-
unknown authored
mysql-test/r/rpl_start_stop_slave.result: results updated
-
unknown authored
Reverts incomplete change of insert_fields() sql/mysql_priv.h: Reverts incomplete change of insert_fields()
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0 sql/sql_parse.cc: Auto merged
-
unknown authored
better truncation check in decimal2ulonglong
-
- 26 Nov, 2004 21 commits
-
-
unknown authored
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
-
unknown authored
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0
-
unknown authored
into gluh.mysql.r18.ru:/home/gluh/MySQL/mysql-5.0.1
-
unknown authored
Fix for bug#6756: Crash if SHOW INDEX mysql-test/r/information_schema.result: portability fix(for powermac) mysql-test/t/information_schema.test: portability fix(for powermac)
-
unknown authored
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 BitKeeper/etc/logging_ok: auto-union innobase/buf/buf0buf.c: Auto merged innobase/buf/buf0lru.c: Auto merged innobase/row/row0mysql.c: Auto merged innobase/row/row0sel.c: Auto merged ndb/src/mgmsrv/main.cpp: Auto merged sql/ha_innodb.cc: Auto merged sql/repl_failsafe.cc: Auto merged sql/slave.cc: Auto merged sql/slave.h: Auto merged sql/sql_repl.cc: Auto merged
-
unknown authored
-
unknown authored
srv_lock_timeout_and_monitor_thread(): write to srv_monitor_file only if --innodb_status_file=1 innobase/srv/srv0srv.c: srv_lock_timeout_and_monitor_thread(): write to srv_monitor_file only if --innodb_status_file=1
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
-
unknown authored
between 80% and 360% performance improvement measured ndb/docs/wl2077.txt: Update figures after batching of range scans and pekka's blob fixes ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Don't close scan if other ranges exists
-
unknown authored
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-wl2050-new
-
unknown authored
(was from WL#2050 - CREATE USER and DROP USER and RENAME USER) mysql-test/r/grant2.result: Replaced test results after removing node name from output. (was from WL#2050 - CREATE USER and DROP USER and RENAME USER)
-
unknown authored
on 64-bit platforms (due to compiler's optimization). -1.1E-38 replaced with -1.1E-37 -2.2E-308 replaced with -2.2E-307
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-clean
-
unknown authored
added command CONNECT in management client added some verbose printouts removed prompt printout on !isatty(0) ndb/src/mgmapi/mgmapi.cpp: improved verbose printouts on connecting to management server ndb/src/mgmclient/CommandInterpreter.cpp: cleaned up code a bit added command CONNECT in management client added some verbose printouts ndb/src/mgmclient/main.cpp: removed prompt printout on !isatty(0) ndb/src/mgmclient/ndb_mgmclient.hpp: added verbose opotion
-
unknown authored
-
unknown authored
ndb/test/ndbapi/testScanPerf.cpp: 1) Fix so that values are read even when using -q 2) Divide by correct number
-