| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge with 4.1 | monty@mysql.com | 2005-01-15 | 1 | -4/+18 |
|\ |
|
| * | limit HEAP table size with max_heap_table_size, better estimation for mem_per... | serg@serg.mylan | 2005-01-14 | 1 | -6/+18 |
* | | First stage of table definition cache | monty@mysql.com | 2005-01-06 | 1 | -18/+19 |
* | | Add 0x before pointers (to help with debugging) | monty@mysql.com | 2004-12-18 | 1 | -2/+4 |
* | | Update results for new varchar handling | monty@mysql.com | 2004-12-07 | 1 | -2/+3 |
* | | Merge with new VARCHAR code | monty@mysql.com | 2004-12-06 | 1 | -2/+6 |
|\ \ |
|
| * | | Add support for up to VARCHAR (size up to 65535) | monty@mysql.com | 2004-12-06 | 1 | -2/+6 |
* | | | merged | serg@serg.mylan | 2004-11-17 | 1 | -1/+1 |
* | | | merged | serg@serg.mylan | 2004-11-17 | 1 | -5/+52 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 | sergefp@mysql.com | 2004-11-16 | 1 | -4/+51 |
| |\ \ |
|
| | * | | Fix for bug#5138 continued: added comments, removed extra debug printf calls,... | sergefp@mysql.com | 2004-10-12 | 1 | -10/+9 |
| | * | | Fix for bug#5138: hash indexes on heap tables support statistics. | sergefp@mysql.com | 2004-09-08 | 1 | -4/+52 |
* | | | | Changed some unneccessary calls to current_thd() into table->in_use | jani@ua141d10.elisa.omakaista.fi | 2004-11-12 | 1 | -13/+20 |
| |_|/
|/| | |
|
* | | | merge with 4.1 | monty@mysql.com | 2004-10-29 | 1 | -11/+8 |
|\ \ \
| |/ / |
|
| * | | Fixed wrong range test code for HEAP tables. This caused a crash when doing a... | monty@mysql.com | 2004-10-23 | 1 | -1/+2 |
| * | | Fix for bug #5555: "GROUP BY enum_field" returns incorrect results | gluh@gluh.mysql.r18.ru | 2004-10-05 | 1 | -6/+2 |
| * | | Support for TIMESTAMP columns holding NULL values. Unlike all other | dlenev@brandersnatch.localdomain | 2004-10-01 | 1 | -4/+4 |
| |/ |
|
* | | Merge | monty@mishka.local | 2004-09-15 | 1 | -12/+14 |
|\ \ |
|
| * \ | Merge. | jani@rhols221.adsl.netsonic.fi | 2004-09-13 | 1 | -12/+14 |
| |\ \
| | |/
| |/| |
|
| | * | Added per thread status variables, after review, patch v1.1. | jani@rhols221.adsl.netsonic.fi | 2004-09-13 | 1 | -12/+14 |
* | | | Added options --auto-increment-increment and --auto-increment-offset. | monty@mishka.local | 2004-09-15 | 1 | -1/+1 |
|/ / |
|
* | | Bug 4531: unique key prefix interacts poorly with utf8 | bar@mysql.com | 2004-08-19 | 1 | -1/+1 |
* | | manually merged | serg@serg.mylan | 2004-08-18 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | fixed Bug #4973 Memory is not released when HEAP table is dropped | vva@eagle.mysql.r18.ru | 2004-08-11 | 1 | -1/+2 |
* | | handler interface cleanups: | serg@serg.mylan | 2004-06-23 | 1 | -0/+6 |
* | | typo fixed | serg@serg.mylan | 2004-05-17 | 1 | -1/+1 |
* | | key_cmp -> key_cmp_if_same | monty@mishka.local | 2004-05-16 | 1 | -21/+13 |
* | | WL#1687 - Optimize UNION DISTINCT ... UNION ALL (again). | ingo@mysql.com | 2004-05-06 | 1 | -7/+137 |
* | | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_... | serg@serg.mylan | 2004-04-06 | 1 | -5/+0 |
* | | WL#1266 "Separate auto-set logic from TIMESTAMP type." | dlenev@jabberwock.localdomain | 2004-04-02 | 1 | -4/+4 |
* | | BTREE-indexes in HEAP tables can now be used to optimize ORDER BY | monty@mysql.com | 2004-03-25 | 1 | -0/+10 |
* | | After merge fixes | monty@mysql.com | 2004-02-16 | 1 | -1/+3 |
* | | Merge with 4.0.18 | monty@mysql.com | 2004-02-11 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fix for BUG#2477 "Slave stop with error after master reboot if use HEAP tables": | guilhem@mysql.com | 2004-01-30 | 1 | -0/+1 |
* | | Added --compact to mysqlbinlog | monty@mysql.com | 2004-02-09 | 1 | -1/+1 |
* | | Added missing SSL library (Should be in source distribution) | monty@mysql.com | 2003-11-28 | 1 | -13/+16 |
* | | ::index_read_last() method has been added | ram@mysql.r18.ru | 2002-11-28 | 1 | -1/+9 |
* | | Merge with 4.0 | monty@mashka.mysql.fi | 2002-11-21 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Portability fix when using -DBIG_TABLES | monty@mashka.mysql.fi | 2002-11-14 | 1 | -3/+3 |
* | | Some charset code clean-ups | bar@bar.mysql.r18.ru | 2002-11-06 | 1 | -1/+1 |
* | | auto_increment for heap tables | ram@mysql.r18.ru | 2002-10-07 | 1 | -3/+32 |
* | | Merge mysql.r18.ru:/usr/home/ram/mysql-4.1.last | ram@mysql.r18.ru | 2002-10-03 | 1 | -13/+0 |
|\ \ |
|
| * | | Additional key segment (HA_KEYTYPE_END) creation has been moved from handler ... | ram@mysql.r18.ru | 2002-10-03 | 1 | -13/+0 |
* | | | Merge with 4.0.3 | monty@narttu.mysql.fi | 2002-08-30 | 1 | -87/+117 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | heap_create() <-> heap_open() | ram@gw.udmsearch.izhnet.ru | 2002-06-07 | 1 | -90/+90 |
| * | BTREE heap key structure is now the same as MyISAM | ram@gw.udmsearch.izhnet.ru | 2002-05-21 | 1 | -6/+3 |
| * | Now several character sets can live in the same table, | bar@gw.udmsearch.izhnet.ru | 2002-05-14 | 1 | -1/+1 |
| * | Index number argument | ram@gw.udmsearch.izhnet.ru | 2002-04-29 | 1 | -2/+2 |
| * | MI_KEYSEG -> HA_KEYSEG | ram@gw.udmsearch.izhnet.ru | 2002-04-25 | 1 | -3/+3 |
| * | RB-Tree indexes support in HEAP tables | bar@gw.udmsearch.izhnet.ru | 2002-04-25 | 1 | -36/+67 |