summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Free allocated memory even in case of error.unknown2003-03-281-2/+5
* Bug fix: should check _mi_new() return value.unknown2003-03-281-2/+5
* Bug fix: should check _mi_write_keypage() return value.unknown2003-03-281-4/+1
* small addition to fix of truncating in replaceunknown2003-03-281-1/+1
* Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-281-2/+2
|\
| * Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-281-2/+2
| |\
| | * Fix of the #173 bugunknown2003-03-261-2/+2
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-2765-483/+678
|\ \ \ | |/ / |/| |
| * | After merge fixesunknown2003-03-274-6/+4
| * | Merge with 4.0.13unknown2003-03-2665-482/+679
| |\ \
| | * | Fix for stack size checking on Solaris.unknown2003-03-261-2/+3
| | * | Fix for glibc with small stack size (fixes bug when running crash-me)unknown2003-03-262-26/+27
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-253-0/+32
| | |\ \
| | | * | Fixed bug with GROUP BY and aliasunknown2003-03-253-0/+32
| | * | | - fixed wrong order of commands in Mac OS X Readme.txtunknown2003-03-241-1/+1
| | * | | Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-24242-1698/+12373
| | |\ \ \
| | | * | | make myisam usable without threads (and even w/o pthread_t)unknown2003-03-243-2/+12
| | | * | | Reverted fix away from 4.0, because it may in rare circumstansesunknown2003-03-231-0/+6
| | | * | | Changed some tests to pass with new auto_increment handling,unknown2003-03-2216-44/+44
| | | * | | Added error in case auto_increment and default where definedunknown2003-03-221-6/+14
| | | * | | Fix for #178 Replicating INSERT VALUES(USER()) crashes (SEGV) the slaveunknown2003-03-221-1/+3
| | | * | | Missed one file from Novell changes in 1.1686unknown2003-03-211-49/+49
| | | * | | Changes from Novell for various NetWare-only files, post-4.0.12unknown2003-03-2134-267/+367
| | | * | | crash-me.sh:unknown2003-03-211-0/+14
| | | * | | Fixed a bug in comment handling.unknown2003-03-211-2/+10
| | | * | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0unknown2003-03-213-2/+31
| | | |\ \ \
| | | | * | | do not allow to cache queries with INTO clauseunknown2003-03-063-2/+31
| | | * | | | Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-201-85/+85
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | |
| | | | * | | Fixed lots of typos, and translated a few messages.unknown2003-03-191-85/+85
| | * | | | | Merge kallisto:/my/mysql-4.0 into mysql.com:/my/mysql-4.0unknown2003-03-06614-130570/+25319
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0unknown2002-11-170-0/+0
| | |\ \ \ \ \
| | | * \ \ \ \ Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0unknown2002-10-2812-11/+159
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge kallisto:/my/mysql-4.0 into mysql.com:/my/mysql-4.0unknown2002-10-250-0/+0
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merge kallisto:/my/mysql-4.0 into mysql.com:/my/mysql-4.0unknown2002-10-230-0/+0
| | | | |\ \ \ \ \ \
| | | | | * | | | | | BK automatic LOD removal.unknown2002-10-233-1093/+1103
* | | | | | | | | | | lex.h:unknown2003-03-271-0/+1
* | | | | | | | | | | More OpenGIS compatibility:unknown2003-03-2710-14/+125
* | | | | | | | | | | greek.xml:unknown2003-03-261-0/+4
* | | | | | | | | | | German Phone book collation is always compiledunknown2003-03-2619-4489/+366
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | - removed redundant readline_dir from SUBDIRS to fix "make distclean"unknown2003-03-251-1/+1
* | | | | | | | | | Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-256-6/+54
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SHOW CHARACTER SET now can display commentsunknown2003-03-256-6/+54
| |/ / / / / / / / /
* | | | | | | | | | - fixed comments so mysql_copyright does not eat the whole filesunknown2003-03-252-4/+2
* | | | | | | | | | Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-256-21/+79
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | sql_string.cc:unknown2003-03-251-1/+1
| * | | | | | | | | sql_show.cc:unknown2003-03-251-1/+1
| * | | | | | | | | Two separate commands: SHOW COLLATION and SHOW CHARACTER SETunknown2003-03-255-19/+77
* | | | | | | | | | Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-259-468/+528
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Collation names have been renamed to common styleunknown2003-03-253-7/+16
| * | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-256-461/+512
| |\ \ \ \ \ \ \ \ \