summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Merge abarkov@work.mysql.com:/home/bk/mysql-4.1unknown2002-11-111-2/+2
|\
| * fix for HEAP rb-tree indexes and BIG_TABLES problem (serg: thanks for discovery)unknown2002-11-111-2/+2
* | For coding convenuence cs->mbmaxlen is now 1 for 8bit charsetsunknown2002-11-112-1/+2
|/
* New field snprintf() in CHARSET_INFO structureunknown2002-11-101-0/+1
* Merge sinisa@work.mysql.com:/home/bk/mysql-4.1unknown2002-10-301-4/+4
|\
| * changes for mysqladmin debugunknown2002-10-301-4/+4
* | mergedunknown2002-10-251-1/+5
|\ \ | |/ |/|
| * mergedunknown2002-10-251-1/+1
| |\
| | * Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-10-201-1/+1
| | |\
| | | * Fixed usage of putenv() on windows (in not normally used code)unknown2002-10-201-1/+1
| | * | Added optional NT service and fix the TZ variable bugunknown2002-10-161-0/+4
| | |/
| * | Fix the 100% CPU usage with TZ variableunknown2002-10-161-0/+4
* | | merge with 4.0.5unknown2002-10-1620-619/+1156
|\ \ \ | |/ / |/| |
| * | fix 4.1 buildunknown2002-10-141-1/+1
| * | mergedunknown2002-10-1420-619/+1156
| |\ \
| | * | --tmpdir=dir1:dir2... uses (is_windows ? ";" : ":") as a delimiterunknown2002-10-121-3/+8
| | * | Merge work:/home/bk/mysql-4.1unknown2002-10-122-1/+79
| | |\ \
| | | * | support for --tmpdir=dir1:dir2:...unknown2002-10-082-1/+79
| | * | | Don't use sort_order directlyunknown2002-10-101-21/+2
| | * | | Move hash_sort and hash_caseup into CHARSET_INFO for all charsetsunknown2002-10-102-35/+3
| | * | | Some reorganization to use less memory as well as to hide some implementationunknown2002-10-101-35/+41
| | * | | my_sortcmp -> my_strnncollunknown2002-10-093-68/+2
| | * | | Simple charsets now have strncoll() field toounknown2002-10-093-18/+5
| | |/ /
| | * | a bit speeding-up of key_cmp() functionunknown2002-10-041-15/+26
| | * | Merge with 4.0.4unknown2002-10-0219-525/+1092
| | |\ \
| | | * | Fixes and code cleanups after merge with 4.0.3unknown2002-10-023-13/+21
| | | * | Merge with 4.0.3unknown2002-08-3019-514/+1073
| | | |\ \
| | | | * | Some speed improvementsunknown2002-08-153-9/+15
| | | | * | More readable outputunknown2002-08-141-7/+36
| | | | * | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1unknown2002-08-062-1/+105
| | | | |\ \
| | | | | * | New file to generate a html page to review a charsetunknown2002-08-062-1/+105
| | | | * | | Merge work:/home/bk/mysql-4.1unknown2002-08-051-1/+2
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | | | * | make SEARCH_PREFIX to work with complex (use_strcoll) charsetsunknown2002-08-051-1/+2
| | | | * | | Move operation to logically better place unknown2002-07-311-1/+1
| | | | * | | Some more speedup in charsets handlingunknown2002-07-311-11/+24
| | | | * | | Removed unused strucureunknown2002-07-301-43/+39
| | | | * | | Renamed some charset related constantunknown2002-07-302-141/+95
| | | | * | | move _print_charset to proper placeunknown2002-07-302-39/+32
| | | | |/ /
| | | | * | test_charset.c:unknown2002-06-111-2/+2
| | | | * | Merge work:/my/mysql-4.1 into hundin.mysql.fi:/my/mysql-4.1unknown2002-06-0416-1180/+529
| | | | |\ \
| | | | | * \ merge with 4.0 to get last fixes to last mergeunknown2002-06-042-7/+10
| | | | | |\ \
| | | | | * \ \ merge with 4.0unknown2002-06-0316-1179/+525
| | | | | |\ \ \
| | | | * | | | | Changed 003F -> 0000 for undefinite characters in charset.confunknown2002-06-021-0/+86
| | | | * | | | | Added filling of unicode mapping arrays during charset.conf loadingunknown2002-05-311-5/+28
| | | | * | | | | Removed unnecessary key search in the hp_rb_write_key() functionunknown2002-05-281-0/+5
| | | | |/ / / /
| | | | * | | | Fixed problem in fulltest testcaseunknown2002-05-221-47/+62
| | | | * | | | BTREE heap key structure is now the same as MyISAMunknown2002-05-212-369/+36
| | | | * | | | MI_KEYSEG -> HA_KEYSEGunknown2002-04-251-2/+2
| | | | * | | | RB-Tree indexes support in HEAP tablesunknown2002-04-253-12/+897
| | | | * | | | Some charsets require special hash functionunknown2002-04-171-1/+6