| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Merge with 4.0.18 | monty@mysql.com | 2004-02-11 | 1 | -4/+5 |
| |\ |
|
| | * | Mark that strings may change on index only reads (for BDB tables). | monty@mysql.com | 2004-01-29 | 1 | -1/+1 |
| | * | Some small portability fixes. | monty@mysql.com | 2003-12-30 | 1 | -4/+5 |
| | * | A lot of portability fixes. | monty@mashka.mysql.fi | 2003-01-05 | 1 | -0/+1 |
* | | | Precise read time estimates for index_merge/Unique | sergefp@mysql.com | 2003-12-18 | 1 | -1/+1 |
* | | | Two-sweeps read index_merge plus several small index_merge fixes and improvem... | sergefp@mysql.com | 2003-12-09 | 1 | -0/+1 |
|/ / |
|
* | | Bitmap post-review fixes | serg@serg.mylan | 2003-10-30 | 1 | -2/+2 |
* | | fixes to Bitmap class | serg@serg.mylan | 2003-10-24 | 1 | -1/+1 |
* | | fixes for new key_map code | serg@serg.mylan | 2003-10-16 | 1 | -1/+1 |
* | | key_map with more that 64 bits width | serg@serg.mylan | 2003-10-11 | 1 | -1/+1 |
* | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 | bell@sanja.is.com.ua | 2003-02-18 | 1 | -0/+1 |
|\ \ |
|
| * \ | merging | bell@sanja.is.com.ua | 2002-12-11 | 1 | -0/+1 |
| |\ \
| | |/
| |/| |
|
| | * | new innodb query cache behaviour (recommit because of problem with 4.1 reposi... | bell@sanja.is.com.ua | 2002-11-03 | 1 | -0/+1 |
* | | | patches from sleepycat.com have been applied (SCRUM) | ram@mysql.r18.ru | 2002-12-19 | 1 | -0/+1 |
* | | | rename of net_pkg.cc to protocol.cc | monty@mashka.mysql.fi | 2002-12-11 | 1 | -1/+1 |
|/ / |
|
* | | Portability fix when using -DBIG_TABLES | monty@mashka.mysql.fi | 2002-11-14 | 1 | -1/+2 |
|/ |
|
* | Moved have_* to mysql_priv.h. | jcole@mugatu.spaceapes.com | 2002-07-25 | 1 | -1/+0 |
* | Made keyread (key scanning) a key specific attribute. | monty@hundin.mysql.fi | 2002-06-19 | 1 | -2/+1 |
* | Update for BTREE keys in HEAP tables | monty@tik.mysql.fi | 2002-04-12 | 1 | -9/+8 |
* | Take into account that table scans may use indexes | monty@hundin.mysql.fi | 2002-01-30 | 1 | -1/+1 |
* | Added support of null keys in HEAP tables | monty@tik.mysql.fi | 2002-01-12 | 1 | -1/+2 |
* | Added macros for nice TIMESPEC usage. | monty@hundin.mysql.fi | 2002-01-02 | 1 | -0/+1 |
* | HANDLER works only with MyISAM tables | serg@serg.mysql.com | 2001-12-21 | 1 | -1/+1 |
* | Better optimization for InnoDB and BDB tables for ORDER BY | monty@hundin.mysql.fi | 2001-11-29 | 1 | -0/+1 |
* | HA_NO_FULLTEXT_KEY and an appropriate error message | serg@serg.mysql.com | 2001-10-23 | 1 | -1/+1 |
* | Added unique error for DEADLOCK | monty@hundin.mysql.fi | 2001-09-17 | 1 | -0/+1 |
* | Fix bugs when using LOCK TABLES with BDB tables | monty@hundin.mysql.fi | 2001-09-08 | 1 | -1/+1 |
* | Add test case for update/replace bug in bdb. | tim@white.box | 2001-07-24 | 1 | -2/+1 |
* | Fix for BDB and LOCK TABLES | monty@donna.mysql.fi | 2001-04-19 | 1 | -0/+1 |
* | Fix a crash in Innobase with tables with many columns and a range query | monty@donna.mysql.fi | 2001-03-26 | 1 | -0/+1 |
* | Portability fixes for OPENBSD, OS2 and Windows | monty@donna.mysql.com | 2001-01-27 | 1 | -3/+2 |
* | Patches for NetBSD/macppc | monty@donna.mysql.com | 2001-01-12 | 1 | -1/+1 |
* | Fixed bug when opening BDB tables twice | monty@donna.mysql.com | 2001-01-02 | 1 | -2/+4 |
* | Don't use subtransactions on write_row() and delete_row() in | tim@cane.mysql.fi | 2000-12-28 | 1 | -1/+1 |
* | Merge work.mysql.com:/home/bk/mysql | tim@cane.mysql.fi | 2000-12-28 | 1 | -1/+2 |
|\ |
|
| * | Share DB *file; this fixes a deadlock problem. | tim@cane.mysql.fi | 2000-12-28 | 1 | -1/+2 |
* | | Extended mysqltest with --commands and 'require' | monty@donna.mysql.com | 2000-12-27 | 1 | -1/+1 |
|/ |
|
* | ha_berkeley.cc - Don't use subtransactions in update_row by default | tim@cane.mysql.fi | 2000-12-26 | 1 | -2/+7 |
* | New benchmark test | monty@donna.mysql.com | 2000-12-24 | 1 | -2/+4 |
* | Add SHOW LOGS command. | tim@cane.mysql.fi | 2000-12-15 | 1 | -0/+1 |
* | Lots of fixes for BDB tables | monty@donna.mysql.com | 2000-12-08 | 1 | -7/+7 |
* | Only write full transactions to binary log | monty@donna.mysql.com | 2000-12-07 | 1 | -8/+18 |
* | All statements are now run in a sub transaction | monty@donna.mysql.com | 2000-11-24 | 1 | -2/+2 |
* | Fixed bug with ORDER BY on BDB tables. | monty@tik.mysql.com | 2000-10-26 | 1 | -1/+2 |
* | Added bdb_lock_max and fixed bug in BDB tables when using key parts | monty@donna.mysql.com | 2000-10-25 | 1 | -1/+1 |
* | Automatic primary key for BDB tables | monty@donna.mysql.com | 2000-10-16 | 1 | -11/+25 |
* | Changed meaning of HA_EXTRA_RESET and start of hidden primary keys for BDB ta... | monty@tik.mysql.com | 2000-10-15 | 1 | -1/+4 |
* | RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, | monty@tramp.mysql.fi | 2000-09-26 | 1 | -1/+1 |
* | Update to new root alloc, OPTIMIZE TABLE and some other changes | monty@donna.mysql.com | 2000-09-12 | 1 | -6/+7 |
* | Fixed for Ia64 + delayed key creation + a lot of small bug fixes | monty@donna.mysql.com | 2000-08-15 | 1 | -1/+1 |