An error occurred fetching the project authors.
- 20 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 16 Feb, 2001 1 commit
-
-
jcole@tetra.spaceapes.com authored
to the slow query log.
-
- 15 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Removed a ' that casued 'make paper' to fail
-
- 31 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Allow delete of crashed MyISAM tables Fixed bug when BLOB was first part of key Fixed bug when using result from CASE in GROUP BY Fixed core-dump bug in monthname() Optimized calling of check_db_name()
-
- 27 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
updated manual about table lock counter fixed coredump in DROP DATABASE with long bogus name by non-root user fixed bug in handling STOP immediately after ROTATE added test case for buffer overrun on DROP DATABASE by non-root user added test case for the STOP bug in replication
-
- 25 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Changed 'static inline' to 'inline' for SCO new's compiler
-
- 22 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Added timeouts to replication tests to handle concurrent inserts
-
- 20 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added send/reap/dirty_close include/mysql.h mysql_send_query()/mysql_reap_query() libmysql/libmysql.c mysql_send_query()/mysql_reap_query() mysys/my_vsnprintf.c fixed critical bug that codedumped when connection aborted sql/sql_parse.cc 0 mysql-test/r/dirty-close.result New BitKeeper file ``mysql-test/r/dirty-close.result'' mysql-test/t/dirty-close.test New BitKeeper file ``mysql-test/t/dirty-close.test''
-
- 14 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 01 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 24 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
Fixed bug in REPLACE with BDB tables Prepare for write lock on read for BDB Inform the handler when we want to use IGNORE / REPLACE New manual pages
-
- 18 Dec, 2000 1 commit
-
-
tim@cane.mysql.fi authored
for the code.
-
- 15 Dec, 2000 1 commit
-
-
tim@cane.mysql.fi authored
-
- 13 Dec, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 12 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
Remove not used BDB logs on shutdown Don't give warnings for repair on slaves Fixed transaction log files
-
- 07 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
A lot of new functions for BDB tables Fix for DROP DATABASE on windows Default server_id variables
-
- 02 Dec, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed slave to preserve temp tables on slave stop; slave start added abort-slave-event-count option to mysqld to test the above added a test case for temp tables with a contantly aborting slave removed warning in sql_parse.cc fixed thimble.cc to compile
-
- 29 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
Portability fixes
-
- 28 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
-
- 26 Nov, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
while slave thread has temp tables - not hard to fix though, but it is time to go to bed added a new test case for temp table replication and Slave_open_temp_tables status variable. Misc fixes
-
- 23 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
Give warning if we are using non transactional tables and do ROLLBACK Porting of crash-me and benchmarks to FrontBase
-
- 22 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 20 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 18 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 17 Nov, 2000 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 15 Nov, 2000 2 commits
-
-
monty@narttu.mysql.fi authored
-
tim@work.mysql.com authored
sql_parse.cc typo when checking for autocommit
-
- 14 Nov, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
this file needs to be deleted sql/log_event.cc fixed warnings sql/log_event.h fixed () #define bug sql/mysqlbinlog.cc fixed length argument - was supposed to be one less sql/mysqld.cc replicate-do/ignore-table now works, wild does not yet sql/mysql_priv.h updating argument to add_table_to_list() -- needed for replicate-do/ignore table sql/slave.cc changes fore replicate-do/ignore-table close the socket before going to sleep sleeping after error bad event was being freed too early sql/slave.h changes for replicate-do/ignore-table sql/sql_class.cc slave_thread variable to THD sql/sql_class.h added slave_thread to THD, fixed bug in end_time() sql/sql_parse.cc updating argument to add_tables_to_list() sql/sql_table.cc fixed bug in mysql_rm_table() sql/sql_yacc.yy fixed up add_table_to_list() calls to accept updating argument sql/table.h added updating to TABLE_LIST
-
- 13 Nov, 2000 1 commit
-
-
monty@tik.mysql.com authored
-
- 11 Nov, 2000 1 commit
-
-
jcole@tetra.bedford.progress.com authored
-
- 07 Nov, 2000 2 commits
-
-
tim@threads.polyesthetic.msg authored
with BEGIN WORK.
-
tim@threads.polyesthetic.msg authored
ha_berkeley.cc bug fixes to make OPT_BEGIN work properly handler.cc bug fixes to make OPT_BEGIN work properly
-
- 31 Oct, 2000 1 commit
-
-
tim@threads.polyesthetic.msg authored
sql_yacc.yy SQLCOM_COMMIT => SQLCOM_BEGIN for BEGIN_SYM
-
- 27 Oct, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
added PURGE MASTER LOGS TO and SHOW MASTER LOGS fixed the output of SHOW MASTER STATUS updated docs
-
- 23 Oct, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 14 Oct, 2000 2 commits
-
-
monty@donna.mysql.com authored
-
monty@donna.mysql.com authored
a lot of portability issues.
-
- 02 Oct, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
kill zombie COM_BINLOG_DUMP with the same server id on connect
-
- 29 Sep, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
sql_repl.* will push this one, since the replication code now works
-
- 25 Sep, 2000 1 commit
-
-
monty@tramp.mysql.fi authored
reading from FIFO, fixes for FULLTEXT, @@IDENTITY
-