summaryrefslogtreecommitdiff
path: root/myisam/myisamdef.h
Commit message (Expand)AuthorAgeFilesLines
* Changed prototype of killed_ptr() to make it more portablemonty@mysql.com2004-05-261-1/+1
* WL#1687 - Optimize UNION DISTINCT ... UNION ALL (again).ingo@mysql.com2004-05-061-1/+4
* always call start_bulk_insert, clarify this behaviour in comment blockserg@serg.mylan2004-04-081-0/+1
* cleanup of ha_myisam::deactivate_non_unique_index() and Co.serg@serg.mylan2004-04-021-0/+1
* Merge with 4.0.18monty@mysql.com2004-02-111-1/+4
|\
| * two bugs in parallel repair fixedserg@serg.mylan2004-01-201-1/+4
* | Merge key cache structures to onemonty@mysql.com2003-11-201-2/+2
* | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSmonty@mashka.mysql.fi2003-11-181-2/+3
* | fix for r-tree code (memory overlap reported by valgrind)ram@deer.(none)2003-11-041-0/+1
* | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-10-311-4/+7
|\ \
| * \ Mergeigor@rurik.mysql.com2003-10-301-4/+7
| |\ \
| | * | set_var.cc, mysqld.cc, handler.cc, set_var.h, handler.h:igor@rurik.mysql.com2003-08-091-4/+5
| | * | Many files:igor@rurik.mysql.com2003-08-021-0/+2
* | | | mergedserg@serg.mylan2003-10-151-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | ft1->ft2 auto-conversion on INSERT (WL#725)serg@serg.mylan2003-10-021-1/+5
| |/ /
* | | Merge with 4.0.16monty@narttu.mysql.fi2003-10-071-1/+1
|\ \ \ | |/ / |/| / | |/
| * Correct fix for buffer overruns for compressed blobs.monty@narttu.mysql.fi2003-09-241-1/+1
* | Merge rurik.mysql.com:/home/igor/mysql-4.1igor@rurik.mysql.com2003-06-121-0/+1
|\ \
| * | Many files:igor@rurik.mysql.com2003-06-121-0/+1
* | | After merge fixesmonty@mashka.mysql.fi2003-05-211-2/+2
* | | Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-1/+3
|\ \ \ | |/ / |/| / | |/
| * Fixed problem when comparing a key for a multi-byte-character set. (bug 152)monty@mashka.mysql.fi2003-04-271-1/+3
| * warning when a 4.1 MYI file is opened in 4.0serg@sergbook.mysql.com2003-04-231-1/+2
* | Removed compiler warningsmonty@narttu.mysql.fi2003-05-061-1/+0
* | Bug fix: we should set have_rtree value in case of table reopen.ram@mysql.r18.ru2003-02-191-1/+1
* | bug in ft2 repair-by-sort fixed (sort_key_cmp() using ft2_keydef for ft keys)serg@serg.mysql.com2003-02-181-0/+1
* | Merge with 4.0.11monty@mashka.mysql.fi2003-02-041-2/+1
|\ \ | |/
| * fixed crash with blobs in compressed tableserg@serg.mysql.com2003-01-301-2/+1
* | mergedserg@serg.mysql.com2003-01-211-8/+17
|\ \
| * | Two-level index structure for FULLTEXT indexesserg@serg.mysql.com2003-01-211-8/+17
* | | merge with 4.0.9monty@mashka.mysql.fi2003-01-091-2/+2
|\ \ \ | | |/ | |/|
| * | Don't count NULL values in cardinalty for MyISAM tables.monty@mashka.mysql.fi2003-01-091-2/+2
* | | Merge with 4.0.8monty@mashka.mysql.fi2003-01-031-2/+1
|\ \ \ | |/ / | | / | |/ |/|
| * bulk insert code optimizedserg@serg.mysql.com2002-12-071-2/+1
* | Merge mysql.com:/home/wax/mysql-4n into mysql.com:/home/wax/mysql-4miwax@mysql.com2002-11-281-1/+38
|\ \
| * | Move MI_SORT_PARAM and BUFFPEK to myisamdef.h, delete KEY_STORE, change funct...wax@mysql.com2002-11-171-1/+38
* | | myisammrg::index_next_sameserg@serg.mysql.com2002-11-251-1/+5
|/ /
* | make REPAIR killableserg@serg.mysql.com2002-10-221-0/+1
* | Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-23/+10
|\ \ | |/ |/|
| * MI_KEYSEG -> HA_KEYSEGram@gw.udmsearch.izhnet.ru2002-04-251-7/+7
| * RB-Tree indexes support in HEAP tablesbar@gw.udmsearch.izhnet.ru2002-04-251-16/+0
| * This ChangeSet adds RTREE support into myisam library.bar@gw.udmsearch.izhnet.ru2002-02-201-0/+3
* | MyISAM: always store alloced_rec_buff_length with the buffer itselfserg@sergbook.mysql.com2002-07-261-4/+9
* | Removed wrong implementation of CUBE/ROLLUPmonty@mashka.mysql.fi2002-07-241-3/+0
* | New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-1/+1
* | parallel repair needs rec_buff local for thread !!!serg@sergbook.mysql.com2002-07-141-1/+1
* | yet another generalization for rec_buff handling, MI_INFO doesn't need rec_al...serg@sergbook.mysql.com2002-07-141-5/+9
* | Updated windows files (VC++ files and winmysqladmin).monty@hundin.mysql.fi2002-06-281-0/+4
* | multithreaded repair-by-sort codeserg@serg.mysql.com2002-06-191-1/+1
* | do not use bulk insert tree code if ``myisam_bulk_insert_tree_size'' is too s...serg@serg.mysql.com2002-06-141-2/+4
|/