- 03 May, 2001 12 commits
-
-
unknown authored
fixed bug sql/sql_repl.cc undid virtual master change Docs/manual.texi: fixed bug sql/sql_repl.cc: undid virtual master change
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
unknown authored
BitKeeper/deleted/.del-binlog-backup-restore.test~d5b0b9bd83738a9f: Delete: mysql-test/t/binlog-backup-restore.test BitKeeper/deleted/.del-binlog-backup-restore.result~605de78abda64d27: Delete: mysql-test/r/binlog-backup-restore.result
-
unknown authored
row0uins.c Partial fix to concurrent drop table and rollback by other user of rows in that table innobase/row/row0uins.c: Partial fix to concurrent drop table and rollback by other user of rows in that table innobase/row/row0umod.c: Partial fix to concurrent drop table and rollback by other user of rows in that table
-
unknown authored
innobase/include/univ.i: Do not inline on Unix if non-gcc compiler
-
unknown authored
Docs/manual.texi: Update MySQL manual about the syntax change to ...LOCK IN SHARE MODE
-
unknown authored
sql_yacc.yy changed ...IN SHARE MODE to ...LOCK IN SHARE MODE to resolve a parsing bug after a WHERE clause sql/sql_yacc.yy: changed ...IN SHARE MODE to ...LOCK IN SHARE MODE to resolve a parsing bug after a WHERE clause
-
unknown authored
os0file.c Removed unnecessary code from os_file_read innobase/os/os0file.c: Removed extraneous undef and inclde of aio.h, fixed typecasts to off_t
-
unknown authored
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql Docs/manual.texi: Auto merged
-
unknown authored
Docs/manual.texi: Fixed example that was wrong.
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
Docs/manual.texi: Changelog
-
- 02 May, 2001 3 commits
-
-
unknown authored
Docs/manual.texi: Update AIX information support-files/Makefile.am: Removed mysql-max spec
-
unknown authored
innobase/row/row0sel.c: Fixed a typo in the fix to consistent read through a secondary index
-
unknown authored
Docs/manual.texi: Several minor fixes per Tom. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
- 01 May, 2001 2 commits
-
-
unknown authored
buf0buf.h Add checksum to written pages to check that they are also read in unchanged buf0flu.c Add checksum to written pages to check that they are also read in unchanged buf0buf.c Add checksum to written pages to check that they are also read in unchanged innobase/buf/buf0buf.c: Add checksum to written pages to check that they are also read in unchanged innobase/buf/buf0flu.c: Add checksum to written pages to check that they are also read in unchanged innobase/include/buf0buf.h: Add checksum to written pages to check that they are also read in unchanged innobase/log/log0recv.c: Add checksum to written pages to check that they are also read in unchanged
-
unknown authored
Docs/manual.texi: fixed paragraph BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
- 29 Apr, 2001 2 commits
- 27 Apr, 2001 1 commit
-
-
unknown authored
row0uins.c Partial fix to the DROP TABLE + another user rolls back in that table problem row0umod.c Partial fix to the DROP TABLE + another user rolls back in that table problem os0file.c Reduce probability of deadlock bugs in connection with ibuf: do not let the ibuf i/o handler sleep innobase/os/os0file.c: Reduce probability of deadlock bugs in connection with ibuf: do not let the ibuf i/o handler sleep innobase/row/row0uins.c: Partial fix to the DROP TABLE + another user rolls back in that table problem innobase/row/row0umod.c: Partial fix to the DROP TABLE + another user rolls back in that table problem innobase/row/row0sel.c: Fix a bug in multiversioned reads through a secondary index
-
- 26 Apr, 2001 1 commit
-
-
unknown authored
os0file.c Always do fsync after a file write to reduce possibility of a partially written page in an OS crash buf0rea.c Fixed a recovery hang associated with ibuf bitmap pages innobase/buf/buf0rea.c: Fixed a recovery hang associated with ibuf bitmap pages innobase/os/os0file.c: Always do fsync after a file write to reduce possibility of a partially written page in an OS crash
-
- 25 Apr, 2001 10 commits
-
-
unknown authored
-
unknown authored
sql/mysqlbinlog.cc: Added option -r.
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
unknown authored
-
unknown authored
client/mysqldump.c: Fixed all output to use 'result_file' mysys/my_error.c: cleanup mysys/raid.cc: cleanup
-
unknown authored
Docs/manual.texi: Auto merged client/mysqltest.c: Auto merged mysql-test/mysql-test-run.sh: Auto merged sql/log.cc: Auto merged sql/mysqlbinlog.cc: Auto merged sql/sql_class.h: Auto merged
-
unknown authored
DROP DATABASE in mysqladmin asks for confirmation (again) Added examined_rows to slow query log SHOW CREATE for TEMPORARY table BitKeeper/deleted/.del-shw000001.result~8b20b03d8319b9a5: Delete: mysql-test/r/shw000001.result BitKeeper/deleted/.del-shw000001.test~770d96a2c1c65b20: Delete: mysql-test/t/shw000001.test Docs/manual.texi: Added information about InnoDB and TEMPORARY tables acinclude.m4: Portability fixes client/errmsg.c: merge with libmysqd/errmsg.c client/mysqladmin.c: DROP DATABASE asks for confirmation (again) client/mysqltest.c: Portability fixes configure.in: Portability fixes for SGI compiler on Ia64 extra/resolve_stack_dump.c: Portability fixes include/global.h: Portability fixes isam/_dbug.c: Portability fixes mysql-test/mysql-test-run.sh: Portability fixes mysql-test/r/show_check.result: New test for SHOW CREATE mysql-test/t/show_check.test: New test for SHOW CREATE scripts/make_binary_distribution.sh: Added missing files sql/filesort.cc: Added examined_rows to slow query log sql/log.cc: Added examined_rows to slow query log sql/mysql_priv.h: Added examined_rows to slow query log sql/mysqlbinlog.cc: Fixed core dump when using wrong option sql/mysqld.cc: Removed not used argument sql/sql_base.cc: Fixed name problem with SHOW CREATE for TEMPORARY table sql/sql_class.h: Added examined_rows to slow query log sql/sql_parse.cc: Added examined_rows to slow query log sql/sql_select.cc: Added examined_rows to slow query log sql/sql_select.h: Added examined_rows to slow query log sql/sql_show.cc: Fixed SHOW CREATE for TEMPORARY table sql/sql_table.cc: Added examined_rows to slow query log
-
unknown authored
ha_innobase.cc Changed the error code HA_ERR_KEY_NOT_FOUND to HA_ERR_END_OF_INDEX in index_first to eliminate an error message sql/ha_innobase.cc: Changed the error code HA_ERR_KEY_NOT_FOUND to HA_ERR_END_OF_INDEX in index_first to eliminate an error message
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
-
- 24 Apr, 2001 8 commits
-
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
unknown authored
added support for virtual master ( replicating from a directory with binlogs) test case for backup/restore with virtual master client/mysqltest.c: fix to accomodate for new test case mysql-test/mysql-test-run.sh: do not automagically start slave sql/log.cc: support for virtual master sql/log_event.cc: fix for mysqlbinlog sql/log_event.h: fix for mysqlbinlog sql/mysqlbinlog.cc: fix for mysqlbinlog sql/slave.cc: virtual master sql/slave.h: virtual master sql/sql_class.h: clean-up/fixes for virtual master sql/sql_repl.cc: cleanup/fixes for virtual master sql/sql_repl.h: virtual master
-
unknown authored
innobase/os/os0sync.c: Eliminate compiler warning in Win
-
unknown authored
innobase/os/os0file.c: Fix to the error message
-
unknown authored
innobase/os/os0file.c: Added better error message if disk is full; calls exit(1)
-
unknown authored
innobase/include/univ.i: If _NT_ defined, define also __NT__
-
unknown authored
innobase/os/os0file.c: Remove a compilation error on Windows
-
unknown authored
Docs/manual.texi: Added a link.
-
- 23 Apr, 2001 1 commit
-
-
unknown authored
Docs/manual.texi: minor mods to recent change notes
-