summaryrefslogtreecommitdiff
path: root/sql/sql_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for BUG33649: Post-review fixes sergefp@mysql.com2004-05-191-35/+33
* Fix and test case for BUG#3649.sergefp@mysql.com2004-05-181-29/+39
* Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)monty@mysql.com2004-03-101-1/+1
* BUG#2304 - HANDLER and tables in non-current dbserg@serg.mylan2004-01-131-4/+3
* Bug#1826, HANDLER+ALTER TABLE=crash (unfortunately, it cannot be tested in my...serg@serg.mylan2003-11-181-0/+13
* make error message more detailedserg@serg.mylan2003-11-121-2/+2
* fixed: thread lock-up on a FLASH TABLE when another thread has an open handlerserg@serg.mylan2003-09-091-4/+11
* Remove compiler warningsmonty@narttu.mysql.fi2003-07-041-1/+1
* fix and test case for the bug #787: HANDLER without INDEX doesn't work with d...ram@mysql.r18.ru2003-07-041-22/+17
* handler should be used with constant expressions only (or rand)serg@serg.mylan2003-07-041-1/+6
* Proposed fix for #751hf@deer.(none)2003-07-031-0/+2
* ALTER TABLE closes all open HANDLER's for the table in questionserg@serg.mysql.com2003-02-221-4/+7
* Fixed multi-table-delete for InnoDB tablesmonty@mashka.mysql.fi2003-02-171-8/+1
* fixed "DROP table_open_in_handler" hangserg@serg.mysql.com2003-01-281-15/+22
* sql_handler.cc:heikki@hundin.mysql.fi2003-01-131-2/+4
* Change of internal key_field=NULL handling to avoid error messages.monty@hundin.mysql.fi2002-12-031-2/+2
* Changed table_list->name -> table_list->alias to find places where we where u...monty@mashka.mysql.fi2002-09-201-9/+9
* InnoDB support for HANDLERserg@serg.mysql.com2002-08-211-1/+2
* semaphores replaced by rwlockbell@sanja.is.com.ua2002-06-301-1/+1
* Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-1/+1
* Update for BTREE keys in HEAP tablesmonty@tik.mysql.fi2002-04-121-1/+1
* New error messagesmonty@hundin.mysql.fi2002-01-291-57/+58
* handler+alter tableserg@serg.mysql.com2002-01-031-0/+5
* HANDLER CLOSE unknown table should produce an errorserg@serg.mysql.com2001-12-221-0/+6
* Fix for error message when using HANDLER OPEN on InnoDB tables.monty@hundin.mysql.fi2001-12-221-3/+4
* Mergeserg@serg.mysql.com2001-12-211-7/+14
|\
| * HANDLER works only with MyISAM tablesserg@serg.mysql.com2001-12-211-7/+14
* | Fix after mergemonty@hundin.mysql.fi2001-12-171-1/+1
|/
* Update copyrightmonty@hundin.mysql.fi2001-12-061-10/+10
* Fix not critical MyISAM bug in locking.monty@hundin.mysql.fi2001-11-291-0/+4
* New improved IO_CACHEmonty@bitch.mysql.fi2001-11-281-3/+3
* Don't do signal() on windows (Causes instability problems)monty@hundin.mysql.fi2001-10-171-1/+1
* Portability fixesmonty@hundin.mysql.fi2001-09-171-1/+1
* Fix UNIONmonty@tik.mysql.fi2001-08-021-1/+1
* Added Unique class to be used for duplicate removal in multi-table delete.monty@donna.mysql.fi2001-05-231-5/+7
* New qsort implementationmonty@donna.mysql.fi2001-05-201-1/+1
* fully functional HANDLER table CLOSEserg@serg.mysql.com2001-04-151-11/+14
* this won't be pushedserg@serg.mysql.com2001-04-131-85/+140
* This won't be pushed eitherserg@serg.mysql.com2001-04-091-69/+85
* This wouldn't ever be pushedserg@serg.mysql.com2001-04-081-0/+6
* Preliminary commit of HANDLER syntax (w/o LIMIT or column-list)serg@serg.mysql.com2001-04-071-0/+172