1) Fix so that scan takeover is possible after SR
2) Reserve two pages for SR "zero pages"
ndb/include/ndbapi/NdbOperation.hpp:
remove unused method
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
Fix bug#4909
don't reset tableFragptr during SR
ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
Also send reason for disallowing rollback
ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
Add bitmask of free pages to use for page 0 during SR
ndb/src/kernel/blocks/dbtup/DbtupDebug.cpp:
More prinout in unit test of PageMan
ndb/src/kernel/blocks/dbtup/DbtupPagMan.cpp:
Reserve 2 pages to use for SR
ndb/src/kernel/blocks/dbtup/DbtupSystemRestart.cpp:
Don't alloc using "normal" allocConsPages when allocating for
0-pages during SR, instead use 2 reserved pages
ndb/src/cw/cpcd/Makefile.am:
Put cpcd in libexec
ndb/src/cw/cpcd/Process.cpp:
Fixed reverse check with ulimit
ndb/test/run-test/main.cpp:
Restart mgm server aswell on test failure.
Removes problems with nodeid
Added NDBCLUSTER to table types which does not support generate.
Added test case for truncate.
sql/handler.h:
Add NDBCLUSTER to table types that does not support generate.
Check if there are any operations pending that needs to be taken over to the updating/deleting transaction before closing the scan
sql/ha_ndbcluster.cc:
Check ops_pending if there are operations to take over before closing the scan
ndb/src/mgmapi/Makefile.am:
remove ndb_test_mgmapi from Makefile
as it's has "incorrect" dependencies
ndb/src/mgmsrv/MgmtSrvr.cpp:
Stop/wait for m_signalRecvThread aswell
1) Close transaction whenever Con goes out of scope so that it don't leave open
transactions in TC
2) Close transaction when starting a transaction wo/ closing first
3) Allow 499 as deadlock
4) Don't use buddy as: 1) no need 2) harder to read signal log
ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
max 4 replicas -> 3 next nodes
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
1) If abort while in fragwaitqueue - just abort
2) Fix for ACC_LCPSTARTED arrives after one ACC_LCPCONF has arrived
ndb/src/ndbapi/Ndbif.cpp:
Be more "forgiving" in debug mode
ndb/test/ndbapi/testBasic.cpp:
Accept timeouts in MassiveTimeout
ndb/test/src/HugoTransactions.cpp:
Print batch size
ha_innobase::create(): pass the query string as UTF-8
to row_table_add_foreign_constraints() (Bug #4649)
sql/ha_innodb.cc:
ha_innobase::create(): pass the query string as UTF-8
to row_table_add_foreign_constraints() (Bug #4649)
flags to enable static linking (to avoid having a shared lib
dependency in the Linux RPMs)
- Disabled OpenSSL in the Max RPM
sql/Makefile.am:
- added the MYSQL_EXTRA_LDFLAGS to the mysql_tzinfo_to_sql link
flags to enable static linking (to avoid having a shared lib
dependency in the Linux Server RPMs)
support-files/mysql.spec.sh:
- Disable OpenSSL in the Max RPM
into mysql.com:/Users/mikron/mysql-4.1
ndb/src/ndbapi/Ndblist.cpp:
Auto merged
ndb/test/include/HugoTransactions.hpp:
Auto merged
ndb/test/src/HugoTransactions.cpp:
Auto merged