- 30 Nov, 2004 7 commits
-
-
unknown authored
innobase/row/row0ins.c: Auto merged innobase/trx/trx0undo.c: Auto merged sql/ha_innodb.h: Auto merged sql/handler.h: Auto merged
-
unknown authored
innobase/include/trx0roll.h: Changed prototype of the function trx_rollback_or_clean_all_without_sess because this function is executed in a background thread. innobase/include/trx0trx.h: Added support for X/Open XA prepare, recover and search by X/Open XA XID. innobase/include/trx0undo.h: Added support for X/Open XA prepare and recover. We need to store X/Open XA XID to the undo log header for recovery. innobase/log/log0recv.c: Create a thread to run trx_rollback_or_clean_all_without_sess function to rollback the uncommitted transactions which have no user session. innobase/row/row0ins.c: Remove unnecessary variables. innobase/trx/trx0roll.c: Changed so that trx_rollback_or_clean_all_without_sess is executed in a background thread. We should also leave all prepared transactions active to wait for commit or abort from MySQL. innobase/trx/trx0sys.c: Only those rows which belong to the active transaction in crash recovery are undone. innobase/trx/trx0trx.c: Added support for X/Open XA prepare and recover. We need to store X/Open XA XID to trx structure and left prepared transactions to wait for a commit or abort from MySQL. This requires also that we add TRX_PREPARED state to the transaction and TRX_UNDO_PREPARED state for undo logs. innobase/trx/trx0undo.c: Added support for X/Open XA prepare and recover. We need to store X/Open XA XID to undo log header for recovery of distributed transactions. sql/ha_innodb.h: Added prototypes for X/Open XA prepare, recover, commit and rollback. sql/handler.h: Added definition for X/Open XA XID structure.
-
unknown authored
mysql-test/r/ndb_index_unique.result: Fixed INCORRECT result file for unique index test! SHAME!
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0 mysql-test/r/ndb_index_unique.result: Auto merged mysql-test/t/ndb_index_unique.test: Auto merged sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
mysql-test/r/ndb_index_unique.result: Test of unique index and null mysql-test/t/ndb_index_unique.test: Test of unique index and null sql/ha_ndbcluster.cc: Fixed long overdue problems with unique indexes and null values
-
unknown authored
-
- 29 Nov, 2004 9 commits
-
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
unknown authored
mysql-test/r/strict.result: fixed mysql-test/r/view.result: rolled back mysql-test/t/information_schema.test: fix for 2GB file size limit mysql-test/t/ps_1general.test: fix for 2GB file size limit mysql-test/t/view.test: fix for 2GB file size limit sql/field.cc: double->int conversion troubles cleanup sql/item_cmpfunc.h: warning fixed sql/sql_select.cc: division by zero fixed
-
unknown authored
Grammar fix. user.r: A few typo fixes. dbug/user.r: A few typo fixes. dbug/monty.doc: Grammar fix.
-
unknown authored
Rename: mysql-test/t/ndb_grant.test -> mysql-test/t/ndb_grant.later mysql-test/t/ndb_grant.later: Rename: mysql-test/t/ndb_grant.test -> mysql-test/t/ndb_grant.later
-
unknown authored
client/mysqladmin.cc: Added option to close the screen on exit for Netware. netware/comp_err.def: Copyright notice change, for Netware. netware/isamchk.def: Copyright notice change, for Netware. netware/isamlog.def: Copyright notice change, for Netware. netware/libmysql.def: Copyright notice change, for Netware. netware/my_print_defaults.def: Copyright notice change, for Netware. netware/myisam_ftdump.def: Copyright notice change, for Netware. netware/myisamchk.def: Copyright notice change, for Netware. netware/myisamlog.def: Copyright notice change, for Netware. netware/myisampack.def: Copyright notice change, for Netware. netware/mysql.def: Copyright notice change, for Netware. netware/mysql_install.def: Copyright notice change, for Netware. netware/mysql_install_db.def: Copyright notice change, for Netware. netware/mysql_test_run.def: Copyright notice change, for Netware. netware/mysql_waitpid.def: Copyright notice change, for Netware. netware/mysqladmin.def: Copyright notice change, for Netware. netware/mysqlbinlog.def: Copyright notice change, for Netware. netware/mysqlcheck.def: Copyright notice change, for Netware. netware/mysqld.def: Copyright notice change, for Netware. netware/mysqld_safe.def: Copyright notice change, for Netware. netware/mysqldump.def: Copyright notice change, for Netware. netware/mysqlimport.def: Copyright notice change, for Netware. netware/mysqlshow.def: Copyright notice change, for Netware. netware/mysqltest.def: Copyright notice change, for Netware. netware/pack_isam.def: Copyright notice change, for Netware. netware/perror.def: Copyright notice change, for Netware. netware/replace.def: Copyright notice change, for Netware. netware/resolve_stack_dump.def: Copyright notice change, for Netware. netware/resolveip.def: Copyright notice change, for Netware. sql/mysqld.cc: Changes to fix the abend on NetWare on recieving the server down and volume deactivation events. Do not join for the main thread if these events occur.
-
unknown authored
added missing return ndb/src/ndbapi/NdbScanOperation.cpp: added missing return
-
unknown authored
sql/examples/ha_archive.cc: Added support for delayed inserts. What delayed inserts mean for archive is that a sync call is not forced with the next select. Instant performance gain, plus if you aren't concerned about having a consistant read you won't be forced to have less then optimized compression. sql/examples/ha_archive.h: Added flags for dalyed inserts and added table flag so that the server knows that archive can support them.
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0 ndb/include/ndbapi/NdbScanOperation.hpp: Auto merged ndb/src/ndbapi/NdbScanOperation.cpp: Auto merged
-
unknown authored
ndb/include/ndbapi/NdbScanOperation.hpp: Improved doc. a bit ndb/src/ndbapi/NdbConnectionScan.cpp: Set error code ndb/src/ndbapi/NdbScanOperation.cpp: Check error directly after taking mutex ndb/test/ndbapi/testScan.cpp: new scan test with lots of threads ndb/test/run-test/daily-basic-tests.txt: Added two more scan tests Collapsed testTransactions & testOperations
-
- 28 Nov, 2004 15 commits
-
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
unknown authored
-
unknown authored
BitKeeper/etc/logging_ok: auto-union configure.in: Auto merged innobase/srv/srv0srv.c: Auto merged mysql-test/r/rpl_start_stop_slave.result: Auto merged scripts/mysql_fix_privilege_tables.sh: Auto merged sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged sql/item_func.h: Auto merged sql/slave.cc: Auto merged mysql-test/r/select.result: !bk-eb mysql-test/t/select.test: !bk-eb
-
unknown authored
-
unknown authored
* Don't try building ROR-intersect if the queried table has zero rows * Don't ever produce an estimate of zero returned rows.
-
unknown authored
BitKeeper/etc/logging_ok: auto-union innobase/srv/srv0srv.c: Auto merged mysql-test/t/select.test: Auto merged sql/item_cmpfunc.h: Auto merged sql/slave.cc: Auto merged
-
unknown authored
more max_rows for show table status comment spellchecking... mysql-test/r/view.result: more max_rows for show table status mysql-test/t/view.test: more max_rows for show table status comment spellchecking...
-
unknown authored
-
unknown authored
-
unknown authored
strings/decimal.c: fix
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
-
unknown authored
fixed a bug that it discovered include/my_sys.h: move TRASH to my_sys.h from sql_list.h sql/field.h: use TRASH macro sql/item.h: TRASH in delete sql/item_func.h: never delete item's manually! sql/opt_range.cc: TRASH in delete sql/sql_lex.h: TRASH in delete sql/sql_list.h: move TRASH to my_sys.h from sql_list.h sql/sql_parse.cc: don't use properties of deleted objects (even when it's safe) sql/sql_select.cc: TRASH in delete sql/sql_show.cc: TRASH in delete sql/sql_string.h: TRASH in delete
-
unknown authored
A work-around for SCO, disable use of clock_gettime configure.in: A work-around for SCO, disable use of clock_gettime
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
- 27 Nov, 2004 7 commits
-
-
unknown authored
dbug/user.r: help cralified include/mysqld_error.h: new error message added mysql-test/r/grant.result: results updated mysql-test/r/grant2.result: results updated mysql-test/t/grant.test: results updated mysql-test/t/grant2.test: results updated sql/share/czech/errmsg.txt: error message updated sql/share/danish/errmsg.txt: error message updated sql/share/dutch/errmsg.txt: error message updated sql/share/english/errmsg.txt: error message updated sql/share/estonian/errmsg.txt: error message updated sql/share/french/errmsg.txt: error message updated sql/sql_acl.cc: changed error reporting for create/drop/rename user to be consistent with drop table sql/share/german/errmsg.txt: error message updated sql/share/greek/errmsg.txt: error message updated sql/share/hungarian/errmsg.txt: error message updated sql/share/italian/errmsg.txt: error message updated sql/share/japanese/errmsg.txt: error message updated sql/share/korean/errmsg.txt: error message updated sql/share/norwegian-ny/errmsg.txt: error message updated sql/share/norwegian/errmsg.txt: error message updated sql/share/polish/errmsg.txt: error message updated sql/share/portuguese/errmsg.txt: error message updated sql/share/romanian/errmsg.txt: error message updated sql/share/russian/errmsg.txt: error message updated sql/share/serbian/errmsg.txt: error message updated sql/share/slovak/errmsg.txt: error message updated sql/share/spanish/errmsg.txt: error message updated sql/share/swedish/errmsg.txt: error message updated sql/share/ukrainian/errmsg.txt: error message updated
-
unknown authored
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
-
unknown authored
mysql-test/r/rpl_start_stop_slave.result: results updated
-
unknown authored
Reverts incomplete change of insert_fields() sql/mysql_priv.h: Reverts incomplete change of insert_fields()
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0 sql/sql_parse.cc: Auto merged
-
unknown authored
better truncation check in decimal2ulonglong
-
- 26 Nov, 2004 2 commits