summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Don't use sort_order directlybar@bar.mysql.r18.ru2002-10-101-21/+2
* Move hash_sort and hash_caseup into CHARSET_INFO for all charsetsbar@bar.mysql.r18.ru2002-10-102-35/+3
* Some reorganization to use less memory as well as to hide some implementationbar@bar.mysql.r18.ru2002-10-101-35/+41
* my_sortcmp -> my_strnncollbar@bar.mysql.r18.ru2002-10-093-68/+2
* Simple charsets now have strncoll() field toobar@bar.mysql.r18.ru2002-10-093-18/+5
* a bit speeding-up of key_cmp() functionram@mysql.r18.ru2002-10-041-15/+26
* Merge with 4.0.4monty@mashka.mysql.fi2002-10-0219-525/+1092
|\
| * Fixes and code cleanups after merge with 4.0.3monty@mashka.mysql.fi2002-10-023-13/+21
| * Merge with 4.0.3monty@narttu.mysql.fi2002-08-3019-514/+1073
| |\
| | * Some speed improvementsbar@bar.mysql.r18.ru2002-08-153-9/+15
| | * More readable outputbar@bar.mysql.r18.ru2002-08-141-7/+36
| | * Merge abarkov@work.mysql.com:/home/bk/mysql-4.1bar@bar.udmsearch.izhnet.ru2002-08-062-1/+105
| | |\
| | | * New file to generate a html page to review a charsetbar@bar.udmsearch.izhnet.ru2002-08-062-1/+105
| | * | Merge work:/home/bk/mysql-4.1serg@sergbook.mysql.com2002-08-051-1/+2
| | |\ \ | | | |/ | | |/|
| | | * make SEARCH_PREFIX to work with complex (use_strcoll) charsetsserg@sergbook.mysql.com2002-08-051-1/+2
| | * | Move operation to logically better place bar@bar.udmsearch.izhnet.ru2002-07-311-1/+1
| | * | Some more speedup in charsets handlingbar@bar.udmsearch.izhnet.ru2002-07-311-11/+24
| | * | Removed unused strucurebar@bar.udmsearch.izhnet.ru2002-07-301-43/+39
| | * | Renamed some charset related constantbar@bar.udmsearch.izhnet.ru2002-07-302-141/+95
| | * | move _print_charset to proper placebar@bar.udmsearch.izhnet.ru2002-07-302-39/+32
| | |/
| | * test_charset.c:bar@gw.udmsearch.izhnet.ru2002-06-111-2/+2
| | * Merge work:/my/mysql-4.1 into hundin.mysql.fi:/my/mysql-4.1monty@hundin.mysql.fi2002-06-0416-1180/+529
| | |\
| | | * merge with 4.0 to get last fixes to last mergemonty@hundin.mysql.fi2002-06-042-7/+10
| | | |\
| | | * \ merge with 4.0monty@hundin.mysql.fi2002-06-0316-1179/+525
| | | |\ \
| | * | | | Changed 003F -> 0000 for undefinite characters in charset.confbar@gw.udmsearch.izhnet.ru2002-06-021-0/+86
| | * | | | Added filling of unicode mapping arrays during charset.conf loadingbar@gw.udmsearch.izhnet.ru2002-05-311-5/+28
| | * | | | Removed unnecessary key search in the hp_rb_write_key() functionram@gw.udmsearch.izhnet.ru2002-05-281-0/+5
| | |/ / /
| | * | | Fixed problem in fulltest testcasemonty@hundin.mysql.fi2002-05-221-47/+62
| | * | | BTREE heap key structure is now the same as MyISAMram@gw.udmsearch.izhnet.ru2002-05-212-369/+36
| | * | | MI_KEYSEG -> HA_KEYSEGram@gw.udmsearch.izhnet.ru2002-04-251-2/+2
| | * | | RB-Tree indexes support in HEAP tablesbar@gw.udmsearch.izhnet.ru2002-04-253-12/+897
| | * | | Some charsets require special hash functionbar@gw.udmsearch.izhnet.ru2002-04-171-1/+6
| | * | | Some fixes after merging changes from 4.0bar@gw.udmsearch.izhnet.ru2002-04-161-1/+1
| | * | | mergemonty@hundin.mysql.fi2002-04-1315-264/+77
| | |\ \ \
| | | * | | charset<->unicode conversion tables and routinesbar@gw.udmsearch.izhnet.ru2002-03-291-1/+2
| | | * | | Removed some default_charset_infobar@gw.udmsearch.izhnet.ru2002-03-141-2/+1
| | | * | | Hash now supports several charsetsbar@gw.udmsearch.izhnet.ru2002-03-141-14/+16
| | | * | | use String->charset instead of default_charset_infobar@gw.udmsearch.izhnet.ru2002-03-141-0/+10
| | | * | | New ctype functions/macros to support many charsets at a timebar@gw.udmsearch.izhnet.ru2002-03-1215-252/+53
* | | | | | Do filesort if handler has the HA_NOT_READ_PREFIX_LAST flag set.monty@hundin.mysql.fi2002-09-261-0/+4
* | | | | | Increased max possible max_allowed_packet to 1Gmonty@mashka.mysql.fi2002-09-191-7/+7
* | | | | | Update mysql-test results after mergemonty@mashka.mysql.fi2002-09-181-4/+4
* | | | | | Mergemonty@mashka.mysql.fi2002-09-181-4/+2
|\ \ \ \ \ \
| * | | | | | comment correctedserg@sergbook.mysql.com2002-09-171-4/+2
* | | | | | | fixed so that --ssl and --skip-ssl works with the MySQL clients.monty@mashka.mysql.fi2002-09-171-2/+3
|/ / / / / /
* | | | | | mergemonty@mashka.mysql.fi2002-09-113-1/+27
|\ \ \ \ \ \
| * | | | | | Portability fixes.monty@mashka.mysql.fi2002-09-113-1/+27
* | | | | | | syntactic error..vva@genie.(none)2002-09-101-1/+1
* | | | | | | fix bug for slave..vva@genie.(none)2002-09-091-1/+1
|/ / / / / /
* | | | | | Mergemonty@mashka.mysql.fi2002-09-051-5/+14
|\ \ \ \ \ \