summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* Update libmysqld to use 4.1 protocol.monty@mashka.mysql.fi2002-10-021-0/+1
* merge with workmonty@mashka.mysql.fi2002-10-022-5/+3
|\
| * Some warning fixesbar@bar.mysql.r18.ru2002-09-063-9/+10
* | Fixes and code cleanups after merge with 4.0.3monty@mashka.mysql.fi2002-10-028-52/+68
* | Merge with 4.0.3monty@narttu.mysql.fi2002-08-3046-588/+3956
|\ \ | |/
| * Several problems were fixed (mostly BLOB+charset related)bar@gw.udmsearch.izhnet.ru2002-06-261-9/+26
| * Changes for new binary .frm formatmonty@hundin.mysql.fi2002-06-041-6/+9
| * merge with 4.0monty@hundin.mysql.fi2002-06-0314-443/+655
| |\
| * | Fixed problem in fulltest testcasemonty@hundin.mysql.fi2002-05-221-2/+2
| * | BTREE heap key structure is now the same as MyISAMram@gw.udmsearch.izhnet.ru2002-05-215-17/+17
| * | MI_KEYSEG -> HA_KEYSEGram@gw.udmsearch.izhnet.ru2002-04-2524-72/+72
| * | RB-Tree indexes support in HEAP tablesbar@gw.udmsearch.izhnet.ru2002-04-258-408/+14
| * | mergemonty@hundin.mysql.fi2002-04-1330-85/+3833
| |\ \
| | * | New ctype functions/macros to support many charsets at a timebar@gw.udmsearch.izhnet.ru2002-03-123-10/+14
| | * | This ChangeSet adds RTREE support into myisam library.bar@gw.udmsearch.izhnet.ru2002-02-2028-75/+3819
* | | | Fixed timing problem with rpl000001 replication test.monty@hundin.mysql.fi2002-08-181-1/+5
* | | | Portability fixes for 4.0.3 build.monty@hundin.mysql.fi2002-08-171-5/+18
* | | | Changed IF(expr, column, NULL) to take type from columnmonty@hundin.mysql.fi2002-08-121-1/+0
* | | | fixed mi_comp_unique to use _mi_compare_text()serg@sergbook.mysql.com2002-08-091-5/+5
* | | | Merge serg.mysql.com:/usr/home/serg/Abk/mysql-4.0serg@serg.mysql.com2002-08-081-26/+0
|\ \ \ \
| * | | | "words" of length 1 are removed from stopword listserg@sergbook.mysql.com2002-08-081-26/+0
* | | | | mergemonty@mashka.mysql.fi2002-08-085-11/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Lots of code fixes to the replication code (especially the binary logging and...monty@mashka.mysql.fi2002-08-085-10/+10
| * | | | Merge with 3.23.51monty@mashka.mysql.fi2002-07-251-2/+2
| |\ \ \ \
| | * | | | Fixed copyright in pack_isam.cmonty@hundin.mysql.fi2002-06-291-2/+2
* | | | | | one more "suboptimal memory usage during REPAIR for FULLTEXT keys" bug fixedserg@sergbook.mysql.com2002-08-071-3/+6
* | | | | | Merge work:/home/bk/mysql-4.0serg@sergbook.mysql.com2002-08-061-1/+1
|\ \ \ \ \ \
| * | | | | | fixed bug, that caused suboptimal memory usage during REPAIR when ft_max_word...serg@sergbook.mysql.com2002-08-061-1/+1
* | | | | | | Small fixes in mysql and myisamchk.jani@hynda.(none)2002-08-051-2/+2
|/ / / / / /
* | | | | | make SEARCH_PREFIX to work with complex (use_coll) charsets, namely latin1_deserg@sergbook.mysql.com2002-08-051-1/+2
* | | | | | yet another "trunc*" bug fixed - and the fundamental one! (now, when next tru...serg@serg.mysql.com2002-08-041-11/+24
* | | | | | rec_buff should be initializedserg@sergbook.mysql.com2002-07-261-2/+4
* | | | | | mi_repair* functions need a separate rec_buff :(serg@sergbook.mysql.com2002-07-261-3/+5
* | | | | | MyISAM: always store alloced_rec_buff_length with the buffer itselfserg@sergbook.mysql.com2002-07-267-45/+24
|/ / / / /
* | | | | Merge work:/home/bk/mysql-4.0serg@sergbook.mysql.com2002-07-241-3/+6
|\ \ \ \ \
| * | | | | bugfix: uniques did not contributed to MYI tot_length estimation, which resul...serg@sergbook.mysql.com2002-07-241-3/+6
* | | | | | Removed wrong implementation of CUBE/ROLLUPmonty@mashka.mysql.fi2002-07-249-30/+45
* | | | | | mergemonty@mashka.mysql.fi2002-07-2311-48/+72
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | New SET syntax & system variables.monty@mashka.mysql.fi2002-07-2311-48/+72
* | | | | | parallel repair: style fixupsserg@sergbook.mysql.com2002-07-211-2/+2
|/ / / / /
* | | | | parallel repair needs rec_buff local for thread !!!serg@sergbook.mysql.com2002-07-145-38/+48
* | | | | yet another generalization for rec_buff handling, MI_INFO doesn't need rec_al...serg@sergbook.mysql.com2002-07-145-47/+50
* | | | | mi_fix_rec_buff_for_blob() generalized a bitserg@sergbook.mysql.com2002-07-093-19/+16
* | | | | Merge work:/home/bk/mysql-4.0serg@sergbook.mysql.com2002-07-011-3/+13
|\ \ \ \ \
| * \ \ \ \ Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2002-07-011-3/+13
| |\ \ \ \ \
| | * | | | | Removed purify warningmonty@hundin.mysql.fi2002-07-011-3/+13
* | | | | | | added missing options to help text (myisamchk --help)serg@sergbook.mysql.com2002-07-011-8/+21
|/ / / / / /
* | | | | | post-merge fixserg@serg.mysql.com2002-06-302-3/+3
* | | | | | Merge serg:/usr/home/serg/Abk/mysql-4.0serg@sergbook.mysql.com2002-06-303-41/+78
|\ \ \ \ \ \
| * \ \ \ \ \ mergedserg@serg.mysql.com2002-06-303-41/+78
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |