- 23 Mar, 2005 1 commit
-
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
- 22 Mar, 2005 6 commits
-
-
unknown authored
-
unknown authored
Added better comment for perceived problem with fix for Bug #8753 Invalid schema object version after dropping index
-
unknown authored
Extra fix for perceived problem with fix for Bug #8753 Invalid schema object version after dropping index
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl mysql-test/mysql-test-run.sh: Auto merged
-
unknown authored
InnoDB needs longer start time for second slave on slow hosts mysql-test/mysql-test-run.pl: InnoDB needs longer start time for second slave on slow hosts mysql-test/mysql-test-run.sh: InnoDB needs longer start time for second slave on slow hosts
-
unknown authored
-
- 21 Mar, 2005 6 commits
-
-
unknown authored
If MySQL wrote to its binlog, but for some reason trx->update_undo and trx->insert_undo were NULL in InnoDB, then trx->commit_lsn was garbage, and InnoDB could assert in the log flush of trx_commit_complete_for_mysql() (Bug #9277) innobase/trx/trx0trx.c: If MySQL wrote to its binlog, but for some reason trx->update_undo and trx->insert_undo were NULL in InnoDB, then trx->commit_lsn was garbage, and InnoDB could assert in the log flush of trx_commit_complete_for_mysql() (Bug #9277)
-
unknown authored
BitKeeper/etc/logging_ok: auto-union innobase/include/trx0trx.h: Auto merged innobase/trx/trx0trx.c: SCCS merged
-
unknown authored
If MySQL wrote to its binlog, but for some reason trx->update_undo and trx->insert_undo were NULL in InnoDB, then trx->commit_lsn was garbage, and InnoDB could assert in the log flush of trx_commit_complete_for_mysql() (Bug #9277) innobase/include/trx0trx.h: If MySQL wrote to its binlog, but for some reason trx->update_undo and trx->insert_undo were NULL in InnoDB, then trx->commit_lsn was garbage, and InnoDB could assert in the log flush of trx_commit_complete_for_mysql() (Bug #9277) innobase/trx/trx0trx.c: If MySQL wrote to its binlog, but for some reason trx->update_undo and trx->insert_undo were NULL in InnoDB, then trx->commit_lsn was garbage, and InnoDB could assert in the log flush of trx_commit_complete_for_mysql() (Bug #9277)
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
-
unknown authored
-
unknown authored
Made --timer work mtr_cases.pl: Added option --reorder to get less server restarts mysql-test-run.pl: Added option --reorder to get less server restarts Moved do_before_start_master() not to remove binlog files unless restarted Made --timer work Slave was incorrectly writing log to error log mysql-test/mysql-test-run.pl: Added option --reorder to get less server restarts Moved do_before_start_master() not to remove binlog files unless restarted Made --timer work Slave was incorrectly writing log to error log mysql-test/lib/mtr_cases.pl: Added option --reorder to get less server restarts mysql-test/lib/mtr_report.pl: Made --timer work
-
- 20 Mar, 2005 1 commit
-
-
unknown authored
Fix uninit variable (potential segv) in Dbacc::sendNextScanConf discovered by magnus addition in "globals_list" ndb/src/kernel/blocks/dbacc/DbaccMain.cpp: Fix uninit variable (potential segv) in sendNextScanConf discovered by magnus addition in "globals_list"
-
- 18 Mar, 2005 3 commits
-
-
unknown authored
into mysql.com:/M41/mysql-4.1
-
unknown authored
-
unknown authored
Added a test case for bug #8617. sql_select.cc: Fixed bug #8617. Queries with ROLLUP and LIMIT n returned more than n rows if SQL_CALC_FOUND_ROWS was used. sql/sql_select.cc: Fixed bug #8617. Queries with ROLLUP and LIMIT n returned more than n rows if SQL_CALC_FOUND_ROWS was used. mysql-test/t/olap.test: Added a test case for bug #8617.
-
- 17 Mar, 2005 11 commits
-
-
unknown authored
into frost.snake.net:/Volumes/frost2/MySQL/bk/mysql-4.1 BitKeeper/etc/logging_ok: auto-union
-
unknown authored
into frost.snake.net:/Volumes/frost2/MySQL/bk/mysql-4.0 BitKeeper/etc/logging_ok: auto-union
-
unknown authored
into frost.snake.net:/Volumes/frost2/MySQL/bk/merge-4.1 BitKeeper/etc/logging_ok: auto-union
-
unknown authored
-
unknown authored
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
into quadxeon.mysql.com:/nfstmp1/guilhem/mysql-4.1-4xeon BitKeeper/etc/logging_ok: auto-union sql/log_event.cc: Auto merged
-
unknown authored
into quadxeon.mysql.com:/nfstmp1/guilhem/mysql-4.0-4xeon BitKeeper/etc/logging_ok: auto-union
-
unknown authored
When we come to create these, they may already exist and it's necessary to delete these old, useless copies. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
sql/key.cc: Auto merged mysql-test/r/update.result: SCCS merged mysql-test/t/update.test: SCCS merged
-
unknown authored
sql/key.cc: A fix (bug #8942: SUBSTRING_INDEX in UPDATE causes internal loop). For "partial" key parts (e.g. key(a(20), ...) we create different key_part->field, see sql/table.cc; so we have to use the eq() function here to compare fields.
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0 sql/item.h: Auto merged
-
- 16 Mar, 2005 12 commits
-
-
unknown authored
Added a test for bug #8615. sql_select.cc: Fixed bug #8615. This fix only removed the cause of the reported crash. It does not resolve other problems of rollup queries with DISTINCT. They were fixed in the previous patch for bug 8616. sql/sql_select.cc: Fixed bug #8615. This fix only removed the cause of the reported crash. It does not resolve other problems of rollup queries with DISTINCT. They were fixed in the previous patch for bug 8616. mysql-test/t/olap.test: Added a test for bug #8615. mysql-test/r/olap.result: Added a test for bug #8615.
-
unknown authored
-
unknown authored
BUG#9123 is solved earlier than this patch though.
-
unknown authored
-
unknown authored
the time spent in the various steps. Build-tools/Do-compile: Add information to the log file that allows to calculate the time spent in the various steps: 1) Introduce a global variable 'global_step'. 2) Before each major step, set it to some descriptive value. 3) Expand the 'log_timestamp()' function to take a parameter (typical: "START", "DONE", or "ABORT") and append that to the timestamp in the log file, followed by the contents of 'global_step'. 4) Add the "START" string as parameter to the 'log_timestamp' calls preceding a step. 5) Add 'log_timestamp("DONE");' calls after the relevant steps. 6) Add 'log_timestamp("ABORT");' calls to the error exits.
-
unknown authored
into mysql.com:/home/my/mysql-4.1
-
unknown authored
into mysql.com:/home/bkroot/mysql-4.1
-
unknown authored
not always correct for NULL values. Now they always result a non NULL value even the argument is NULL. It is more usefull for debugging purposes. mysql-test/r/func_str.result: Bugs#9129: CHARSET(), COLLATION(), COERCIBILITY() not always correct for NULL values. Also, a mistake in EXPORT_SET was fixed. mysql-test/t/func_str.test: Bugs#9129: CHARSET(), COLLATION(), COERCIBILITY() not always correct for NULL values. sql/item_func.cc: Bugs#9129: CHARSET(), COLLATION(), COERCIBILITY() not always correct for NULL values. sql/item_strfunc.cc: Bugs#9129: CHARSET(), COLLATION(), COERCIBILITY() not always correct for NULL values. A minor mistake in EXPORT_SET() was fixed.
-
unknown authored
into mysql.com:/home/bkroot/mysql-4.1
-
unknown authored
fixed result_field support of Item_ref
-
unknown authored
-
unknown authored
-