Commit graph

669 commits

Author SHA1 Message Date
pekka@mysql.com
82c0e3b478 ndb charsets: metadata in TUP, TUX 2004-09-16 12:57:15 +02:00
pekka@mysql.com
083e4f475a Merge 2004-09-15 19:26:00 +02:00
tomas@poseidon.(none)
0b83acb8df HugoTransactions.cpp
changed to do execute(commit);restart() transaction instead of closeTransaction();start new
select_all.cpp
    moved my_init outside DBUG_OFF
2004-09-15 17:25:59 +00:00
tomas@poseidon.(none)
0ecfc4cee7 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-15 17:10:11 +00:00
tomas@poseidon.(none)
d5627f53c3 testBank
optimized for fewer timeouts
    changed for consistency in "time"
tests
    moved SR_UNDO tests to basic
    added testBackup -n BackupBank
2004-09-15 17:09:25 +00:00
tomas@poseidon.(none)
10b17d98b4 fixed return code for ndb_backup
added possibility to set number of accounts in createAndLoadBank
bumbed up number of threads in tastBackup BackupBank
2004-09-15 15:47:04 +00:00
pekka@mysql.com
0caba84b46 ndb charsets: DICT 2004-09-15 17:44:13 +02:00
joreland@mysql.com
27a4e6e29e drop table after test (if created & success) 2004-09-15 15:57:12 +02:00
joreland@mysql.com
8870f53e33 Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-15 15:32:49 +02:00
joreland@mysql.com
a01963dfad New test prg, testLcp 2004-09-15 15:17:16 +02:00
pekka@mysql.com
d0d2b820b7 ndb: set column type sets column defaults 2004-09-15 14:52:39 +02:00
tomas@poseidon.(none)
9201b78b5f fixed bug in bank 2004-09-15 10:46:20 +00:00
pekka@mysql.com
3fe6bebfe4 delete unnecessary include my_sys.h 2004-09-15 12:36:21 +02:00
pekka@mysql.com
39a4aa39f2 ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
tomas@poseidon.(none)
57256494d2 CommandInterpreter.cpp:
removed help text for non implemented command
2004-09-15 08:45:43 +00:00
tomas@poseidon.(none)
4447c23df6 fixed cosmetic printouts 2004-09-15 08:39:12 +00:00
tomas@poseidon.(none)
d475ddbeda bug, forgot to set to zero 2004-09-15 08:23:44 +00:00
tomas@poseidon.(none)
62c5d4a372 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
2004-09-14 12:48:05 +00:00
tomas@poseidon.(none)
fc174af248 new method to set size of local table data
clearer configure description texts
changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor
move definition if Thd_ndb to .h file and changes seize/release to operate on Thd_ndb instead of Ndb objects
moved allocation/deletion of Ndb objects to Thd_ndb
2004-09-14 12:47:34 +00:00
tomas@poseidon.(none)
aecd1e5d7f Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
2004-09-14 08:55:09 +00:00
tomas@poseidon.(none)
21a4b1b4e6 moved all ndb thread specific data into new placeholder
new methods to keep "records" up to date
unset flag HA_NOT_EXACT_COUNT to make handler read "records" field, for count() optim and join optimization
new methods to keep "records" up to datecorrect record field in ndbcluster handler
new method for ndbcluster handler to store/retrieve table and thread specific data
changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
hanged deleteKey to return ponter to deleted object
moved heavy global cache fetch from inline to separate method
2004-09-14 08:52:21 +00:00
joreland@mysql.com
618ada6345 removed printout 2004-09-14 09:27:06 +02:00
joreland@mysql.com
d2f51fb7ce Fix UtilTransaction::verifyIndex wrt to null handling 2004-09-14 09:08:03 +02:00
joreland@mysql.com
4d44bea861 Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-12 09:24:53 +02:00
joreland@mysql.com
460859fc12 Fix command line options 2004-09-12 09:23:05 +02:00
tomas@poseidon.(none)
eeae012b4e Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
2004-09-10 15:04:40 +00:00
tomas@poseidon.(none)
8df4fa5d43 bug#5435 2004-09-10 14:55:42 +00:00
tomas@poseidon.(none)
513805d8ae removed debug printout that slipped in 2004-09-09 21:53:01 +00:00
tomas@poseidon.(none)
69695656a1 fixed compile error 2004-09-09 20:43:42 +00:00
tomas@poseidon.(none)
dfe6033f8e added possibility to use comma-separated connectstring
compile error/warning fixes
added force of heartbeat
added ability to force heartbeat
2004-09-09 19:52:03 +00:00
tomas@poseidon.(none)
6b8f55a565 Merge 2004-09-09 16:43:11 +00:00
tomas@poseidon.(none)
a5fa9d8692 main.cpp:
removed shhor switch for nodaemon
2004-09-09 16:41:20 +00:00
tomas@poseidon.(none)
3015cb361b MgmtSrvr.cpp:
Added ability to force heartbeat
2004-09-09 16:40:15 +00:00
tulin@build.mysql.com
9698903eb5 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into build.mysql.com:/users/tulin/mysql-4.1-ndb-merge
2004-09-09 16:22:47 +02:00
tomas@poseidon.(none)
b9d4ca6944 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-09 14:22:46 +00:00
tomas@poseidon.(none)
19a2bc21f7 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-09 13:57:23 +00:00
tomas@poseidon.(none)
8178861dd9 improved show command
fixed some mutex locks for Ndb objects
moved TranspoterFacade::stop_instance to cluster connection
moved Socket Server::start_server outside the TransporterFacade::start_instance thread
2004-09-09 13:55:14 +00:00
tulin@build.mysql.com
0718ddcbbb merge 2004-09-09 14:39:01 +02:00
joreland@mysql.com
ddf3cb98a6 fix NdbDictionary 2004-09-09 14:20:11 +02:00
tomas@poseidon.(none)
976086d36e better error printouts on cannot alloc node id
put ByteOrder config param back as depricated
2004-09-09 09:04:53 +00:00
ndbdev@ndbmaster.mysql.com
a4de52117e Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into ndbmaster.mysql.com:/ndb/clone-mysql-4.1-ndb-daily-2004-09-08
2004-09-09 08:41:37 +02:00
ndbdev@ndbmaster.mysql.com
180f03eae6 wl1292 -
Fix autotest of backups
Fix autotest with mysql-test-run
2004-09-09 08:40:20 +02:00
joreland@mysql.com
d933be7927 Ndb backup/restore also handle indexes 2004-09-08 22:30:05 +02:00
tomas@poseidon.(none)
a34f63cf33 removed unnecesary check in ConfigInfo
added retries to tryBind
2004-09-08 16:31:52 +00:00
tomas@poseidon.(none)
e4290e4831 dded method to retrieve mysqld, ndbd, and ndb_mgmd aliases for API,MGM and DB
added sanity checks for config file
changed so that ndb_0 is replaced by ndb_pid#### in ndb files
added error_string for to some functions, alloc_node_id(), start()
added better error printout for failed alloc node id
better error printouts for failures when starting ndb_mgmd
2004-09-08 14:30:39 +00:00
joreland@mysql.com
9b5efa4c5c Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-08 13:44:52 +02:00
joreland@mysql.com
92abbaf55e Restore transid when flushing 2004-09-08 13:42:44 +02:00
ndbdev@ndbmaster.mysql.com
44d34cb6d0 wl1292 - mysql-test-run in autotest
Reset SIGCHLD before exec-ing
2004-09-08 11:18:22 +02:00
ndbdev@ndbmaster.mysql.com
91cb0fbc82 Removed usage of "useFullyQualifiedNames" 2004-09-08 08:02:59 +02:00
joreland@mysql.com
f63f994b73 bug#at - testNdbApi WaitUntilReady, MaxNdb
fix delete of dictionary before connection has been established
2004-09-08 06:48:03 +02:00