summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Some fixes after merging changes from 4.0unknown2002-04-161-1/+1
| * | | mergeunknown2002-04-1315-264/+77
| |\ \ \
| | * | | charset<->unicode conversion tables and routinesunknown2002-03-291-1/+2
| | * | | Removed some default_charset_infounknown2002-03-141-2/+1
| | * | | Hash now supports several charsetsunknown2002-03-141-14/+16
| | * | | use String->charset instead of default_charset_infounknown2002-03-141-0/+10
| | * | | New ctype functions/macros to support many charsets at a timeunknown2002-03-1215-252/+53
* | | | | Portability fix.unknown2002-08-211-11/+25
* | | | | mergeunknown2002-08-214-13/+21
|\ \ \ \ \
| * | | | | Use our version of RWLOCKS on UNIXWARE 7unknown2002-08-214-13/+21
* | | | | | A compatibility fix in my_getopt for boolean variables. All ofunknown2002-08-191-2/+2
|/ / / / /
* | | | | Portability fixes for 4.0.3 build.unknown2002-08-171-3/+2
* | | | | Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned...unknown2002-08-172-86/+19
* | | | | Fixed bug in blocking handling when compiling with OPENSSL (caused hangup in ...unknown2002-08-171-7/+24
* | | | | merge with 3.23.53unknown2002-08-162-8/+30
|\ \ \ \ \
| * | | | | Fixed typo so that ulonglong are properly converted to double on AIX with gcc...unknown2002-08-161-1/+1
| * | | | | my_pthread.c:unknown2002-08-141-6/+31
| * | | | | Removed not needed comment (to keep aligned with the rest of the code)unknown2002-08-131-2/+1
| * | | | | my_pthread.c:unknown2002-08-131-1/+3
* | | | | | Added missing undef that caused infinite recursion on HPUXunknown2002-08-131-0/+1
* | | | | | merge with 3.23.52unknown2002-08-1215-174/+202
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed problem with BIGINT and shutdown on AIXunknown2002-08-1215-177/+202
| * | | | | Backported pthread_mutex_trylock code from MySQL 4.0 to fix problem on HPUX.unknown2002-08-061-2/+21
* | | | | | Changed IF(expr, column, NULL) to take type from columnunknown2002-08-121-2/+3
* | | | | | Some comments added to functionunknown2002-08-081-2/+31
* | | | | | Merge mysql.com:/home/pz/mysql/mysql-4.0-rootunknown2002-08-082-1/+8
|\ \ \ \ \ \