mariadb/storage/ndb
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
..
bin Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
config fix my_compress/zlib link error 2006-01-17 18:35:15 +01:00
demos Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
docs Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0 2005-11-23 14:57:00 +02:00
home Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
include Fixed compiler and valgrind warnings 2006-03-29 14:27:36 +03:00
lib Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
ndbapi-examples ndb - wl#2972 rbr blobs ndb api support 2006-01-19 14:01:32 +01:00
src Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-03-27 19:03:22 +02:00
test Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-03-27 19:03:22 +02:00
tools Merge perch.ndb.mysql.com:/home/jonas/src/50-work 2006-03-24 07:43:55 +01:00
Makefile.am All changes for change to all storage engines being under storage directory. 2005-04-26 19:04:36 -07:00