- 06 May, 2005 9 commits
-
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0
-
unknown authored
Add shutdown options (so far only SIGKILL), so that there won't be any strace mysqld threads ndb/src/cw/cpcd/APIService.cpp: Add shutdown options (so far only SIGKILL) ndb/src/cw/cpcd/CPCD.hpp: Add shutdown options (so far only SIGKILL) ndb/src/cw/cpcd/Process.cpp: Add shutdown options (so far only SIGKILL) ndb/test/include/CpcClient.hpp: Add shutdown options (so far only SIGKILL) ndb/test/run-test/main.cpp: Add shutdown options (so far only SIGKILL) ndb/test/src/CpcClient.cpp: Add shutdown options (so far only SIGKILL)
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0
-
unknown authored
put config files in bk ndb/test/run-test/make-config.sh: Corrent directory ndb/test/run-test/ndb-autotest.sh: Check for 5.1 disrectory structure Add config files to distribution Remove unpacking for ndb-autotest.sh
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0
-
unknown authored
use newly created script for faster handling of several configurations ndb/test/run-test/make-config.sh: put cluster config in same config as distribution config ndb/test/run-test/ndb-autotest.sh: 1) install mysql_db 2) use make-config script
-
unknown authored
update make-config script ndb/test/run-test/make-config.sh: update make-config script
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0
-
unknown authored
-
- 05 May, 2005 4 commits
-
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0 ndb/test/ndbapi/testNodeRestart.cpp: Auto merged
-
unknown authored
increase no of rows so that the node failure will "guaranteed" produce an aborted transaction ndb/test/ndbapi/testNodeRestart.cpp: increase no of rows so that the node failure will "guaranteed" produce an aborted transaction
-
unknown authored
-
unknown authored
post review fixes ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: remove printout abort transaction instead of operation. concider m_exec_flag
-
- 04 May, 2005 18 commits
-
-
unknown authored
ndb/src/mgmapi/mgmapi.cpp: Auto merged
-
unknown authored
Cluster failure with non started nodes can result in timedout transactions ndb/src/mgmapi/mgmapi.cpp: Increase timeout for restarts ndb/src/ndbapi/ClusterMgr.cpp: Report NFCOMPLETEREP if no alive node exists (instead of no connected node exists) ndb/src/ndbapi/ClusterMgr.hpp: Report NFCOMPLETEREP if no alive node exists (instead of no connected node exists)
-
unknown authored
BitKeeper/etc/logging_ok: auto-union mysql-test/t/ndb_restore.test: Auto merged ndb/src/kernel/blocks/dbtc/Dbtc.hpp: Auto merged ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged ndb/src/ndbapi/ndberror.c: Auto merged ndb/test/src/NDBT_ResultRow.cpp: Auto merged
-
unknown authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
unknown authored
into mysql.com:/space/my/mysql-5.0
-
unknown authored
into mysql.com:/space/my/mysql-5.0 support-files/mysql.server.sh: Auto merged
-
unknown authored
Red Hat Linux (BUG#9444) - we now match the levels used by the MySQL as shipped with Red Hat Linux (e.g. RHEL3/RHEL4) support-files/mysql.server.sh: - adjusted the start and stop priority level for chkconfig on Red Hat Linux (BUG#9444) - we now match the levels used by the MySQL as shipped with Red Hat Linux (RHEL3/RHEL4)
-
unknown authored
into mysql.com:/opt/local/work/mysql-5.0-root sql/item.cc: Auto merged sql/item.h: Auto merged
-
unknown authored
records if prepared statements is used" (see comments to the changed files). mysql-test/r/ps.result: Post-merge fix for Bug#9096: test results fixed. mysql-test/r/type_datetime.result: Post-merge fix for Bug#9096: now we do better constants comparison, so the optimizer is able to guess from the index that we don't need to evaluate WHERE clause. sql/item.cc: Post-merge fixes for Bug#9096: implement by-value comparison for new 5.0 DECIMAL type. Item_real is renamed to Item_float in 5.0 Item_varbinary is renamed to Item_hex_string in 5.0 sql/item.h: Post-merge fixes for Bug#9096: declaration for Item_decimal::eq
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0
-
unknown authored
changes to handling of new/delete cxa_pure_virtual has changed in mysys remove "ndb"'s own impl. as they are no longer needed as we link mysys at all places ndb/src/common/portlib/gcc.cpp: remove ndb __cxa_pure_virtual ndb/src/common/util/new.cpp: remove "ndb" new/delete
-
unknown authored
into mysql.com:/space/my/mysql-5.0
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-
unknown authored
into mysql.com:/space/my/mysql-4.1-build
-
unknown authored
into mysql.com:/space/my/mysql-5.0-build
-
unknown authored
-
unknown authored
Logging to logging@openlogging.org accepted NDBT_ResultRow.cpp, ndb_restore.test, ndb_restore.result: BUG#10287 mysql-test/r/ndb_restore.result: BUG#10287 mysql-test/t/ndb_restore.test: BUG#10287 ndb/test/src/NDBT_ResultRow.cpp: BUG#10287 BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
- 03 May, 2005 8 commits
-
-
unknown authored
into book.sanja.is.com.ua:/Users/bell/mysql/bk/work-test-5.0 BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
-
unknown authored
ndb/src/kernel/blocks/dbtc/Dbtc.hpp: remove unneccessary TcSeizedIndexOperation object ndb/src/kernel/blocks/dbtc/DbtcInit.cpp: remove unneccessary TcSeizedIndexOperation object ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: 1) Set transid on starting TCINDXREQ 2) New error code for out of index operation records 3) Check accumulating index op for RNIL before dereferencing it ndb/src/kernel/error/ErrorReporter.cpp: Include NDB version in ndb_X_error.log ndb/src/ndbapi/NdbIndexOperation.cpp: Let failed tcindxreq abort ndb/src/ndbapi/ndberror.c: New error code for out of index operation records
-
unknown authored
into mysql.com:/opt/local/work/mysql-4.1-9096-fresh sql/item.h: Auto merged sql/item_func.cc: Auto merged
-
unknown authored
records if prepared statements is used". This fix changes equality evaluation method of basic constants from by-name to by-value, thus effectively enabling use of parameter markers in some optimizations (constants propagation, evaluation of possible keys for query). mysql-test/r/ps.result: Test results for the test case for Bug#9096 mysql-test/t/ps.test: A short test case for Bug#9096 "select doesn't return all matched records if prepared statements is used". The is enough to reproduce the glitch in update_ref_and_keys causing the bug to occur. sql/item.cc: Implement by-value equality evaluation of basic constants. This is needed to work with Item_param values. Until now Item_param was compared with other items by its name, which is always "?". The bug at hand showed up when an integer constant was created from one parameter marker (with value 200887 and name "?") and then compared by-name with another parameter marker (with value 860 and name "?"). True returned by this comparison resulted in a wrong table access method used to evaluate the query. Implement Item_param methods needed to emulate "basic constant" mode at full. sql/item.h: Change declaration of basic_const_item(): now it also widens its argument from const Item * to Item * if the argument is a basic constant. Declare eq() for all basic constatns, as long as now they are compared by value, not by name. Each constant needs its own comparison method. Declarations of Item_param methods needed to fully emulate a basic constant when parameter value is set. sql/item_func.cc: Fix wrong casts.
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-test-valgrind
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-test-valgrind sql/sql_select.cc: Auto merged
-
unknown authored
Return a value from innobase_repl_report_sent_binlog() sql/ha_innodb.cc: Return a value from innobase_repl_report_sent_binlog()
-
- 02 May, 2005 1 commit
-
-
unknown authored
mysql-test/r/query_cache.result: Update results mysql-test/r/user_limits.result: Update results
-