- 04 Oct, 2006 2 commits
- 03 Oct, 2006 1 commit
-
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/bug20809
-
- 26 Sep, 2006 11 commits
-
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb storage/ndb/include/kernel/GlobalSignalNumbers.h: Auto merged storage/ndb/include/ndbapi/NdbTransaction.hpp: Auto merged storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/src/mgmapi/mgmapi.cpp: Auto merged storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-work storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/50-work ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged
-
unknown authored
Fix take-over during SR, remove coupling to lcp/gcp (if systemRestartOngoing()) ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Fix take-over during SR
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/50-work ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged
-
unknown authored
handle also CS_CONNECTED as "abort" in handleFailedApi to keep from falling on assertion in releaseApiCon in case of committed dirtyRead ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: handle also CS_CONNECTED as "abort" to keep from falling on assertion in releaseApiCon in case of committed dirtyRead
-
unknown authored
storage/ndb/include/ndbapi/NdbDictionary.hpp: compute aggregates only before create table or by user request. remove distribution key hacks (set by user/set by us..) storage/ndb/src/ndbapi/NdbDictionary.cpp: compute aggregates only before create table or by user request. remove distribution key hacks (set by user/set by us..) storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: compute aggregates only before create table or by user request. remove distribution key hacks (set by user/set by us..) storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp: compute aggregates only before create table or by user request. remove distribution key hacks (set by user/set by us..) storage/ndb/test/include/NDBT_Table.hpp: compute aggregates only before create table or by user request. remove distribution key hacks (set by user/set by us..) storage/ndb/test/src/NDBT_Tables.cpp: compute aggregates only before create table or by user request. remove distribution key hacks (set by user/set by us..)
-
unknown authored
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: merge storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: merge storage/ndb/src/ndbapi/NdbTransaction.cpp: merge
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-work storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/include/ndbapi/NdbTransaction.hpp: merge storage/ndb/src/ndbapi/NdbScanOperation.cpp: merge storage/ndb/src/ndbapi/NdbTransaction.cpp: merge
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/50-work ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged
-
unknown authored
Fix occational LCP hang!!! Make sure only to consider alive nodes in startNextChkpt ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Make sure only to consider alive nodes in startNextChkpt
-
- 21 Sep, 2006 1 commit
-
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/bug20809
-
- 20 Sep, 2006 5 commits
-
-
unknown authored
bug#20073 information_schema.FILES for UNDO LOG give incorrect EXTENT_SIZE, FREE_EXTENTS,: Updated reslt file mysql-test/r/rpl_ndb_dd_advance.result: bug#20073 information_schema.FILES for UNDO LOG give incorrect EXTENT_SIZE, FREE_EXTENTS,: Updated result file
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-
unknown authored
Bug#18976 CRBR: multiple binlog, second binlog may miss schema log events:Change test back to verify again
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/bug20809 client/mysqldump.c: Auto merged
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/bug20073
-
- 19 Sep, 2006 5 commits
-
-
unknown authored
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-
unknown authored
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/bug20073 client/mysqldump.c: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/sql_show.cc: Auto merged
-
unknown authored
We were not parsing the EXTRA field to get UNDO_BUFFER_SIZE for the CREATE LOGFILE GROUP statement in the dump. client/mysqldump.c: parse the EXTRA field of INFORMATION_SCHEMA.FILES to determine the UNDO_BUFFER_SIZE
-
- 18 Sep, 2006 8 commits
-
-
unknown authored
Change things around so that we add a row for each log file group that lists the free space for that log file group. client/mysqldump.c: dump logfile groups correctly (ignore row for the log file group itself) mysql-test/r/ndb_dd_dump.result: update results with new row for log file groups sql/ha_ndbcluster.cc: for fill_files_table: - set null bits properly - add rows for log file groups with free undo space. sql/sql_show.cc: make most I_S.FILES columns nullable to better fit with reality.
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb mysql-test/t/ndb_multi.test: Auto merged
-
unknown authored
Bug #21378 Alter table from X storage engine to NDB could cause data loss: added show tables to ensure tables are gone
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb BitKeeper/deleted/.del-ndb_dd_advance.test: Auto merged
-
unknown authored
-
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/ha_ndbcluster.h: Auto merged
-
unknown authored
-
- 15 Sep, 2006 7 commits
-
-
unknown authored
Fix so that scans closed before execute are removed from "scans to send list" ndb/include/ndbapi/NdbTransaction.hpp: Fix so that scans closed before execute are removed from "scans to send list" ndb/src/ndbapi/NdbScanOperation.cpp: Fix so that scans closed before execute are removed from "scans to send list" ndb/src/ndbapi/NdbTransaction.cpp: Fix so that scans closed before execute are removed from "scans to send list"
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb mysql-test/t/ndb_multi.test: Auto merged
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 mysql-test/r/ndb_condition_pushdown.result: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster.h: Auto merged mysql-test/r/ndb_multi.result: Merge mysql-test/t/ndb_multi.test: Merge
-
unknown authored
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-work storage/ndb/include/ndb_version.h.in: Auto merged storage/ndb/src/common/util/SocketClient.cpp: Auto merged storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp: Auto merged storage/ndb/include/kernel/GlobalSignalNumbers.h: Auto merged storage/ndb/include/mgmapi/mgmapi.h: Auto merged storage/ndb/include/mgmcommon/ConfigRetriever.hpp: Auto merged storage/ndb/include/util/SocketClient.hpp: Auto merged storage/ndb/src/common/mgmcommon/ConfigRetriever.cpp: Auto merged storage/ndb/src/common/transporter/Transporter.cpp: Auto merged storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Auto merged storage/ndb/src/kernel/vm/Configuration.cpp: Auto merged storage/ndb/src/mgmapi/mgmapi.cpp: Auto merged storage/ndb/include/kernel/signaldata/CopyFrag.hpp: merge storage/ndb/src/common/debugger/signaldata/SignalNames.cpp: merge storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: merge storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: merge storage/ndb/src/kernel/blocks/dblqh/DblqhInit.cpp: merge
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/50-work ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged
-