- 07 Jul, 2004 2 commits
-
-
unknown authored
Bugs in scan(tc) nf-handling(api) exec-handling(tc) ndb/include/ndbapi/NdbConnection.hpp: Allow dropped signal during NF handling ndb/include/ndbapi/NdbOperation.hpp: Add option to allow dropped signals ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: 1) Printer for state 2) New option to sendtckeyconf (index) - clear exec flag 3) Moved init of *global* apiConnectptr to prevent errornous scan_tabconf ARGH!!! ndb/src/ndbapi/NdbConnection.cpp: Move abort from checkState_trans since it can be ok with "illegal" signals during NF handling ndb/src/ndbapi/NdbConnectionScan.cpp: Move abort from checkState_trans since it can be ok with "illegal" signals during NF handling ndb/src/ndbapi/Ndbif.cpp: 1) Indentation 2) Better handling of TCKEY_FAILCONF - always ack commit ack marker even if transaction has already been removed 3) abort on 4012 (VM_TRACE) ndb/src/ndbapi/TransporterFacade.cpp: Don't trace APIREG_REQ/CONF by default ndb/test/include/NDBT_Test.hpp: Atomic decProperty (used for semaphore impl.) ndb/test/ndbapi/testIndex.cpp: Impl. option to sync restarts ndb/test/src/NDBT_Test.cpp: Atomic decProperty
-
unknown authored
ndb/test/run-test/main.cpp: Remove LD_LIBRARY_PATH setting as it's compiled into binary Removed node id from NDB_CONNECTSTRING
-
- 06 Jul, 2004 26 commits
-
-
unknown authored
Don't wait for more SCANTAB_CONF when received SCAN_TABREF ndb/src/ndbapi/NdbScanOperation.cpp: Don't wait for more SCANTAB_CONF when received SCAN_TABREF More debug
-
unknown authored
- Add sequence to the initial trans id so that create/drop ndb object don't generate same transid ndb/src/ndbapi/NdbConnection.cpp: Add sequence to the initial trans id so that create/drop ndb object don't generate same transid ndb/src/ndbapi/Ndbif.cpp: Add sequence to the initial trans id so that create/drop ndb object don't generate same transid ndb/src/ndbapi/TransporterFacade.cpp: Add sequence to the initial trans id so that create/drop ndb object don't generate same transid ndb/src/ndbapi/TransporterFacade.hpp: Add sequence to the initial trans id so that create/drop ndb object don't generate same transid
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb mysql-test/mysql-test-run.sh: Auto merged ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
-
unknown authored
into ltantony.rdg.cyberkinetica.com:/usr/home/antony/work/bug4407.1
-
unknown authored
Fix assertion failure where ha_myisam::index_next() is called without first calling ha_myisam::ha_index_init() BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1 client/mysqltest.c: Auto merged
-
unknown authored
various fixes (for mysql-test-run at least): * accept --no-defaults * 4.0 compatible password handling (only it no other argumensts, only if doesn't start with --) ps_3innodb.test: only run ps_3innodb.test if innodb is present mysql-test-run.sh: it's --verbose, not --verbose=1 mysql-test/mysql-test-run.sh: it's --verbose, not --verbose=1 mysql-test/t/ps_3innodb.test: only run ps_3innodb.test if innodb is present scripts/mysql_fix_privilege_tables.sh: various fixes (for mysql-test-run at least): * accept --no-defaults * 4.0 compatible password handling (only it no other argumensts, only if doesn't start with --)
-
unknown authored
-
unknown authored
Bug #4338 mysql-test-run fails if compiled with non-latin1 character set. client/mysqltest.c: Bug #4338 mysql-test-run fails if compiled with non-latin1 character set.
-
unknown authored
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
grr
-
unknown authored
ndb/test/run-test/daily-basic-tests.txt: Add ScanRestart to daily-basic-tests
-
unknown authored
-
unknown authored
into mysql.com:/home/jonas/src/wl1873 ndb/include/ndbapi/NdbScanOperation.hpp: Auto merged ndb/src/ndbapi/NdbResultSet.cpp: Auto merged ndb/src/ndbapi/NdbScanOperation.cpp: Auto merged ndb/test/ndbapi/testScan.cpp: Auto merged
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
An addition to 1.2036 04/07/02: armscii8_bin was referenced to as armscii_bin in a mistake. mysql-test/t/rpl_charset.test: An addition to 1.2036 04/07/02: armscii8_bin was referenced to as armscii_bin in a mistake. mysql-test/r/rpl_charset.result: An addition to 1.2036 04/07/02: armscii8_bin was referenced to as armscii_bin in a mistake.
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb mysql-test/ndb/ndbcluster.sh: Auto merged
-
unknown authored
-
unknown authored
ndb/src/mgmapi/mgmapi.cpp: Auto merged
-
unknown authored
-
unknown authored
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: longable when routed ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp: longable when routed ndb/src/ndbapi/NdbDictionaryImpl.cpp: Init blob count correctly ndb/src/ndbapi/NdbIndexOperation.cpp: Receiver::init ndb/src/ndbapi/NdbOperation.cpp: Receiver::init release memory
-
- 05 Jul, 2004 6 commits
-
-
unknown authored
Enabled ordered scan in handler ndb/include/ndbapi/NdbIndexScanOperation.hpp: Moved saveBound to NdbIndexScanOperation ndb/include/ndbapi/NdbScanOperation.hpp: Moved saveBound to NdbIndexScanOperation ndb/src/ndbapi/NdbDictionaryImpl.cpp: Introduced map for index attributes (keys) -> real attr id (and back) ndb/src/ndbapi/NdbDictionaryImpl.hpp: Introduced map for index attributes (keys) -> real attr id (and back) ndb/src/ndbapi/NdbOperationDefine.cpp: Moved saveBound to NdbIndexScanOperation ndb/src/ndbapi/NdbOperationInt.cpp: Moved saveBound to NdbIndexScanOperation ndb/src/ndbapi/NdbScanOperation.cpp: Moved saveBound to NdbIndexScanOperation Fixed bugs in handling of setBounds w.r.t getValues and index keys (use new reverse map) Fixed bugs in next_result_ordered sql/ha_ndbcluster.cc: Use sorted scan when requested
-
unknown authored
into zero.local.lan:/GORDON/MySQL/mysql-4.1/src
-
unknown authored
into melody.local:/home/mysqldev/jonas/mysql-4.1
-
unknown authored
ndb/src/common/util/ConfigValues.cpp: BUG#4384 Compute pointers manually instead of using ptr[-x] Changed return type from "*&" to "**" BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
"test: argument expected" error when trying to run the NDB test suite on Solaris mysql-test/ndb/ndbcluster.sh: - fixed typo that caused a "test: argument expected" error when trying to run the NDB test suite on Solaris
-
unknown authored
-
- 04 Jul, 2004 1 commit
-
-
unknown authored
into mysql.com:/home/jonas/src/gcc34
-
- 02 Jul, 2004 5 commits
-
-
unknown authored
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1 configure.in: Auto merged
-
unknown authored
Minor comment tweaks. sql/item_geofunc.cc: Minor comment tweaks.
-
unknown authored
mysql-test/include/ps_create.inc: Added comments mysql-test/include/ps_modify.inc: added comments mysql-test/include/ps_modify1.inc: Added comments mysql-test/include/ps_query.inc: Added and modified comments mysql-test/t/ps_1general.test: Description of the test structure and rules how to extend the tests added and one comment modified . mysql-test/t/ps_2myisam.test: Added comments mysql-test/t/ps_3innodb.test: added comments mysql-test/t/ps_4heap.test: added and altered comments mysql-test/t/ps_5merge.test: added comments mysql-test/t/ps_6bdb.test: added comments
-
unknown authored
-
unknown authored
-