An error occurred fetching the project authors.
- 14 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 08 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Lots of code fixes to the replication code (especially the binary logging and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
-
- 25 Jul, 2002 1 commit
-
-
jcole@mugatu.spaceapes.com authored
mysql_priv.h: Added have_berkeley_db and have_innodb. ha_innodb.h: Removed have_innodb. ha_berkeley.h: Removed have_berkeley_db.
-
- 18 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
This avoids using fulltext keys for table scanning. This also reverts Sinisa's original fix for this problem.
-
- 12 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Split handler->option_flag() to handler->table_flags() and handler->index_flags()
-
- 30 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 12 Jan, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Added ORDER BY optimization
-
- 02 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
-
- 21 Dec, 2001 1 commit
-
-
serg@serg.mysql.com authored
HA_NO_FULLTEXT_KEY property -> HA_CAN_FULLTEXT
-
- 29 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 23 Oct, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 17 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Include missing man pages into binary distribution
-
- 08 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Optimized remove of key when using internal cursor in BDB tables.
-
- 24 Jul, 2001 1 commit
-
-
tim@white.box authored
Remove unused argument to ha_berkeley::remove_key().
-
- 19 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 26 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Removed all Attic directories.
-
- 26 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 12 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed bug in LEFT JOIN Added bdb_log_buffer_size
-
- 01 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 28 Dec, 2000 2 commits
-
-
tim@cane.mysql.fi authored
ha_berkeley. A few smaller bug fixes.
-
tim@cane.mysql.fi authored
While we're at it, share the keyfile and keytype arrays, too.
-
- 27 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
Fixed test results. Added mysqld variable 'have_isam'
-
- 26 Dec, 2000 1 commit
-
-
tim@cane.mysql.fi authored
ha_berkeley.cc - Use the DB_RMW (read, modify, write) flag when removing a key ha_berkeley.h - Don't use subtransactions in update_row by default sql_table.cc - Don't use subtransactions in update_row by default bdb.result BitKeeper file /usr/home/tim/my/work/mysql-test/r/bdb.result bdb.test BitKeeper file /usr/home/tim/my/work/mysql-test/t/bdb.test
-
- 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
-
- 15 Dec, 2000 1 commit
-
-
tim@cane.mysql.fi authored
-
- 08 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
Change DROP TABLE to first drop the data, then the .frm file
-
- 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
-
- 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
-
- 26 Oct, 2000 1 commit
-
-
monty@tik.mysql.com authored
New benchmarks tests
-
- 24 Oct, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 15 Oct, 2000 2 commits
-
-
monty@donna.mysql.com authored
-
monty@tik.mysql.com authored
-
- 25 Sep, 2000 1 commit
-
-
monty@tramp.mysql.fi authored
reading from FIFO, fixes for FULLTEXT, @@IDENTITY
-
- 12 Sep, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 15 Aug, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 02 Aug, 2000 1 commit
-
-
tim@localhost.polyesthetic.msg authored
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-