stewart@mysql.com
f54a2ff55b
BUG#18831 Valgrind: cond jmp on uninit during ndb_dd_dump test
2006-04-06 17:02:56 +10:00
kent@mysql.com
ece5ef1551
Merge
2006-03-30 22:10:48 +02:00
konstantin@mysql.com
5c99b8b83f
Merge mysql.com:/opt/local/work/tmp_merge
...
into mysql.com:/opt/local/work/mysql-5.1-merge
2006-03-30 18:43:42 +04:00
monty@mysql.com
0e27cbeadc
Merge monty@192.168.0.9:/my/mysql-5.1
...
into mysql.com:/home/my/mysql-5.1
2006-03-29 23:01:35 +03:00
monty@mysql.com
8b21a9d46a
Safety fix to ensure that long event names always ends with \0
...
This removes a warning about missing DBUG_ENTER while running tests
2006-03-29 22:58:34 +03:00
monty@mysql.com
c3e7c7aa4b
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/home/my/mysql-5.1
2006-03-29 17:28:40 +03:00
monty@mysql.com
cbd420a0c1
Remove compiler warnings
...
Add missing DBUG_RETURN
Fixed stack overflow in NdbBlob (found by ndb_gis.test)
Fixed access to freed memory in ndb_cluster_real_free_share()
2006-03-29 17:04:00 +03:00
monty@mysql.com
1994ed49ec
Fixed compiler and valgrind warnings
...
Added missing DBUG_xxx_RETURN statements
Fixed some usage of not initialized variables (as found by valgrind)
Ensure that we don't remove locked tables used as name locks from open table cache until unlock_table_names() are called.
This was fixed by having drop_locked_name() returning any table used as a name lock so that we can free it in unlock_table_names()
This will allow Tomas to continue with his work to use namelocks to syncronize things.
Note: valgrind still produces a lot of warnings about using not initialized code and shows memory loss errors when running the ndb tests
2006-03-29 14:27:36 +03:00
tomas@poseidon.ndb.mysql.com
49ef07fb9d
ndb test: remove not needed setting causing compile error
2006-03-28 11:51:22 +02:00
tomas@poseidon.ndb.mysql.com
6ad5038423
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
2006-03-27 19:03:22 +02:00
tomas@poseidon.ndb.mysql.com
e8423ff093
Bug #18491 cluster: node restart with pending dropeed events causes failed restart
2006-03-27 18:53:23 +02:00
skozlov@mysql.com
8cf57c5520
ATRT documentation
2006-03-27 14:59:19 +04:00
jonas@perch.ndb.mysql.com
582d3fed7a
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
2006-03-27 10:29:36 +02:00
jonas@perch.ndb.mysql.com
cb6b9ee73e
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
2006-03-27 10:26:37 +02:00
mskold@mysql.com
1c6f8158f2
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
2006-03-24 13:28:29 +01:00
jonas@perch.ndb.mysql.com
038287aa9d
ndb autotest
...
fix \ in makefile (merge error)
2006-03-24 12:36:39 +01:00
jonas@perch.ndb.mysql.com
b3ee3a81a5
ndb - bug#18295
...
more work-arounds for gcc4
2006-03-24 11:35:57 +01:00
mskold@mysql.com
a444f0a3ae
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
2006-03-24 10:48:28 +01:00
jonas@perch.ndb.mysql.com
4a22082b66
ndb -
...
more compiler warnings...
2006-03-24 10:23:50 +01:00
jonas@perch.ndb.mysql.com
31efa863dd
ndb -
...
still some compiler warnings
2006-03-24 10:19:10 +01:00
jonas@perch.ndb.mysql.com
14ec452bdd
Merge perch.ndb.mysql.com:/home/jonas/src/51-ndb
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
2006-03-24 10:17:18 +01:00
jonas@perch.ndb.mysql.com
6c9727bf73
Merge ndbdev@ndbmaster.mysql.com:jonas/mysql-5.1-new
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
2006-03-24 10:12:35 +01:00
tomas@poseidon.ndb.mysql.com
d0a3ce5da4
- corrected bug causing hang in getTable when using blob tables
...
- make sure cluster/schema table is always created first
2006-03-24 10:12:34 +01:00
jonas@perch.ndb.mysql.com
4164c2a0e0
ndb - bug#18295
...
rewrite/clean up code a bit to avoid a gcc4 compiler bug
2006-03-24 09:42:10 +01:00
jonas@perch.ndb.mysql.com
6a582297b6
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb-new
...
into perch.ndb.mysql.com:/home/jonas/src/51-ndb
2006-03-24 09:36:56 +01:00
jonas@perch.ndb.mysql.com
ae1bb1bd09
ndb - merge fixes
2006-03-24 08:58:40 +01:00
jonas@perch.ndb.mysql.com
34328efe03
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
2006-03-24 07:43:55 +01:00
tomas@poseidon.ndb.mysql.com
5cc1da5424
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
2006-03-23 22:50:20 +01:00
tomas@poseidon.ndb.mysql.com
57198f85d6
Bug #18472 race condition between multiple mysqld's when setting up cluster/schema
...
- check that event is the correct one, and only delete if wrong version
2006-03-23 22:49:02 +01:00
mskold@mysql.com
a945c58ffe
Merge mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
...
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
2006-03-23 22:39:30 +01:00
pekka@mysql.com
c54b8647d4
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/export/space/pekka/ndb/version/my51
2006-03-23 11:35:54 +01:00
pekka@mysql.com
a2263a1fbf
ndb - bug#17813 schema.query => blob
2006-03-23 04:59:14 +01:00
tomas@poseidon.ndb.mysql.com
8598539ea1
ndb: added debug printout to track down a bug
2006-03-22 18:10:56 +01:00
tomas@poseidon.ndb.mysql.com
53317ff998
ndb: removed TransporterFacade singleton
2006-03-22 17:28:45 +01:00
tomas@poseidon.ndb.mysql.com
886b1b8661
corrected previous patch
2006-03-22 10:54:55 +01:00
tomas@poseidon.ndb.mysql.com
c8131d283a
added config parameter InitialNoOfOpenFiles
2006-03-22 10:17:29 +01:00
tomas@poseidon.ndb.mysql.com
2c991eec59
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
2006-03-20 16:05:09 +01:00
tomas@poseidon.ndb.mysql.com
9da0e8f5b4
ndb: added debug printout
2006-03-20 16:03:35 +01:00
hartmut@mysql.com
7f0430e134
gcc 4.1.0 compile fix (Bug #18332 )
2006-03-18 18:12:47 +01:00
jonas@eel.(none)
405b3ff6bf
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into eel.(none):/home/jonas/src/51-ndb
2006-03-15 10:27:01 +01:00
jonas@eel.(none)
71e351d59c
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb-new
...
into eel.(none):/home/jonas/src/51-ndb
2006-03-15 08:21:53 +01:00
knielsen@mysql.com
140523a6f5
Fix compile problem (jump across initialization).
2006-03-13 16:32:45 +01:00
jonas@perch.ndb.mysql.com
95468faab3
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
2006-03-13 14:49:15 +01:00
jonas@perch.ndb.mysql.com
ee7ffddf01
ndb - bug#18026
...
incorrect handling of varsize primary key and charsets in tup-scan
2006-03-13 13:37:42 +01:00
jonas@perch.ndb.mysql.com
4561b28df2
ndb - bug#16669
...
put nrtrace in out file instead (debug compiled..)
2006-03-13 12:29:43 +01:00
jonas@perch.ndb.mysql.com
0d11c2c180
Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
...
into perch.ndb.mysql.com:/home/jonas/src/51-new
2006-03-13 09:36:39 +01:00
jonas@perch.ndb.mysql.com
4d436c320d
ndb - remove incorrect assertion
...
bug#17854, bug#18000
2006-03-13 09:19:24 +01:00
jonas@perch.ndb.mysql.com
45faa21a19
ndb -
...
Dont put object file in list of SOURCES...causing really weird make dist problem
2006-03-11 21:34:49 +01:00
jonas@perch.ndb.mysql.com
9effe54359
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
2006-03-11 16:11:36 +01:00
tomas@poseidon.ndb.mysql.com
e4b7cd8eab
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
2006-03-11 07:26:58 +01:00