An error occurred fetching the project authors.
- 27 Apr, 2005 1 commit
-
-
ingo@mysql.com authored
Added protection against global read lock while creating and initializing a delayed insert handler. Allowed to ignore a global read lock when locking the table inside the delayed insert handler. Added some minor improvements.
-
- 23 Feb, 2005 1 commit
-
-
guilhem@mysql.com authored
start_waiting_global_read_lock() should wake up all those who are waiting for protect_against_global_read_lock to go down to 0: those registered in waiting_for_read_lock AND those registered in global_read_lock_blocks_commit.
-
- 30 Nov, 2004 1 commit
-
-
guilhem@mysql.com authored
two-line fix for BUG#6732 "FLUSH TABLES WITH READ LOCK + COMMIT makes next FLUSH...LOCK hang forever" (originally reported as "second run of innobackup hangs forever and can even hang server"). Plus testcase for the bugfix and comments about global read locks.
-
- 11 Oct, 2004 1 commit
-
-
guilhem@mysql.com authored
when one connection had done FLUSH TABLES WITH READ LOCK, some updates, and then COMMIT, it was accepted but my_error() was called and so, while client got no error, error was logged in binlog. We now don't call my_error() in this case; we assume the connection know what it does. This problem was specific to 4.0.21. The change is needed to make replication work with existing versions of innobackup.
-
- 31 Aug, 2004 1 commit
-
-
monty@mysql.com authored
Use 'mysqltest' as test database instead of test_$1 or test1,test2 to not accidently delete an important database Safety fix for mailformed MERGE files
-
- 24 Aug, 2004 1 commit
-
-
monty@mysql.com authored
-
- 20 Aug, 2004 1 commit
-
-
guilhem@mysql.com authored
in a deadlock-free manner. This splits locking the global read lock in two steps. This fixes a consequence of this bug, known as: BUG#4953 'mysqldump --master-data may report incorrect binlog position if using InnoDB' And a test.
-
- 31 Jul, 2004 1 commit
-
-
guilhem@mysql.com authored
Bug #4810 "deadlock with KILL when the victim was in a wait state" (I included mutex unlock into exit_cond() for future safety) and BUG#4827 "KILL while START SLAVE may lead to replication slave crash"
-
- 24 May, 2004 1 commit
-
-
konstantin@mysql.com authored
after Monty's review. - Item_param was rewritten. - it turns out that we can't convert string data to character set of connection on the fly, because they first should be written to the binary log. To support efficient conversion we need to rewrite prepared statements binlogging code first.
-
- 30 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 15 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 10 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 19 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
embedded library hash_insert renamed to my_hash_insert to avoid name intersection with another libraries is there better idea?
-
- 13 Sep, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 04 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a table that was locked bug not droped
-
- 03 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 21 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Some changes to the prepared statement protocol to make it easier to use and faster.
-
- 21 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 16 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Add support for LIMIT # OFFSET # Changed lock handling: Now all locks should be stored in TABLE_LIST instead of passed to functions. Don't call query_cache_invalidate() twice in some cases mysql_change_user() now clears states to be equal to close + connect. Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES Fixed a bug with replicate-do and UPDATE
-
- 05 Nov, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Some simple optimizations
-
- 30 Oct, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
and a bug fix for derived tables
-
- 21 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added missing mutex-lock around critical section in GRANT handling.
-
- 20 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name. This should fix some issues where --lower-case-table-names doesn't work properly under windows.
-
- 19 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Small optimization to not do external locking of temporary MyISAM tables.
-
- 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
-
- 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.
-
- 21 Mar, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Fix thread-related bug when doing DROP TABLE Fix bug in RENAME TABLE on windows
-
- 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
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 26 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 08 Sep, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
Optimized remove of key when using internal cursor in BDB tables.
-
monty@hundin.mysql.fi authored
Fix DBUG_ASSERT() Optimization for BDB tables Fix for BDB under Win98
-
- 03 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Create innodb table space if configuring with InnoDB and not using --skip-innodb Fixes for TRUNCATE TABLE and DROP DATABASE.
-
- 02 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix that DROP DATABASE works with all table types Use BULK_INSERT when inserting more than one row Better TRUNCATE TABLE
-
- 01 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 14 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
New global read lock code Fixed bug in DATETIME with WHERE optimization Made UNION code more general.
-
- 29 May, 2001 1 commit
-
-
mikef@nslinux.bedford.progress.com authored
-
- 09 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Fixes to InnoDB to compile on Windows Fix for temporary InnoDB tables Fixed bug in REPLACE() Fixed sub char keys for InnoDB
-
- 17 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed mutex problem when doing automatic repair of MyISAM tables
-
- 13 Nov, 2000 1 commit
-
-
monty@tik.mysql.com authored
-