summaryrefslogtreecommitdiff
path: root/sql/sql_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* BUG#2304 - HANDLER and tables in non-current dbunknown2004-01-131-4/+3
* Bug#1826, HANDLER+ALTER TABLE=crash (unfortunately, it cannot be tested in my...unknown2003-11-181-0/+13
* make error message more detailedunknown2003-11-121-2/+2
* fixed: thread lock-up on a FLASH TABLE when another thread has an open handlerunknown2003-09-091-4/+11
* Remove compiler warningsunknown2003-07-041-1/+1
* fix and test case for the bug #787: HANDLER without INDEX doesn't work with d...unknown2003-07-041-22/+17
* handler should be used with constant expressions only (or rand)unknown2003-07-041-1/+6
* Proposed fix for #751unknown2003-07-031-0/+2
* ALTER TABLE closes all open HANDLER's for the table in questionunknown2003-02-221-4/+7
* Fixed multi-table-delete for InnoDB tablesunknown2003-02-171-8/+1
* fixed "DROP table_open_in_handler" hangunknown2003-01-281-15/+22
* sql_handler.cc:unknown2003-01-131-2/+4
* Change of internal key_field=NULL handling to avoid error messages.unknown2002-12-031-2/+2
* Changed table_list->name -> table_list->alias to find places where we where u...unknown2002-09-201-9/+9
* InnoDB support for HANDLERunknown2002-08-211-1/+2
* semaphores replaced by rwlockunknown2002-06-301-1/+1
* Big code cleanup/review before 4.0.2 release.unknown2002-06-111-1/+1
* Update for BTREE keys in HEAP tablesunknown2002-04-121-1/+1
* New error messagesunknown2002-01-291-57/+58
* handler+alter tableunknown2002-01-031-0/+5
* HANDLER CLOSE unknown table should produce an errorunknown2001-12-221-0/+6
* Fix for error message when using HANDLER OPEN on InnoDB tables.unknown2001-12-221-3/+4
* Mergeunknown2001-12-211-7/+14
|\
| * HANDLER works only with MyISAM tablesunknown2001-12-211-7/+14
* | Fix after mergeunknown2001-12-171-1/+1
|/
* Update copyrightunknown2001-12-061-10/+10
* Fix not critical MyISAM bug in locking.unknown2001-11-291-0/+4
* New improved IO_CACHEunknown2001-11-281-3/+3
* Don't do signal() on windows (Causes instability problems)unknown2001-10-171-1/+1
* Portability fixesunknown2001-09-171-1/+1
* Fix UNIONunknown2001-08-021-1/+1
* Added Unique class to be used for duplicate removal in multi-table delete.unknown2001-05-231-5/+7
* New qsort implementationunknown2001-05-201-1/+1
* fully functional HANDLER table CLOSEunknown2001-04-151-11/+14
* this won't be pushedunknown2001-04-131-85/+140
* This won't be pushed eitherunknown2001-04-091-69/+85
* This wouldn't ever be pushedunknown2001-04-081-0/+6
* Preliminary commit of HANDLER syntax (w/o LIMIT or column-list)unknown2001-04-071-0/+172