An error occurred fetching the project authors.
- 12 Oct, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org 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
-
- 06 Aug, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 01 Aug, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 23 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
-
- 19 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fix wrong usage of constant which could cause mysqld to use index when doing an update/delete on small tables. code cleanup
-
- 18 Jun, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
make some new mistakes.
-
- 13 Jun, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
delete.
-
- 11 Jun, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
-
- 29 Apr, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed slowdown problem on win98 Fixed syntax for ALTER TABLE .. RENAME
-
- 28 Apr, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 22 Mar, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 15 Mar, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 29 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Test of unsigned BIGINT values Fixes for queries-per-hour Cleanup of replication code (comments and portability fixes) Make most of the binary log code 4G clean Changed syntax for GRANT ... QUERIES PER HOUR
-
- 17 Jan, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 16 Jan, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
Fixed bug in multi-table-delete
-
Sinisa@sinisa.nasamreza.org authored
-
- 12 Jan, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
incorporations of the new stuff. When Monty approves / corrects it, I will "port" it to multi-table updates.
-
- 26 Dec, 2001 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
* multi-table updates * new paid feature for limiting number of queries per hour for users * optional syntax for multi-table deletes * optimization for SQL_CALC_FOUND_ROWS * a small addition for CREATE .. SELECT that will be of future use I know that all this will require many additions to documentation, which I have not done, but I am at Arjen's disposal to help him document all this.
-
- 02 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Remove some warnings
-
- 29 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Free character sets properly (for embedded). Add missing mutex in HANDLER CLOSE
-
- 24 Nov, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 21 Nov, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 08 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 21 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Patches required by Gemini Fix to properly detect if there is an active transaction in InnoDB Fix to not lock thread structure when doing automatic rollback when thread ends Allow -O lower_case_names=0 on UNIX
-
- 02 Aug, 2001 1 commit
-
-
monty@tik.mysql.fi authored
New faster list iterators Change list code to be simpler and faster Optimize count(distinct) New error messages for UNION Make create_tmp_table more general to be usable by UNION
-
- 16 Jul, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Added warning for tables where the auto_increment key is 0 Fixed DELETE ... LIMIT 0 Fixed UPDATE ..LIMIT 0
-
- 25 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Changed mysql-test to use --language Cleaned up parameters to filesort()
-
- 03 Jun, 2001 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
the other for multi-table delete
-
- 10 May, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 11 Apr, 2001 1 commit
-
-
monty@work.mysql.com authored
PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys
-
- 21 Mar, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Fixed problem with UPDATE TABLE when keys wheren't always used.
-
- 20 Mar, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE
-
- 17 Feb, 2001 3 commits
-
-
monty@donna.mysql.com authored
Fixed mutex problem when doing automatic repair of MyISAM tables
-
monty@donna.mysql.com authored
-
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
-
- 11 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
Fixed newly introduced bug in update
-
- 10 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
Put PRIMARY KEY and UNIQUE keys before other keys Fixes for auto_increment keys for BDB tables
-
- 08 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
Change DROP TABLE to first drop the data, then the .frm file
-