summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Collapse)AuthorAgeFilesLines
* 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_compare_text -> mi_compate_text Changes according Monty's suggestions
* MI_KEYSEG -> HA_KEYSEGram@gw.udmsearch.izhnet.ru2002-04-2524-72/+72
| | | | _mi_key_cmp -> ha_key_cmp
* RB-Tree indexes support in HEAP tablesbar@gw.udmsearch.izhnet.ru2002-04-258-408/+14
| | | | | | Renamed _hp_func -> hp_func mi_key_cmp moved to /mysys/my_handler.c New tests for HEAP tables
* 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
| | | | | | | | RTREEs will be used for GIS extension in MySQL
* | Merge and two bug fixes in my_getopt.cjani@hynda.mysql.fi2002-04-031-1/+0
| |
* | mergejani@hynda.mysql.fi2002-04-031-46/+74
| |
* | Merged in some changes made to MySQL clients by otherjani@hynda.mysql.fi2002-04-031-164/+145
|\ \ | | | | | | | | | developers before pushing my_getopt.
| * | Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport,jani@hynda.mysql.fi2002-04-021-94/+102
| | | | | | | | | | | | mysqlcheck and myisamchk to use new my_getopt struct.
* | | merge with 3.23.50monty@hundin.mysql.fi2002-03-271-12/+5
|\ \ \
| * | | Fix for bug in WHERE key='j' or key='J'monty@hundin.mysql.fi2002-03-221-12/+5
| | | |
| * | | Removed compiler warningsmonty@hundin.mysql.fi2002-02-091-1/+1
| | | |
* | | | support for unsigned FLOAT/DOUBLEmonty@hundin.mysql.fi2002-03-271-2/+1
| | | |
* | | | Fixed problem with WHERE key=const ORDER BY key DESCmonty@hundin.mysql.fi2002-03-151-2/+2
| | | |
* | | | mi_check flags cleanupserg@serg.mysql.com2002-03-132-22/+28
| | | | | | | | | | | | | | | | | | | | CHECK/REPAIR syntax cleanup REPAIR ... USE_FRM syntax
* | | | optimization fix for bulk insert codeserg@serg.mysql.com2002-03-131-1/+2
| | | |
* | | | mergedserg@serg.mysql.com2002-03-091-86/+120
|\ \ \ \
| * | | | several trunc* bugs fixed - to accomplish that, search algorithm was ↵serg@serg.mysql.com2002-03-091-87/+115
| | | | | | | | | | | | | | | | | | | | somewhat changed.
| * | | | bug with indexless boolean fts fixedserg@serg.mysql.com2002-03-041-4/+10
| | | | |
* | | | | Portability fixesmonty@hundin.mysql.fi2002-03-061-1/+1
|/ / / / | | | | | | | | | | | | Fix bug when using option groups
* | | | ft_boolean_search - minor simplificationserg@serg.mysql.com2002-02-261-5/+4
| | | | | | | | | | | | | | | | manual: News updated
* | | | bug fixedserg@serg.mysql.com2002-02-191-1/+1
| |_|/ |/| |
* | | Cleanupmonty@hundin.mysql.fi2002-02-111-0/+4
| | |
* | | Fix some bugs introduced with the new my_getoptmonty@hundin.mysql.fi2002-02-081-39/+62
| |/ |/| | | | | | | | | Added counting of rollback's and commits Fixed bug in 'SELECT 0 LIMIT 0' Fixed bug in 'SELECT SQL_CALC_FOUND_ROWS'
* | Bug fixes and new functionality added in my_getopt and myisamchkjani@rhols221.adsl.netsonic.fi2002-02-061-94/+223
| |
* | Fixes for new getoptmonty@hundin.mysql.fi2002-01-311-17/+16
| | | | | | | | | | | | | | | | | | Bug fix when using --no-deaults Sets ref_length to right value (faster rnd_pos() handling in InnoDB). Fixed problem with multi-table-delete and InnoDB Fixed problem with truncate table, which required a COMMIT before. Fixed multi-table-delete bug with InnoDB. Remove not used index from EXPLAIN
* | Merge from 3.23.48 treemonty@hundin.mysql.fi2002-01-301-2/+2
|\ \ | |/
| * small bugfixserg@serg.mysql.com2002-01-191-2/+2
| |
| * Fixed bug in LEFT JOINmonty@hundin.mysql.fi2001-12-051-4/+3
| |
| * Fixed problem when repairing packed MyISAM files.monty@hundin.mysql.fi2001-11-225-33/+59
| |
* | New functionality to my_getopt. myisamchk now uses my_getoptjani@hynda.mysql.fi2002-01-301-99/+56
| | | | | | | | only.
* | mergemonty@hundin.mysql.fi2002-01-261-184/+220
|\ \
| * | Added my_getopt struct and modified myisamchk to the bk tree.jani@rhols221.adsl.netsonic.fi2002-01-251-184/+220
| | |
* | | Update needed for SuSE 7.3monty@hundin.mysql.fi2002-01-262-12/+18
|/ / | | | | | | Update for autoconf 2.52
* | Move HA_EXTRA_NO_READCHECK to ha_openmonty@hundin.mysql.fi2002-01-161-1/+1
| | | | | | | | Fixed bug in multi-table-delete
* | mergemonty@hundin.mysql.fi2002-01-162-41/+47
|\ \
| * | Add support for NULL=NULL in keys (Used in GROUP BY optimization)monty@hundin.mysql.fi2002-01-161-40/+46
| | | | | | | | | | | | | | | | | | Add ISAM to Windows version Fix of test results Fixes for NULL keys in HEAP tables.
| * | Added support of null keys in HEAP tablesmonty@tik.mysql.fi2002-01-121-1/+1
| | | | | | | | | | | | Added ORDER BY optimization
* | | ftb-bugfixserg@serg.mysql.com2002-01-141-0/+2
| | |
* | | ft-bugfix (UPDATE something -> NULL)serg@serg.mysql.com2002-01-131-1/+2
|/ /
* | Fix for FLUSH QUERY CACHEmonty@hundin.mysql.fi2002-01-051-3/+4
| | | | | | | | Fix for new bug in CREATE TABLE when sorting keys.
* | Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-022-5/+5
| | | | | | | | | | | | | | | | Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
* | freebsd fix for opensslserg@serg.mysql.com2001-12-151-1/+1
| | | | | | | | horrible bug fixed
* | Added FLUSH DES_KEY_FILE.monty@hundin.mysql.fi2001-12-131-4/+5
| | | | | | | | | | | | New HEX() function. Final (?) cleanup of des_encrypt() / des_decrypt(). Added missing files to Makefiles.
* | Mergemonty@hundin.mysql.fi2001-12-132-29/+37
|\ \
| * | rewrote ft_boolean_find_relevance() to use ft_segiteratorserg@serg.mysql.com2001-12-112-29/+37
| | |
* | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2001-12-113-23/+39
|\ \ \ | |/ / |/| |
| * | Fix for MyISAM records > 16Mmonty@hundin.mysql.fi2001-12-113-23/+39
| | |