- 13 Jan, 2005 4 commits
-
-
unknown authored
Added pseudo column fragment memory changed ndb_get_table_statistics to take struct and read row_size and fragment_memory ndb/include/kernel/AttributeHeader.hpp: Added pseudo column fragment memory ndb/include/ndbapi/NdbDictionary.hpp: Added pseudo column fragment memory ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: Added pseudo column fragment memory ndb/src/ndbapi/NdbDictionary.cpp: Added pseudo column fragment memory ndb/src/ndbapi/NdbDictionaryImpl.cpp: Added pseudo column fragment memory sql/ha_ndbcluster.cc: changed ndb_get_table_statistics to take struct and read row_size and fragment_memory sql/ha_ndbcluster.h: partially implemented update_table_comment
-
unknown authored
mysql-test/r/ndb_update.result: make sure to drop table at end of test mysql-test/t/ndb_update.test: make sure to drop table at end of test
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0-ndb
-
unknown authored
ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: take booked fragments into account before starting a new frag scan
-
- 12 Jan, 2005 36 commits
-
-
unknown authored
into build.mysql.com:/users/tulin/mysql-5.0-ndb
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb ndb/test/src/HugoTransactions.cpp: Auto merged
-
unknown authored
search for subscriber should be done on nodeid basis and not reference, only one subscriber per event per nodeid allowed not necessarily the same starts and stops... +error corrected in ref signal added print of error codes + more correct error handling of event errors + added goto instead of erroneous break to fix bug#7627 ndb/include/kernel/signaldata/SignalData.hpp: added som signal printout functions ndb/src/common/debugger/signaldata/SignalDataPrint.cpp: added som signal printout functions ndb/src/common/debugger/signaldata/SignalNames.cpp: added som signal printout functions ndb/src/common/debugger/signaldata/SumaImpl.cpp: added som signal printout functions ndb/src/kernel/blocks/suma/Suma.cpp: search for subscriber should be done on nodeid basis and not reference, only one subscriber per event per nodeid allowed not necessarily the same starts and stops... +error corrected in ref signal ndb/src/ndbapi/NdbDictionaryImpl.cpp: indentation event error handling debug printouts ndb/src/ndbapi/NdbEventOperationImpl.cpp: debug printouts + added goto instead of erroneous break to fix bug#7627 ndb/test/src/HugoTransactions.cpp: added print of error codes + more correct error handling of event errors
-
unknown authored
into build.mysql.com:/users/tulin/mysql-5.0-ndb
-
unknown authored
into build.mysql.com:/users/tulin/mysql-5.0
-
unknown authored
sql/ha_innodb.cc: Auto merged sql/mysqld.cc: Auto merged sql/set_var.cc: resolve conflicts
-
unknown authored
into build.mysql.com:/users/tulin/mysql-5.0-ndb libmysql_r/Makefile.am: Auto merged mysql-test/r/analyse.result: Auto merged ndb/src/mgmsrv/ConfigInfo.cpp: Auto merged sql/sql_analyse.cc: Auto merged
-
unknown authored
into build.mysql.com:/users/tulin/mysql-5.0
-
unknown authored
Logging to logging@openlogging.org accepted innodb.result, innodb.test, set_var.cc, mysqld.cc: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets sql/mysqld.cc: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets sql/set_var.cc: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets mysql-test/t/innodb.test: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets mysql-test/r/innodb.result: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
sql/mysqld.cc: Auto merged
-
unknown authored
into mysql.com:/home/jwinstead2/mysql-5.0-clean
-
unknown authored
into build.mysql.com:/users/tulin/mysql-4.1
-
unknown authored
-
unknown authored
into build.mysql.com:/users/tulin/mysql-4.1
-
unknown authored
-
unknown authored
into mysql.com:/home/jwinstead2/mysql-5.0-clean
-
unknown authored
ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Handle "fragment scan" (scan with distribution key) wrt committed read ndb/test/ndbapi/testPartitioning.cpp: Extend test prg to try differnt lock modes / parallelism parameters
-
unknown authored
into hundin.mysql.fi:/home/heikki/mysql-5.0
-
unknown authored
Add comments about why the InnoDB latching order is obeyed also for the MySQL query cache mutex; add an error printf if that is not the case sync0sync.h: Assign sync0sync.h ranks also for the MySQL query cache mutex and the MySQL binlog mutex; the latching order must be obeyed also for these row0ins.c: Add a comment why the query cache invalidate operation cannot deadlock in a cascaded FOREIGN KEY operation innobase/row/row0ins.c: Add a comment why the query cache invalidate operation cannot deadlock in a cascaded FOREIGN KEY operation innobase/include/sync0sync.h: Assign sync0sync.h ranks also for the MySQL query cache mutex and the MySQL binlog mutex; the latching order must be obeyed also for these sql/ha_innodb.cc: Add comments about why the InnoDB latching order is obeyed also for the MySQL query cache mutex; add an error printf if that is not the case
-
unknown authored
into mysql.com:/home/my/mysql-5.0
-
unknown authored
into mysql.com:/home/jwinstead2/mysql-5.0-clean libmysql_r/Makefile.am: Auto merged mysql-test/r/analyse.result: Auto merged sql/sql_analyse.cc: Auto merged
-
unknown authored
into deer.(none):/home/hf/work/mysql-5.0.clean
-
unknown authored
into mysql.com:/home/kostja/work/mysql-4.1-root sql/mysqld.cc: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
mysys/default.c: silly mistake happened during the merge
-
unknown authored
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0-ndb
-
unknown authored
ndb/src/kernel/blocks/dbtc/Dbtc.hpp: Pre book fragments to keep count how many ops need to be continued by api ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Pre book fragments to keep count how many ops need to be continued by api Fixes problem with parallelism < fragcount && committed read ndb/test/ndbapi/testScan.cpp: new testcase for scan parallelism ndb/test/run-test/daily-basic-tests.txt: Run new testcase ndb/test/src/HugoTransactions.cpp: Use parallelism parameter
-
unknown authored
case will be added to client_test in 4.1 sql/sql_parse.cc: A fix for bug #6761: "mysql_list_fields() does not work": init thd->query_length, which is used next line. Remove a stale comment.
-
unknown authored
into mysql.com:/home/my/mysql-5.0
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
-
unknown authored
-
unknown authored
ndb/src/ndbapi/NdbDictionaryImpl.cpp: Fix init of replica/frag count
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
into mysql.com:/space/my/mysql-4.1-merge
-
unknown authored
into mysql.com:/space/my/mysql-5.0 Build-tools/Do-compile: Auto merged
-