summaryrefslogtreecommitdiff
path: root/mysys/thr_lock.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Fix race condition in ANALYZE TABLE.monty@hundin.mysql.fi2001-11-261-1/+2
| | | | Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables.
* More debug infomonty@hundin.mysql.fi2001-09-081-1/+1
| | | | | | Fix DBUG_ASSERT() Optimization for BDB tables Fix for BDB under Win98
* Make killing of threads safermonty@hundin.mysql.fi2001-09-011-4/+4
|
* Fixed problem with INSERT DELAYEDmonty@hundin.mysql.fi2001-08-311-5/+18
| | | | Make killing threads safer
* Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY ifmonty@hundin.mysql.fi2001-07-181-4/+5
| | | | --low-priority-updates is used and the file has holes.
* Removed wrong warning from thr_lockmonty@hundin.mysql.fi2001-07-171-16/+20
| | | | | | | | Fixed problem with UPDATE and BDB tables Fixed problem with GRANT FILE privilege on database level mysqld --warnings works now Fixed problem with SHOW OPEN TABLES when not using BDB Added some tests for ALTER TABLE to the test scripts
* Updated documentation of how to add new native functions.monty@tik.mysql.fi2001-05-231-5/+5
| | | | Small cleanups
* Fixed bug when using MERGE on files > 4Gmonty@donna.mysql.fi2001-05-171-1/+1
| | | | | | Fixed bug in SELECT db1.table.* FROM db1.table,db2.table Fixed bug in INSERT DELAYED when doing shutdown and a table was locked Changed that tmp_table_size =4G-1 means unlimited.
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macromonty@donna.mysql.fi2001-03-261-2/+2
| | | | (For glibc 2.2)
* Added locks needed for Innobasemonty@donna.mysql.com2001-02-181-1/+2
| | | | Fixed mutex problem when doing automatic repair of MyISAM tables
* Changes prompted by manual comments.jcole@tetra.spaceapes.com2001-02-011-1/+1
|
* fixed up lock counting code - Monty's suggestionssasha@mysql.sashanet.com2001-01-271-1/+1
| | | | | | | | 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
* Table_locks_waitedsasha@mysql.sashanet.com2001-01-261-1/+7
| | | | Table_locks_immediate
* Fixed performance bug in lock tablesmonty@donna.mysql.com2000-11-201-3/+3
|
* Fixes for bugs in the usage of IO_CACHEmonty@narttu.mysql.fi2000-11-171-2/+2
|
* FLUSH TABLE table_listmonty@donna.mysql.com2000-08-221-3/+20
| | | | | Fixes for RENAME TABLE Portability fixes
* Import changesetbk@work.mysql.com2000-07-311-0/+1288