summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.0.13unknown2003-05-197-5/+82
|\
| * Fix for UNION and LEFT JOIN (Bug #386)unknown2003-05-131-0/+3
| * Safety fix to enable RAID in max binariesunknown2003-05-131-2/+2
| * count_bits() moved to mysys/unknown2003-05-041-0/+42
| * more #ifdef THREAD addedunknown2003-04-301-2/+2
| * Better test for regular files.unknown2003-04-281-2/+7
| * Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-04-272-0/+26
| |\
| | * Change to NetWare platform mods, per Montyunknown2003-04-271-1/+1
| | * Changes from Novell for NetWare platformunknown2003-04-242-0/+26
| * | Merge with 3.23:unknown2003-04-261-1/+1
| |\ \ | | |/ | |/|
| | * Fix possible memory overrun when reading broken character set filesunknown2003-04-261-1/+1
| * | - Only ignore _regular_ world-writeable files (thanks to Tim Bunce forunknown2003-04-231-1/+2
* | | Bugfix for segfault in mysql with embedded libraryunknown2003-04-161-3/+5
* | | Merge with 4.0unknown2003-04-031-2/+2
|\ \ \ | |/ /
| * | Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0unknown2003-04-031-1/+7
| |\ \ | | |/
| | * Fixed bug in memory allocation that could affect 64 bit systems (affected ham...unknown2003-04-031-1/+8
| * | Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utili...unknown2003-03-214-31/+3
* | | charset2html.c:unknown2003-04-011-2/+37
* | | mbcharlen() is now used instead of ismbhead(). The last one has been removed.unknown2003-04-011-1/+1
* | | my_strncasecmp() is not used anymore. Use my_strncoll() instead.unknown2003-04-012-3/+1
* | | Some optimization in CHARSET_INFO:unknown2003-04-012-62/+11
* | | Manual merge of Novell's changes for NetWare platform from 4.0, 4.1 patchesunknown2003-03-284-29/+1
* | | charset.c:unknown2003-03-281-3/+4
* | | German Phone book collation is always compiledunknown2003-03-261-1/+4
* | | SHOW CHARACTER SET now can display commentsunknown2003-03-251-1/+7
* | | Fixed bug in allocation memory in key cache. (Memory was not properly aligned...unknown2003-03-251-443/+494
* | | SELECT N'string'unknown2003-03-201-0/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-201-1/+3
|\ \ \
| * | | SHOW CREATE TABLE didn't display field names in the proper charsetunknown2003-03-181-0/+2
| * | | mysql-test/t/ctype_many.test:unknown2003-03-171-1/+1
* | | | Added support for ULONG division with DIVunknown2003-03-191-4/+10
* | | | Merge with 4.0unknown2003-03-166-15/+98
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Simple fixes (nothing notable)unknown2003-03-121-1/+1
| * | merge with 3.23 to get:unknown2003-03-111-2/+17
| |\ \ | | |/
| | * warning addedunknown2003-03-101-1/+5
| | * Merge bk-internal:/home/bk/mysql-3.23/unknown2003-03-101-2/+13
| | |\
| | | * ignore world-writeable my.cnf'sunknown2003-03-101-2/+13
| * | | mergeunknown2003-03-102-10/+24
| |\ \ \
| | * | | after merge fixesunknown2003-03-101-2/+2
| | * | | Merge with 3.23 to get fixes for --user and BACKUP TABLEunknown2003-03-101-8/+22
| | |\ \ \ | | | |/ /
| | | * | Don't allow BACKUP TABLE to overwrite filesunknown2003-03-101-8/+22
| | | |/
| * | | Portability fix for IBM compiler on AIXunknown2003-03-071-2/+8
| |/ /
| * | Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a tabl...unknown2003-03-041-0/+48
* | | New function my_charset_same()unknown2003-03-161-0/+4
* | | system_charset_info has been moved to /sql directoryunknown2003-03-167-12/+11
* | | set_default_charset() is not used anymoreunknown2003-03-163-41/+6
* | | Every charset now have its own parser state arraysunknown2003-03-141-1/+63
* | | Case insensitivrly has been added in charset and collation names.unknown2003-03-131-2/+2
* | | New fields in CHARSET_INFO structure to optimize searching forunknown2003-03-051-0/+10
* | | SELECT BINARY expr unknown2003-03-041-2/+4