- 21 Sep, 2004 6 commits
-
-
unknown authored
into neptunus.(none):/home/magnus/mysql/wl/wl1424_discover_2 sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster.h: Auto merged
-
unknown authored
Changed WL#1424 to use the function ha_find_files. This is a simpler implementation and all handler specific code is hidden in the appropriate handler. mysql-test/r/ndb_autodiscover.result: Update test result, number of rows is 1 mysql-test/t/ndb_autodiscover.test: Dont run the test where table is dropped in NDb with ndb_drop_table sql/ha_ndbcluster.cc: Implement function ndbcluster_find_files which will discover new tables and delete old tables sql/ha_ndbcluster.h: Implement function ndbcluster_find_files Remove function ndbcluster_list_tables and ndbcluster_can_discover sql/handler.cc: Add ha_find_files called from mysql_find_files Remove ha_can_discover and ha_list_tables sql/handler.h: Add ha_find_files called from mysql_find_files Remove ha_can_discover and ha_list_tables sql/sql_show.cc: Revert to original version of sql_show.cc Only changes to this version is that ha_find_files is called from mysql_find_files in order to give the handlers a possibility to find new files in engine
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
unknown authored
allow blank lines in Ndb.cfg files
-
unknown authored
-
unknown authored
remove -e from atrt-mysql-test-run
-
- 20 Sep, 2004 21 commits
-
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb ndb/src/ndbapi/ndberror.c: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster.h: Auto merged
-
unknown authored
-
unknown authored
sql/ha_ndbcluster.cc: Merge with Thd_ndb
-
unknown authored
into neptunus.(none):/home/magnus/mysql/wl/wl1424_discover_2
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb BitKeeper/etc/logging_ok: auto-union
-
unknown authored
-
unknown authored
-
unknown authored
ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged sql/ha_ndbcluster.h: Auto merged sql/handler.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_table.cc: Auto merged
-
unknown authored
acinclude.m4: Auto merged ndb/include/mgmapi/mgmapi_config_parameters.h: Auto merged ndb/src/common/mgmcommon/IPCConfig.cpp: Auto merged ndb/src/mgmsrv/ConfigInfo.cpp: Auto merged
-
unknown authored
into neptunus.(none):/home/magnus/mysql/mysql-4.1
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb ndb/src/kernel/vm/Configuration.cpp: Auto merged
-
unknown authored
into mysql.com:/GORDON/MySQL/mysql-4.1/src
-
unknown authored
These modifications were part of WL#1856 Conversion of client_test.c tests cases to mysqltest if possible They are separated from the other WL#1856 stuff, because they improve the behaviour of the current tests. Make the result sets (order of rows) more predictable by using ORDER BY. mysql-test/include/ps_modify.inc: Make the result sets more predictable by using ORDER BY mysql-test/include/ps_modify1.inc: Make the result sets more predictable by using ORDER BY mysql-test/r/ps_2myisam.result: updated results mysql-test/r/ps_3innodb.result: updated results mysql-test/r/ps_4heap.result: updated results mysql-test/r/ps_5merge.result: updated results mysql-test/r/ps_6bdb.result: updated results BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
Merge fixes mysql-test/r/ndb_insert.result: Correct test cases and result after merge mysql-test/t/ndb_insert.test: Correct test cases and result after merge sql/ha_ndbcluster.cc: Correct get_error_message after merge Use buf pointer in get_ndb_value
-
unknown authored
uninit variable ndb/src/kernel/vm/Configuration.cpp: init variable
-
unknown authored
Improved Default SCI config params Added missing SCI libraries in ndb_mgm and atrt Added max of 1024 signals per receive on transporter (to improve real-time bahaviour and to ensure no job buffer explosion, still some more work left on avoiding job buffer explosion in the general case) ndb/src/common/transporter/Packer.cpp: Fix for job buffer explosion and real-time behaviour also in high load scenarios. ndb/src/common/transporter/SCI_Transporter.cpp: Restored old Shared memory buffer implementation. Changed condition slightly on when to send SCI buffer. ndb/src/common/transporter/SCI_Transporter.hpp: Changed back to old shared memory implementation ndb/src/common/transporter/SHM_Buffer.hpp: Changed back to old shared memory implementation ndb/src/common/transporter/SHM_Transporter.cpp: Changed back to old shared memory implementation ndb/src/common/transporter/SHM_Transporter.hpp: Changed back to old shared memory implementation ndb/src/common/transporter/TransporterRegistry.cpp: Changed back to old shared memory implementation ndb/src/kernel/vm/FastScheduler.hpp: Spelling error ndb/src/mgmclient/Makefile.am: Missing SCI library ndb/src/mgmsrv/ConfigInfo.cpp: Changed to more proper config parameters ndb/test/run-test/Makefile.am: Added missing SCI library
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
-
unknown authored
sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster.h: Auto merged mysql-test/r/ndb_insert.result: Merge new test cases mysql-test/t/ndb_insert.test: Merge new test cases
-
unknown authored
into neptunus.(none):/home/magnus/mysql/mysql-4.1
-
unknown authored
Use ndb_mgm_listen_event to wait for backup messages ndb/src/mgmclient/CommandInterpreter.cpp: Listen to backup event start backup wait until event related to backup arrives ndb/src/mgmsrv/Services.cpp: Fix newline at end of reply
-
- 17 Sep, 2004 13 commits
-
-
unknown authored
key Column Fails". mysql-test/r/ps.result: Test results updated: a test case for Bug#5510 "inserting Null in AutoIncrement primary key Column Fails". mysql-test/r/ps_2myisam.result: Bug#5510: a different warning in case of NULL->default truncation.This is OK, the new warning is the same as produced by conventional execution. mysql-test/r/ps_3innodb.result: Bug#5510: a different warning in case of NULL->default truncation.This is OK, the new warning is the same as produced by conventional execution. mysql-test/r/ps_4heap.result: Bug#5510: a different warning in case of NULL->default truncation.This is OK, the new warning is the same as produced by conventional execution. mysql-test/r/ps_5merge.result: Bug#5510: a different warning in case of NULL->default truncation.This is OK, the new warning is the same as produced by conventional execution. mysql-test/r/ps_6bdb.result: Bug#5510: a different warning in case of NULL->default truncation.This is OK, the new warning is the same as produced by conventional execution. mysql-test/t/ps.test: A test case for Bug#5510 "inserting Null in AutoIncrement primary key Column Fails". sql/item.cc: A fix for bug#5510 "inserting Null in AutoIncrement primary key Column Fails": use proper Field API function for NULL placholeders.
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my41-cc
-
unknown authored
-
unknown authored
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb ndb/src/mgmsrv/MgmtSrvr.cpp: Auto merged
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my41-cc
-
unknown authored
-
unknown authored
removed some #id 0 code ndb/src/common/mgmcommon/ConfigRetriever.cpp: replaced some "localhost" checks with try bind ndb/src/mgmsrv/MgmtSrvr.cpp: removed some #id 0 code
-
unknown authored
ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp: oops ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp: jamEntry ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: jamEntry mysql-test/r/ndb_index.result: ndb charsets: minimal fix to make test pass mysql-test/t/ndb_index.test: ndb charsets: minimal fix to make test pass
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb ndb/src/mgmsrv/MgmtSrvr.cpp: Auto merged
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb-merge ndb/src/mgmsrv/MgmtSrvr.cpp: Auto merged
-
unknown authored
using tryBind instead to determine if we're "config host" is "local" ndb/include/util/SocketServer.hpp: made tryBind static ndb/src/common/util/SocketServer.cpp: made tryBind static ndb/src/mgmsrv/MgmtSrvr.cpp: using tryBind instead to determine if we're "config host" is "local"
-