summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.0.21monty@mysql.com2004-06-181-1/+1
|\
| * Applied patch from Novell (2004-06-03)monty@mysql.com2004-06-181-1/+1
| * backport wild_compare fix from 4.1 - bug#3924serg@serg.mylan2004-05-292-24/+47
* | Unicode collation algorithm: contraction support.bar@mysql.com2004-06-121-0/+10
* | mergedserg@serg.mylan2004-06-111-3/+1
|\ \
| * | bug#3964 and related issues: FTB problems with charsets where one byte can ma...serg@serg.mylan2004-06-101-3/+1
* | | Move UCA language specific definitions into ctype-ucs.c.bar@mysql.com2004-06-112-143/+23
* | | charset.c:bar@mysql.com2004-06-111-44/+15
* | | Initialize max_sort_char only if a character set is requested.bar@mysql.com2004-06-111-23/+0
* | | Allocate memory when a character set is requested:bar@mysql.com2004-06-111-548/+14
* | | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for konstantin@mysql.com2004-06-1010-10/+0
* | | Optimization to use less memory.bar@mysql.com2004-06-101-5/+19
* | | charset.c:bar@mysql.com2004-06-091-1/+2
* | | WL#916: Unicode collations for some languagesbar@bar.intranet.mysql.r18.ru2004-06-081-30/+180
* | | Mergedsergefp@mysql.com2004-06-071-17/+53
|\ \ \ | |/ / |/| |
| * | Post review fixes for "SQL Syntax for Prepared Statements".sergefp@mysql.com2004-06-071-22/+23
| * | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-06-031-10/+45
| |\ \
| | * \ Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-06-011-10/+45
| | |\ \
| | | * \ Manually merged, requirees more mergingsergefp@mysql.com2004-05-254-6/+64
| | | |\ \
| | | * \ \ Mergesergefp@mysql.com2004-05-241-1/+1
| | | |\ \ \
| | | * \ \ \ Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-05-211-10/+45
| | | |\ \ \ \
| | | | * | | | WL#1622 "SQL Syntax for Prepared Statements": Post-review fixes (1 of 2)sergefp@mysql.com2004-05-211-10/+45
* | | | | | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1paul@kite-hub.kitebird.com2004-06-041-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | charset.c:bar@bar.intranet.mysql.r18.ru2004-06-041-1/+1
| |/ / / / / / /
* | | | | | | | Fix skipp -> skip once and for all.paul@kite-hub.kitebird.com2004-06-039-18/+18
|/ / / / / / /
* | | | | | | Unicode collations: WL#916bar@bar.intranet.mysql.r18.ru2004-06-031-6/+496
|/ / / / / /
* | | | | | Made my_snprintf() behavior snprintf() compatible when printing %x arguments ...dlenev@brandersnatch.localdomain2004-05-273-4/+4
* | | | | | Changed prototype of killed_ptr() to make it more portablemonty@mysql.com2004-05-262-18/+18
* | | | | | merge with 4.0 to get Netware patches and fixes for libmysqld.dllmonty@mysql.com2004-05-255-13/+28
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-05-255-13/+28
| |\ \ \ \ \
| | * | | | | Added patches from Novellmonty@mysql.com2004-05-255-13/+28
* | | | | | | Preparation for user-defined Unicode collations:bar@bar.intranet.mysql.r18.ru2004-05-251-1/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Support for character set conversion in binary protocol: another gokonstantin@mysql.com2004-05-254-6/+64
| |_|_|_|/ |/| | | |
* | | | | Merge with 4.0, mainly to get changes to windows project filesmonty@mysql.com2004-05-201-1/+1
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'monty@mysql.com2004-05-191-1/+1
| |/ /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mishka.local2004-05-161-3/+3
|\ \ \ | |_|/ |/| |
| * | key_cmp -> key_cmp_if_samemonty@mishka.local2004-05-161-3/+3
* | | Update casts from very old my_lock.c source.ingo@mysql.com2004-05-101-4/+6
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-05-052-12/+22
|\ \
| * \ Merge with 4.0.19monty@mysql.com2004-05-052-12/+22
| |\ \ | | |/
| | * better followup fix for my_getopt (Argh!)serg@serg.mylan2004-04-301-7/+7
| | * followup - error fixedserg@serg.mylan2004-04-301-2/+3
| | * bug#3529 - my_getopt doesn't process short OPT_ARG options correctlyserg@serg.mylan2004-04-281-11/+20
| | * bug#3556 - soundexserg@serg.mylan2004-04-281-2/+2
* | | Fixes for prior commitmiguel@hegel.local2004-05-051-0/+2
* | | Windows fixes for VC++ compiler compabilitymiguel@hegel.local2004-05-051-5/+20
|/ /
* | WL#1700 - Properly count key_blocks_used and key_blocks_current.ingo@mysql.com2004-05-031-16/+68
* | Allow one to send empty strings with mysql_stmt_send_long_data()monty@mysql.com2004-04-281-0/+6
* | Renamed MY_LEX_COLON to MY_LEX_SEMICOLON (at Serg's request)sergefp@mysql.com2004-04-281-1/+1
* | Fixed results for previous patchmonty@mishka.local2004-04-271-1/+1