- 03 Mar, 2006 1 commit
-
-
unknown authored
-
- 02 Mar, 2006 1 commit
-
-
unknown authored
Make Dbtup::Extent_info use RWPool for dynamic memory storage/ndb/src/kernel/blocks/backup/Backup.cpp: Use DLCFifoList as noOfElement() is _very_ slow storage/ndb/src/kernel/blocks/backup/Backup.hpp: Use DLCFifoList as noOfElement() is _very_ slow storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: remove usage of DLHashTable::release(ptr, key) storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: remove usage of DLHashTable::release(ptr, key) storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp: Use RWPool for extent_info storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp: Use RWPool for extent_info storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp: Use RWPool for extent_info storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp: Use RWPool for extent_info storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp: Use RWPool for extent_info storage/ndb/src/kernel/blocks/lgman.cpp: Fix assertion when using multiple undo files... storage/ndb/src/kernel/vm/DLHashTable.hpp: Add template arg (pool) to DLHashTable storage/ndb/src/kernel/vm/DLList.hpp: Add template arg (pool) to DLList storage/ndb/src/kernel/vm/RWPool.cpp: Add debug printout storage/ndb/src/kernel/vm/RWPool.hpp: Add #ifdef to WOPool storage/ndb/src/kernel/vm/SLList.hpp: Add template arg (pool) to SLList storage/ndb/src/kernel/vm/SimulatedBlock.hpp: Include pools storage/ndb/src/kernel/vm/WOPool.hpp: Add #ifdef to WOPool
-
- 01 Mar, 2006 15 commits
-
-
unknown authored
storage/ndb/src/kernel/SimBlockList.cpp: merge storage/ndb/src/kernel/blocks/pgman.cpp: merge
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-ndb storage/ndb/include/kernel/ndb_limits.h: Auto merged storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp: Auto merged storage/ndb/src/kernel/blocks/lgman.cpp: Auto merged storage/ndb/src/kernel/blocks/lgman.hpp: Auto merged storage/ndb/src/kernel/vm/SimulatedBlock.hpp: Auto merged storage/ndb/src/kernel/SimBlockList.cpp: merge
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
-
unknown authored
update micro benchmark (bench_pool) storage/ndb/src/kernel/vm/bench_pool.cpp: Update bench_pool
-
unknown authored
store copy of partition function string mysql-test/r/partition.result: Fix for bug#14363 Partitions: failure if create in stored procedure test case mysql-test/t/partition.test: Fix for bug#14363 Partitions: failure if create in stored procedure test case
-
unknown authored
added '_' to allowed tag body symbols mysql-test/r/xml.result: Bug#16320 XML: extractvalue() won't accept names containing underscores test case mysql-test/t/xml.test: Bug#16320 XML: extractvalue() won't accept names containing underscores test case
-
unknown authored
into mysql.com:/home/gluh/MySQL/Bugs/5.1.17568
-
unknown authored
is not that reliable (re #17815). Not perfect solution but will work till #17815 is fixed.
-
unknown authored
into lmy004.:/work/mysql-5.1-bug17494
-
unknown authored
mysql-test/r/events_slow_query.result: fix result mysql-test/t/events_slow_query.test: create different event because the executor is buggy and won't catch the difference if the memory address does not change (will be reported as bug separately) sql/sp_head.cc: this was an error which passed code review. thd->enable_slow_log could be changed and it should not be relied
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new sql/sql_parse.cc: Auto merged
-
unknown authored
into lmy004.:/work/mysql-5.1-bug17494
-
unknown authored
Events: Event-caused statements don't appear in the slow query log WL#1034 sql/event_executor.cc: enable slow logging sql/event_timed.cc: enable slow logging for the anonymous SP sql/sp_head.cc: allow thd->enable_slow_log to be TRUE if only m_flags & sp_head::LOG_SLOW_STATEMENTS Because usually enable_slow_log is 1 in user mode, this second check is needed backup the mode otherwise. sql/sp_head.h: add a new constant for slow queries. SP by default does not log slow queries in the body just the whole CALL could be considered as slow if taking too much time and called directly from the user sql/sql_parse.cc: let us see in the the trace log
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1 mysql-test/t/mysqltest.test: Auto merged
-
- 28 Feb, 2006 23 commits
-
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 mysql-test/t/mysqltest.test: Auto merged
-
unknown authored
Add real_sleep tests. mysql-test/t/mysqltest.test: Add real_sleep tests.
-
unknown authored
configure.in: Auto merged client/mysqlimport.c: Auto merged include/config-win.h: Auto merged mysql-test/r/create.result: Auto merged mysql-test/t/create.test: Auto merged mysql-test/t/disabled.def: Auto merged scripts/mysql_fix_privilege_tables.sql: Auto merged sql/field.h: Auto merged sql/log_event.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_partition.cc: Auto merged sql/sql_table.cc: Auto merged mysql-test/t/mysqldump.test: SCCS merged
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1 client/mysqltest.c: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysql-test/r/mysqltest.result: Auto merged
-
unknown authored
expand tab client/mysqltest.c: expand tab
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 client/mysqltest.c: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysql-test/r/mysqltest.result: Auto merged
-
unknown authored
Fix URLs. README: Fix URL. mysqltest.result: Update test result for real_sleep error message. mysqltest.c: Fix do_sleep() to print correct command name for real_sleep. client/mysqltest.c: Fix do_sleep() to print correct command name for real_sleep. mysql-test/r/mysqltest.result: Update test result for real_sleep error message. mysql-test/README: Fix URL. mysql-test/mysql-test-run.sh: Fix URLs.
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1 client/mysqltest.c: Auto merged
-
unknown authored
Fix reference to incorrect (non-existent) options in comment. client/mysqltest.c: Fix reference to incorrect (non-existent) options in comment.
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 client/mysqltest.c: Auto merged
-
unknown authored
Correct/clarify comments. client/mysqltest.c: Correct/clarify comments.
-
unknown authored
the warnings came from MSFT compiler (output of pushbuild) sql/event.cc: fix compiler warnings: precision loses, unused vars sql/event_executor.cc: fix compiler warnings: precision loses, unused vars sql/event_timed.cc: fix compiler warnings: precision loses, unused vars
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1 client/mysqltest.c: Auto merged
-
unknown authored
Fix typos. client/mysqltest.c: Fix typos.
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 client/mysqltest.c: y manual merge
-
unknown authored
Fix typos. client/mysqltest.c: Fix typos.
-
unknown authored
into lmy004.:/work/mysql-5.1-bug16537
-
unknown authored
fix for bug#17793 (Scheduler uses class event_timed should be Event_timed) sql/event.cc: class event_timed -> Event_timed sql/event.h: class event_timed -> Event_timed sql/event_executor.cc: class event_timed -> Event_timed sql/event_priv.h: class event_timed -> Event_timed sql/event_timed.cc: class event_timed -> Event_timed sql/sql_lex.h: class event_timed -> Event_timed sql/sql_show.cc: class event_timed -> Event_timed sql/sql_yacc.yy: class event_timed -> Event_timed
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my51
-
unknown authored
into lmy004.:/work/mysql-5.1-bug16537
-
unknown authored
(forgotten to be committed)
-
unknown authored
storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: blob fix 1: cache no tables at create. previously main table was cached before blob tables were ready. autoincr fix to avoid caching as side-effect. also removes some rename fix where createBlobTables had old/new args. storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp: blob fix 1: cache no tables at create. previously main table was cached before blob tables were ready. autoincr fix to avoid caching as side-effect. also removes some rename fix where createBlobTables had old/new args. storage/ndb/src/ndbapi/ndberror.c: blob fix 1: cache no tables at create. previously main table was cached before blob tables were ready. autoincr fix to avoid caching as side-effect. also removes some rename fix where createBlobTables had old/new args.
-
unknown authored
mysql-test/extra/rpl_tests/rpl_ndb_2multi_eng.test: Updated from review comments mysql-test/include/rpl_multi_engine3.inc: Updated from review comments
-