Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ORDER BY optimization | ||||
* | Added macros for nice TIMESPEC usage. | monty@hundin.mysql.fi | 2002-01-02 | 1 | -0/+1 |
| | | | | | | | | Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX. | ||||
* | HANDLER works only with MyISAM tables | serg@serg.mysql.com | 2001-12-21 | 1 | -1/+1 |
| | | | | HA_NO_FULLTEXT_KEY property -> HA_CAN_FULLTEXT | ||||
* | 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 |
| | | | | Include missing man pages into binary distribution | ||||
* | Fix bugs when using LOCK TABLES with BDB tables | monty@hundin.mysql.fi | 2001-09-08 | 1 | -1/+1 |
| | | | | Optimized remove of key when using internal cursor in BDB tables. | ||||
* | Add test case for update/replace bug in bdb. | tim@white.box | 2001-07-24 | 1 | -2/+1 |
| | | | | Remove unused argument to ha_berkeley::remove_key(). | ||||
* | 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 |
| | | | | Removed all Attic directories. | ||||
* | 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 in LEFT JOIN Added bdb_log_buffer_size | ||||
* | 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 |
| | | | | | ha_berkeley. A few smaller bug fixes. | ||||
* | Merge work.mysql.com:/home/bk/mysql | tim@cane.mysql.fi | 2000-12-28 | 1 | -1/+2 |
|\ | | | | | | | into cane.mysql.fi:/usr/home/tim/my/work | ||||
| * | Share DB *file; this fixes a deadlock problem. | tim@cane.mysql.fi | 2000-12-28 | 1 | -1/+2 |
| | | | | | | | | While we're at it, share the keyfile and keytype arrays, too. | ||||
* | | Extended mysqltest with --commands and 'require' | monty@donna.mysql.com | 2000-12-27 | 1 | -1/+1 |
|/ | | | | | Fixed test results. Added mysqld variable 'have_isam' | ||||
* | ha_berkeley.cc - Don't use subtransactions in update_row by default | tim@cane.mysql.fi | 2000-12-26 | 1 | -2/+7 |
| | | | | | | | | ha_berkeley.cc - Use the DB_RMW (read, modify, write) flag when removing a key ha_berkeley.h - Don't use subtransactions in update_row by default sql_table.cc - Don't use subtransactions in update_row by default bdb.result BitKeeper file /usr/home/tim/my/work/mysql-test/r/bdb.result bdb.test BitKeeper file /usr/home/tim/my/work/mysql-test/t/bdb.test | ||||
* | New benchmark test | monty@donna.mysql.com | 2000-12-24 | 1 | -2/+4 |
| | | | | | | | Fixed bug in REPLACE with BDB tables Prepare for write lock on read for BDB Inform the handler when we want to use IGNORE / REPLACE New manual pages | ||||
* | 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 |
| | | | | Change DROP TABLE to first drop the data, then the .frm file | ||||
* | Only write full transactions to binary log | monty@donna.mysql.com | 2000-12-07 | 1 | -8/+18 |
| | | | | | | A lot of new functions for BDB tables Fix for DROP DATABASE on windows Default server_id variables | ||||
* | All statements are now run in a sub transaction | monty@donna.mysql.com | 2000-11-24 | 1 | -2/+2 |
| | | | | | Give warning if we are using non transactional tables and do ROLLBACK Porting of crash-me and benchmarks to FrontBase | ||||
* | Fixed bug with ORDER BY on BDB tables. | monty@tik.mysql.com | 2000-10-26 | 1 | -1/+2 |
| | | | | New benchmarks tests | ||||
* | 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 ↵ | monty@tik.mysql.com | 2000-10-15 | 1 | -1/+4 |
| | | | | tables | ||||
* | RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, | monty@tramp.mysql.fi | 2000-09-26 | 1 | -1/+1 |
| | | | | reading from FIFO, fixes for FULLTEXT, @@IDENTITY | ||||
* | 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 |
| | |||||
* | Fix typos that gcc allowed but other compilers choke on. | tim@localhost.polyesthetic.msg | 2000-08-02 | 1 | -4/+4 |
| | |||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+141 |