Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed "huge number of packed rows in MyISAM" bug in 4.0 tree | serg@serg.mysql.com | 2002-10-28 | 1 | -1/+2 |
* | less restrictive test for max key length in mi_create | serg@serg.mysql.com | 2002-10-23 | 1 | -1/+1 |
* | truncate both MYI and MYD files on DELETE FROM table; to avoid warnings on CH... | serg@serg.mysql.com | 2002-10-22 | 1 | -4/+5 |
* | ftb wasn't able to re-initialize index search (oops! in joins) | serg@serg.mysql.com | 2002-10-19 | 1 | -1/+2 |
* | some DBUG_ENTER/RETURN macro added | serg@serg.mysql.com | 2002-10-18 | 3 | -14/+22 |
* | Fixes after last merge. | monty@hundin.mysql.fi | 2002-10-16 | 1 | -0/+5 |
* | Merge with 3.23.54 | monty@hundin.mysql.fi | 2002-10-16 | 1 | -1/+1 |
|\ | |||||
| * | Fixed missing table_list->name -> table_list->alias convert | monty@mashka.mysql.fi | 2002-10-08 | 1 | -1/+1 |
| * | Fixed bug with GROUP BY on NULL fields. | monty@mashka.mysql.fi | 2002-08-05 | 2 | -2/+7 |
| * | bugfix: uniques did not contributed to MYI tot_length estimation, which resul... | serg@sergbook.mysql.com | 2002-07-25 | 1 | -0/+3 |
* | | Merge | lenz@mysql.com | 2002-10-09 | 1 | -2/+4 |
|\ \ | |||||
| * | | fixed repair_by_sort FULLTEXT bug | serg@serg.mysql.com | 2002-10-09 | 1 | -2/+4 |
* | | | Merge mysql.com:/my/mysql-4.0 | lenz@mysql.com | 2002-10-08 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Small fixes in mysql and myisampack | jani@rhols221.adsl.netsonic.fi | 2002-10-04 | 1 | -2/+2 |
* | | | - Applied required modifications for automake 1.5 | lenz@mysql.com | 2002-10-01 | 1 | -11/+0 |
|/ / | |||||
* | | fixed bug in myisamchk -R mode | serg@serg.mysql.com | 2002-09-25 | 2 | -5/+4 |
* | | Added code to flush a bulk_insert index. | monty@mashka.mysql.fi | 2002-09-18 | 1 | -1/+11 |
* | | ft-boolean + ORDER BY (ftb tree reusing) bug | serg@sergbook.mysql.com | 2002-09-17 | 1 | -2/+20 |
* | | max_key_length MyISAM bugfix | serg@sergbook.mysql.com | 2002-09-10 | 1 | -1/+2 |
* | | merged | serg@serg.mysql.com | 2002-09-04 | 1 | -1/+1 |
|\ \ | |||||
| * | | Some trivial optimzations | monty@mashka.mysql.fi | 2002-09-03 | 1 | -1/+1 |
| * | | LOCK+change+OPTIMIZE MyISAM bug | serg@serg.mysql.com | 2002-08-31 | 1 | -2/+2 |
| * | | A nasty fix when all rows are deleted with a write lock | Sinisa@sinisa.nasamreza.org | 2002-08-30 | 1 | -2/+2 |
* | | | wrong test for -q/-qq (T_QUICK/T_FORCE_UNIQUENESS) in myisamchk corrected | serg@sergbook.mysql.com | 2002-09-04 | 1 | -2/+2 |
|/ / | |||||
* | | Fixed timing problem with rpl000001 replication test. | monty@hundin.mysql.fi | 2002-08-18 | 1 | -1/+5 |
* | | Portability fixes for 4.0.3 build. | monty@hundin.mysql.fi | 2002-08-17 | 1 | -5/+18 |
* | | Changed IF(expr, column, NULL) to take type from column | monty@hundin.mysql.fi | 2002-08-12 | 1 | -1/+0 |
* | | fixed mi_comp_unique to use _mi_compare_text() | serg@sergbook.mysql.com | 2002-08-09 | 1 | -5/+5 |
* | | Merge serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 | serg@serg.mysql.com | 2002-08-08 | 1 | -26/+0 |
|\ \ | |||||
| * | | "words" of length 1 are removed from stopword list | serg@sergbook.mysql.com | 2002-08-08 | 1 | -26/+0 |
* | | | merge | monty@mashka.mysql.fi | 2002-08-08 | 5 | -11/+11 |
|\ \ \ | |/ / |/| | | |||||
| * | | Lots of code fixes to the replication code (especially the binary logging and... | monty@mashka.mysql.fi | 2002-08-08 | 5 | -10/+10 |
| * | | Merge with 3.23.51 | monty@mashka.mysql.fi | 2002-07-25 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Fixed copyright in pack_isam.c | monty@hundin.mysql.fi | 2002-06-29 | 1 | -2/+2 |
* | | | one more "suboptimal memory usage during REPAIR for FULLTEXT keys" bug fixed | serg@sergbook.mysql.com | 2002-08-07 | 1 | -3/+6 |
* | | | Merge work:/home/bk/mysql-4.0 | serg@sergbook.mysql.com | 2002-08-06 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | fixed bug, that caused suboptimal memory usage during REPAIR when ft_max_word... | serg@sergbook.mysql.com | 2002-08-06 | 1 | -1/+1 |
* | | | | Small fixes in mysql and myisamchk. | jani@hynda.(none) | 2002-08-05 | 1 | -2/+2 |
|/ / / | |||||
* | | | make SEARCH_PREFIX to work with complex (use_coll) charsets, namely latin1_de | serg@sergbook.mysql.com | 2002-08-05 | 1 | -1/+2 |
* | | | yet another "trunc*" bug fixed - and the fundamental one! (now, when next tru... | serg@serg.mysql.com | 2002-08-04 | 1 | -11/+24 |
* | | | rec_buff should be initialized | serg@sergbook.mysql.com | 2002-07-26 | 1 | -2/+4 |
* | | | mi_repair* functions need a separate rec_buff :( | serg@sergbook.mysql.com | 2002-07-26 | 1 | -3/+5 |
* | | | MyISAM: always store alloced_rec_buff_length with the buffer itself | serg@sergbook.mysql.com | 2002-07-26 | 7 | -45/+24 |
|/ / | |||||
* | | Merge work:/home/bk/mysql-4.0 | serg@sergbook.mysql.com | 2002-07-24 | 1 | -3/+6 |
|\ \ | |||||
| * | | bugfix: uniques did not contributed to MYI tot_length estimation, which resul... | serg@sergbook.mysql.com | 2002-07-24 | 1 | -3/+6 |
* | | | Removed wrong implementation of CUBE/ROLLUP | monty@mashka.mysql.fi | 2002-07-24 | 9 | -30/+45 |
* | | | merge | monty@mashka.mysql.fi | 2002-07-23 | 11 | -48/+72 |
|\ \ \ | |/ / |/| | | |||||
| * | | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 11 | -48/+72 |
* | | | parallel repair: style fixups | serg@sergbook.mysql.com | 2002-07-21 | 1 | -2/+2 |
|/ / | |||||
* | | parallel repair needs rec_buff local for thread !!! | serg@sergbook.mysql.com | 2002-07-14 | 5 | -38/+48 |