Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 4.0.11 | monty@narttu.mysql.fi | 2003-02-26 | 1 | -4/+7 |
|\ | |||||
| * | ALTER TABLE closes all open HANDLER's for the table in question | serg@serg.mysql.com | 2003-02-22 | 1 | -4/+7 |
* | | Merge with 4.0.11 tree to get latest bug fixes | monty@mashka.mysql.fi | 2003-02-17 | 1 | -8/+1 |
|\ \ | |/ | |||||
| * | Fixed multi-table-delete for InnoDB tables | monty@mashka.mysql.fi | 2003-02-17 | 1 | -8/+1 |
* | | After merge fixes & remove compiler warnings | monty@mashka.mysql.fi | 2003-02-07 | 1 | -15/+8 |
* | | Merge with 4.0.11 | monty@mashka.mysql.fi | 2003-02-04 | 1 | -5/+23 |
|\ \ | |/ | |||||
| * | 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 |
* | | Merge | monty@mashka.mysql.fi | 2003-01-21 | 1 | -1/+0 |
|\ \ | |||||
| * | | Portability fixes (for windows) | monty@mashka.mysql.fi | 2003-01-21 | 1 | -1/+0 |
* | | | fixed test of cardinality | bell@sanja.is.com.ua | 2003-01-21 | 1 | -1/+1 |
|/ / | |||||
* | | sql_handler.cc: | heikki@hundin.mysql.fi | 2003-01-13 | 1 | -2/+10 |
* | | rename of net_pkg.cc to protocol.cc | monty@mashka.mysql.fi | 2002-12-11 | 1 | -15/+18 |
* | | Merge with 4.0.6 | monty@mashka.mysql.fi | 2002-12-05 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Change of internal key_field=NULL handling to avoid error messages. | monty@hundin.mysql.fi | 2002-12-03 | 1 | -2/+2 |
* | | checking columns of top items | bell@sanja.is.com.ua | 2002-11-29 | 1 | -1/+1 |
* | | support for HA_READ_PREFIX_LAST_OR_PREV in headres | serg@serg.mysql.com | 2002-10-25 | 1 | -1/+1 |
* | | Merge with 4.0.4 | monty@mashka.mysql.fi | 2002-10-02 | 1 | -9/+9 |
|\ \ | |/ |/| | |||||
| * | Fixes and code cleanups after merge with 4.0.3 | monty@mashka.mysql.fi | 2002-10-02 | 1 | -5/+5 |
| * | Merge with 4.0.3 | monty@narttu.mysql.fi | 2002-08-30 | 1 | -3/+3 |
| |\ | |||||
| | * | Adding a necessary functionality to ::store and ::save_in_field | Sinisa@sinisa.nasamreza.org | 2002-08-24 | 1 | -1/+1 |
| | * | subselect in having clause | bell@sanja.is.com.ua | 2002-07-01 | 1 | -1/+1 |
| | * | merge | monty@hundin.mysql.fi | 2002-04-13 | 1 | -1/+1 |
| | |\ | |||||
| | | * | New ctype functions/macros to support many charsets at a time | bar@gw.udmsearch.izhnet.ru | 2002-03-12 | 1 | -1/+1 |
* | | | | 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 |