summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* Windows build fix venu@myvenu.com2003-01-182-20/+4
* Change client_flag to unsigned long (16 -> 32 bits) to handle more options.monty@mashka.mysql.fi2003-01-181-34/+35
* Merge with 4.0.9monty@mashka.mysql.fi2003-01-183-5/+14
|\
| * After merge fixmonty@mashka.mysql.fi2003-01-171-1/+1
| * Merge with 3.23monty@mashka.mysql.fi2003-01-162-3/+12
| |\
| | * Fixed max_key_length when using UNIQUE keys.monty@mashka.mysql.fi2002-12-272-2/+11
| | * - Applied required modifications for automake 1.5lenz@mysql.com2002-11-171-11/+0
| | * fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fieldsserg@serg.mysql.com2002-10-281-1/+2
| * | Text fixes: ISAM -> MyISAM for myisamchk (found by Jocelyn Fournier).arjen@george.bitbike.com2003-01-141-3/+3
* | | merge with 4.0.9monty@mashka.mysql.fi2003-01-096-9/+26
|\ \ \ | |/ /
| * | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-01-095-16/+57
| |\ \
| | * | Don't count NULL values in cardinalty for MyISAM tables.monty@mashka.mysql.fi2003-01-095-16/+57
| * | | Merge work:/home/bk/mysql-4.0serg@sergbook.mysql.com2003-01-081-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | ft_nlq_search.c:serg@sergbook.mysql.com2003-01-081-0/+1
* | | | Merge with 4.0.8monty@mashka.mysql.fi2003-01-062-2/+2
|\ \ \ \ | |/ / /
| * | | A lot of portability fixes.monty@mashka.mysql.fi2003-01-052-2/+2
| |/ /
* | | Merge with 4.0.8monty@mashka.mysql.fi2003-01-034-43/+48
|\ \ \ | |/ /
| * | Transactions in AUTOCOMMIT=0 mode didn't rotate binary logmonty@mashka.mysql.fi2002-12-141-7/+7
| * | bulk insert code optimizedserg@serg.mysql.com2002-12-073-36/+41
* | | Merge with 4.0.6monty@mashka.mysql.fi2002-12-054-19/+24
|\ \ \ | |/ /
| * | post-merge fixserg@serg.mysql.com2002-12-041-3/+2
| * | New multi-table-update codemonty@mashka.mysql.fi2002-11-293-16/+22
* | | Merge mysql.com:/home/wax/mysql-4n into mysql.com:/home/wax/mysql-4miwax@mysql.com2002-11-283-26/+193
|\ \ \
| * | | Correct view of sort.c and mi_too_big_key_for_sort()wax@mysql.com2002-11-282-10/+8
| * | | Move MI_SORT_PARAM and BUFFPEK to myisamdef.h, delete KEY_STORE, change funct...wax@mysql.com2002-11-172-85/+105
| * | | Merge mysql.com:/home/wax/mysql-4n into mysql.com:/home/wax/mysql-4miwax@mysql.com2002-11-171-29/+178
| |\ \ \
| | * | | add functions for store keys to temporary file with variable lengthwax@mysql.com2002-11-131-29/+178
* | | | | typo fixedserg@serg.mysql.com2002-11-261-3/+3
* | | | | removed redundant -I include-dirsserg@serg.mysql.com2002-11-261-1/+1
* | | | | myisammrg::index_next_sameserg@serg.mysql.com2002-11-253-10/+18
* | | | | Merge with 4.0monty@mashka.mysql.fi2002-11-217-22/+29
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2002-11-201-1/+2
| |\ \ \
| | * | | Try to optimize the cache buffer size needed for bulk_insertmonty@mashka.mysql.fi2002-11-201-1/+2
| * | | | bug in _ftb_strstr fixed :)serg@serg.mysql.com2002-11-201-3/+3
| |/ / /
| * | | Small improvement to alloc_rootmonty@mashka.mysql.fi2002-11-161-1/+3
| * | | manually mergedserg@sergbook.mysql.com2002-11-071-1/+2
| |\ \ \
| | * | | BETWEEN fixedserg@sergbook.mysql.com2002-11-061-1/+2
| * | | | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.monty@butch.2002-11-073-15/+17
| |/ / /
| * | | fixed "huge number of packed rows in MyISAM" bug in 4.0 treeserg@serg.mysql.com2002-10-281-1/+2
* | | | memory leak closedserg@serg.mysql.com2002-11-121-0/+1
| |/ / |/| |
* | | typo fixedserg@serg.mysql.com2002-11-091-1/+1
* | | mergedserg@serg.mysql.com2002-10-256-20/+30
|\ \ \ | |/ /
| * | less restrictive test for max key length in mi_createserg@serg.mysql.com2002-10-231-1/+1
| * | truncate both MYI and MYD files on DELETE FROM table; to avoid warnings on CH...serg@serg.mysql.com2002-10-221-4/+5
| * | ftb wasn't able to re-initialize index search (oops! in joins)serg@serg.mysql.com2002-10-191-1/+2
| * | some DBUG_ENTER/RETURN macro addedserg@serg.mysql.com2002-10-183-14/+22
* | | support for HA_READ_PREFIX_LAST_OR_PREV in headresserg@serg.mysql.com2002-10-252-3/+3
* | | Merge work:/home/bk/mysql-4.1serg@serg.mysql.com2002-10-224-2/+15
|\ \ \
| * | | make REPAIR killableserg@serg.mysql.com2002-10-224-2/+15
* | | | Merge hundin.mysql.fi:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.1monty@hundin.mysql.fi2002-10-1647-607/+3993
|\ \ \ \ | |_|/ / |/| | |