Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ALTER TABLE closes all open HANDLER's for the table in question | serg@serg.mysql.com | 2003-02-22 | 1 | -4/+7 |
* | Fixed multi-table-delete for InnoDB tables | monty@mashka.mysql.fi | 2003-02-17 | 1 | -8/+1 |
* | fixed "DROP table_open_in_handler" hang | serg@serg.mysql.com | 2003-01-28 | 1 | -15/+22 |
* | sql_handler.cc: | heikki@hundin.mysql.fi | 2003-01-13 | 1 | -2/+4 |
* | Change of internal key_field=NULL handling to avoid error messages. | monty@hundin.mysql.fi | 2002-12-03 | 1 | -2/+2 |
* | Changed table_list->name -> table_list->alias to find places where we where u... | monty@mashka.mysql.fi | 2002-09-20 | 1 | -9/+9 |
* | InnoDB support for HANDLER | serg@serg.mysql.com | 2002-08-21 | 1 | -1/+2 |
* | semaphores replaced by rwlock | bell@sanja.is.com.ua | 2002-06-30 | 1 | -1/+1 |
* | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -1/+1 |
* | Update for BTREE keys in HEAP tables | monty@tik.mysql.fi | 2002-04-12 | 1 | -1/+1 |
* | New error messages | monty@hundin.mysql.fi | 2002-01-29 | 1 | -57/+58 |
* | handler+alter table | serg@serg.mysql.com | 2002-01-03 | 1 | -0/+5 |
* | HANDLER CLOSE unknown table should produce an error | serg@serg.mysql.com | 2001-12-22 | 1 | -0/+6 |
* | Fix for error message when using HANDLER OPEN on InnoDB tables. | monty@hundin.mysql.fi | 2001-12-22 | 1 | -3/+4 |
* | Merge | serg@serg.mysql.com | 2001-12-21 | 1 | -7/+14 |
|\ | |||||
| * | HANDLER works only with MyISAM tables | serg@serg.mysql.com | 2001-12-21 | 1 | -7/+14 |
* | | Fix after merge | monty@hundin.mysql.fi | 2001-12-17 | 1 | -1/+1 |
|/ | |||||
* | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -10/+10 |
* | Fix not critical MyISAM bug in locking. | monty@hundin.mysql.fi | 2001-11-29 | 1 | -0/+4 |
* | New improved IO_CACHE | monty@bitch.mysql.fi | 2001-11-28 | 1 | -3/+3 |
* | Don't do signal() on windows (Causes instability problems) | monty@hundin.mysql.fi | 2001-10-17 | 1 | -1/+1 |
* | Portability fixes | monty@hundin.mysql.fi | 2001-09-17 | 1 | -1/+1 |
* | Fix UNION | monty@tik.mysql.fi | 2001-08-02 | 1 | -1/+1 |
* | Added Unique class to be used for duplicate removal in multi-table delete. | monty@donna.mysql.fi | 2001-05-23 | 1 | -5/+7 |
* | New qsort implementation | monty@donna.mysql.fi | 2001-05-20 | 1 | -1/+1 |
* | fully functional HANDLER table CLOSE | serg@serg.mysql.com | 2001-04-15 | 1 | -11/+14 |
* | this won't be pushed | serg@serg.mysql.com | 2001-04-13 | 1 | -85/+140 |
* | This won't be pushed either | serg@serg.mysql.com | 2001-04-09 | 1 | -69/+85 |
* | This wouldn't ever be pushed | serg@serg.mysql.com | 2001-04-08 | 1 | -0/+6 |
* | Preliminary commit of HANDLER syntax (w/o LIMIT or column-list) | serg@serg.mysql.com | 2001-04-07 | 1 | -0/+172 |