- 21 Apr, 2006 4 commits
-
-
unknown authored
Fix error handling when out of diskspace storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp: Fix error handling when out of diskspace
-
unknown authored
A-insert/B-insert/A-rollback/B-rollback leads to node crash, as bits in tuple header gets incorrectly assigned in second insert this also likely fixes bug 18589 and explains 18808 storage/ndb/src/kernel/blocks/dbtup/DbtupAbort.cpp: remove debug printout storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp: Make sure that alloc bit is set if insert and first_op storage/ndb/test/ndbapi/testBasic.cpp: testcase for bug#19245 storage/ndb/test/run-test/daily-basic-tests.txt: testcase for bug#19245
-
unknown authored
fix bug#19244, dd page got locked in page cache likely fix bug 18780 storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp: Fix so that insert/delete on DD does not lock page forever in memory storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp: Set page to dirty when aborting prealloc
-
unknown authored
fix memory corruption in event-api maybe bug fix for 18621, 19154, 19172, 19174 storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp: Make sure that nasty c++ features arent run on Gci_container as it's supposed to be POD! storage/ndb/src/ndbapi/NdbEventOperationImpl.hpp: Make sure that nasty c++ features arent run on Gci_container as it's supposed to be POD!
-
- 20 Apr, 2006 10 commits
-
-
unknown authored
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
- binlog thread should not wait for apply status share if binlog is not enabled
-
unknown authored
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new mysql-test/mysql-test-run.pl: Auto merged
-
unknown authored
Fix build of taocrypt. Don't mention /GX or /EHsc as that will turn ON exception handling and not off as we want. extra/yassl/taocrypt/cmakelists.txt: Don't write anything about /GX or /EHsc as cmake will detect that and turn exception handling ON. Since it's off by default, that is what we want.
-
unknown authored
into mysql.com:/home/bk/b17400-mysql-5.1-new
-
unknown authored
Removed rpl_ndb_relay_space test since it does not make sense (in its current form) for NDB. BitKeeper/deleted/.del-rpl_ndb_relay_space.test~55e5e4b13d3936d0: Delete: mysql-test/t/rpl_ndb_relay_space.test BitKeeper/deleted/.del-rpl_ndb_relay_space.result~a44835cdd2210d18: Delete: mysql-test/r/rpl_ndb_relay_space.result
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
-
- 19 Apr, 2006 26 commits
-
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
mysql-test/mysql-test-run.pl: Turn on test timing by default, but make it so it can be turned off with --notimer. Also clean up the mysql-test-run.pl usage information a little bit, and add --benchdir to it.
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new mysql-test/t/disabled.def: Auto merged
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new mysql-test/t/disabled.def: Auto merged
-
unknown authored
mysql-test/t/disabled.def: Disabling failing test.
-
unknown authored
crash of mysqld due to null tOp in NdbTransaction::getNdbIndexScanOperation(NdbIndexImpl*,NdbTableImpl*) storage/ndb/src/ndbapi/NdbTransaction.cpp: tOp could be null, don't fiddle with it if it is.
-
unknown authored
-
unknown authored
into mysql.com:/home/bk/b17400-mysql-5.1-new
-
unknown authored
This is not a bug. Enabling disabled test and adding comment. mysql-test/extra/rpl_tests/rpl_sv_relay_space.test: Adding comment about test. mysql-test/r/rpl_ndb_relay_space.result: Result change. mysql-test/r/rpl_relay_space_innodb.result: Result change. mysql-test/r/rpl_relay_space_myisam.result: Result change. mysql-test/t/disabled.def: Enabling test
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
- return correct object status from ndb dictionary - check for validity of index retrieved from index, and retry if invalid
-
unknown authored
Fixed timeing problem by ignoring failures and results from first select after table definition change mysql-test/r/ndb_alter_table2.result: Fixed timeing problem by ignoring failures and results from first select after table definition changethe mysql-test/r/ndb_alter_table_stm.result: Fixed timeing problem by ignoring failures and results from first select after table definition changethe
-
unknown authored
into mysql.com:/home/bk/b17400-mysql-5.1-new mysql-test/t/disabled.def: Merge with mysql-5.1-new
-
unknown authored
-
unknown authored
-
unknown authored
into mysql.com:/home/my/mysql-5.1 mysys/my_access.c: Auto merged
-
unknown authored
ensure check_if_legal_table_name is also defined on unix
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.1-new
-
unknown authored
After merge fix. mysys/my_access.c: After merge fix.
-
unknown authored
into mysql.com:/home/my/mysql-5.1
-
unknown authored
(Problem with embedded server and ndb) Fix broken mysql-test-run.sh Removed memory leak in ha_example.cc libmysqld/Makefile.am: Fix compiler failure (libmysqld.a was empty) Reason was that 'cd' did an echo that confused 'ar' mysql-test/mysql-test-run.pl: Make the port number in a nice range mysql-test/mysql-test-run.sh: Remove deprication message until speed of mysql-test-run.pl is comparable to mysql-test-run.sh Fix code that jimw broke in his last change storage/example/ha_example.cc: Removed memory leak (example_done_func was not called)
-