- 09 Nov, 2006 1 commit
-
-
unknown authored
If we have the XFS headers (at build time) we can use XFS specific ioctls (once testing the file is on XFS) to better allocate space. This dramatically improves performance of mysql-test-run cases as well: e.g. number of extents for ndb_dd_basic tablespaces and log files BEFORE this patch: 57, 13, 212, 95, 17, 113 WITH this patch : ALL 1 or 2 extents (results are consistent over multiple runs. BEFORE always has several files with lots of extents). As for timing of test run: BEFORE ndb_dd_basic [ pass ] 107727 real 3m2.683s user 0m1.360s sys 0m1.192s AFTER ndb_dd_basic [ pass ] 70060 real 2m30.822s user 0m1.220s sys 0m1.404s (results are again consistent over various runs) similar for other tests (BEFORE and AFTER): ndb_dd_alter [ pass ] 245360 ndb_dd_alter [ pass ] 211632 configure.in: Check for XFS headers storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp: If the XFS headers are installed, use the xfsctl(XFS_IOC_RESVSP64) call (a wrapper around ioctl) to tell the xfs file system how much space to reserve for this file.
-
- 08 Nov, 2006 4 commits
-
-
unknown authored
sql/sql_show.cc: fix warning during mysql-test-run of freeing null pointer
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/ndb-mgm-work storage/ndb/include/util/Vector.hpp: Auto merged
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/ndb-mgm-work
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/pending
-
- 07 Nov, 2006 2 commits
-
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
-
unknown authored
Make sure index scan does not commitDelete mysql-test/r/ndb_index_ordered.result: testcase mysql-test/t/ndb_index_ordered.test: testcase storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp: Make sure index scan does not commitDelete
-
- 06 Nov, 2006 3 commits
-
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-work storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged storage/ndb/src/common/util/socket_io.cpp: merge
-
unknown authored
ndb/src/common/util/socket_io.cpp: Fix problem with cut sockmessages
-
- 03 Nov, 2006 2 commits
-
-
unknown authored
abort if we ever fail to expand a Vector ndb/include/util/Vector.hpp: abort on failure to allocate memory
-
unknown authored
nicer error message to user, along with error code to help track down the problem. storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Report error when creating table (restartCreateTab_dihComplete) to user in a nicer way.
-
- 02 Nov, 2006 4 commits
-
-
unknown authored
BitKeeper/deleted/.del-NdbErrHnd.cpp: Delete: storage/ndb/src/common/util/NdbErrHnd.cpp BitKeeper/deleted/.del-MemoryChannelOSE.hpp: Delete: storage/ndb/src/kernel/blocks/ndbfs/MemoryChannelOSE.hpp BitKeeper/deleted/.del-Makefile: Delete: storage/ndb/src/common/transporter/priotest/prioOSE/Makefile BitKeeper/deleted/.del-OSE_Receiver.cpp: Delete: storage/ndb/src/common/transporter/OSE_Receiver.cpp BitKeeper/deleted/.del-OSE_Receiver.hpp: Delete: storage/ndb/src/common/transporter/OSE_Receiver.hpp BitKeeper/deleted/.del-OSE_Signals.hpp: Delete: storage/ndb/src/common/transporter/OSE_Signals.hpp BitKeeper/deleted/.del-OSE_Transporter.cpp: Delete: storage/ndb/src/common/transporter/OSE_Transporter.cpp BitKeeper/deleted/.del-OSE_Transporter.hpp: Delete: storage/ndb/src/common/transporter/OSE_Transporter.hpp BitKeeper/deleted/.del-mmslist.cpp: Delete: storage/ndb/src/common/portlib/mmslist.cpp
-
unknown authored
BUG#22305 SysLogHandler not thread safe BUG#22313 can get duplicate log messages in cluster log Fix all these problems with one patch. Make Logger, hence EventLogger (with a bit more) thread safe. storage/ndb/include/debugger/EventLogger.hpp: remove m_text to make thread safe storage/ndb/include/logger/Logger.hpp: Use mutex to protect member variables for multithreaded use. storage/ndb/src/common/debugger/EventLogger.cpp: use a string on the stack instead of member variable to make class thread safe storage/ndb/src/common/logger/Logger.cpp: use mutexes to Guard member variables. makes class therad safe
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/ndb-mgm-work storage/ndb/include/logger/FileLogHandler.hpp: Auto merged storage/ndb/include/util/File.hpp: Auto merged storage/ndb/src/common/logger/FileLogHandler.cpp: Auto merged storage/ndb/src/common/util/File.cpp: Auto merged
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/pending include/my_sys.h: Auto merged
-
- 01 Nov, 2006 1 commit
-
-
unknown authored
into trift2.:/MySQL/M51/push-5.1 configure.in: Auto merged sql/sql_yacc.yy: Auto merged storage/ndb/src/mgmsrv/Services.cpp: Auto merged storage/ndb/src/ndbapi/NdbScanOperation.cpp: Auto merged
-
- 31 Oct, 2006 2 commits
-
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb mysql-test/t/ndb_multi.test: SCCS merged
-
unknown authored
remove timeing dependant part of test mysql-test/r/ndb_multi.result: remove timeing dependant part of test mysql-test/t/ndb_multi.test: remove timeing dependant part of test
-
- 27 Oct, 2006 8 commits
-
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb mysql-test/r/ctype_utf8.result: Auto merged mysql-test/t/ctype_utf8.test: Auto merged sql/mysql_priv.h: Auto merged sql/sql_base.cc: Auto merged sql/sql_delete.cc: Auto merged sql/sql_lex.h: Auto merged sql/sql_select.cc: Auto merged sql/table.cc: Auto merged
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/50-work ndb/src/ndbapi/NdbTransaction.cpp: Auto merged
-
unknown authored
Still leakage, make sure all unlinked operations are put back so they will be release (on failing blob operations, when AO_IgnoreError) ndb/src/ndbapi/NdbConnection.cpp: Still leakage, make sure all unlinked operations are put back so they will be release
-
unknown authored
ndb/include/logger/FileLogHandler.hpp: use off_t for file offset ndb/include/util/File.hpp: use off_t for returning file offset (size) ndb/src/common/util/File.cpp: make File_class::size(FILE*) safe when having multiple threads writing to the file
-
unknown authored
make the File_class::flush() method actually flush the stdio buffers. ndb/src/common/logger/FileLogHandler.cpp: remove misleading comment ndb/src/common/util/File.cpp: actually flush the stdio buffers. remove unneeded // private comment
-
unknown authored
-
- 26 Oct, 2006 2 commits
-
-
unknown authored
Deadlock when running ndb_cache tests with --debug. Query cache locks on trying to acquire lock. sql/sql_cache.cc: in query_cache_end_of_result, unlock in reverse order of locking. also make it possible to run with --debug without hanging.
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/bug20839 client/mysqldump.c: Auto merged include/my_sys.h: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/sql_show.cc: Auto merged
-
- 25 Oct, 2006 11 commits
-
-
unknown authored
into orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my51-tux storage/ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp: Auto merged
-
unknown authored
ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp: remove redundant unpackBound call, missed in previous patch
-
unknown authored
Bug #21072 Duplicate key error in NDB references wrong key: Re-wrote string usage to avoid valgrind warnings
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 sql/handler.cc: Using local
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/ndb
-
unknown authored
mysql-test/r/ndb_multi.result: update result file with post-merge results sql/ha_ndbcluster.cc: update usage of ndb_get_table_statistics for changes made for bug 19914
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0 sql/handler.cc: Auto merged
-
unknown authored
Bug #21072 Duplicate key error in NDB references wrong key: Re-wrote string usage to avoid valgrind warnings
-
unknown authored
into ymer.(none):/usr/local/mysql/mysql-5.1-new-ndb storage/ndb/include/util/UtilBuffer.hpp: Auto merged storage/ndb/src/common/util/SimpleProperties.cpp: Auto merged
-