summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mishka.local2004-10-202-1/+2
|\
| * Review of all code pushed since last reviewmonty@mishka.local2004-10-201-0/+1
| * true,false -> TRUE, FALSEmonty@mishka.local2004-10-141-1/+1
* | Bug #6040 can't retrieve records with umlaut characters in case insensitive m...bar@mysql.com2004-10-181-0/+5
* | Remove stale declaration, fix a typo in comment.konstantin@mysql.com2004-10-151-1/+0
* | Fix for Bug#6024 "Test "client_test" fails in 4.1.6-gamma build (1)":konstantin@mysql.com2004-10-151-1/+1
|/
* After merge fixesmonty@mysql.com2004-10-071-0/+1
* Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-063-2/+15
|\
| * patch fixing after review on patch-fixing of vva@eagle.mysql.r18.ru2004-10-042-2/+14
| * Fix for BUG#4785:sergefp@mysql.com2004-09-221-0/+1
* | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1joerg@mysql.com2004-10-041-1/+0
|\ \
| * | To allow compilation on Tru64, the MySQL code should not messjoerg@mysql.com2004-10-041-1/+0
* | | Merge fixesmagnus@neptunus.(none)2004-09-301-1/+2
|\ \ \ | |/ / |/| |
| * | Mergemagnus@shellback.(none)2004-09-262-2/+3
| |\ \
| * \ \ Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1-ndbmagnus@neptunus.(none)2004-09-141-1/+2
| |\ \ \
| | * \ \ Mergedmagnus@neptunus.(none)2004-09-131-1/+2
| | |\ \ \
| | | * | | WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete ...magnus@neptunus.(none)2004-09-131-1/+2
* | | | | | Incorporating new faster string->number converter functionsbar@noter.intranet.mysql.r18.ru2004-09-251-1/+7
| |_|_|/ / |/| | | |
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2004-09-231-1/+2
|\ \ \ \ \
| * | | | | Implementation of Monty's idea about clear_alloc_root() optimization and clea...dlenev@brandersnatch.localdomain2004-09-231-1/+2
| |/ / / /
* | | | | A fix and test case for Bug#5315 "mysql_change_user() doesn't freekonstantin@mysql.com2004-09-221-1/+1
|/ / / /
* | | | BUG#4788 - show create table provides incorrect statement.ingo@mysql.com2004-09-101-0/+5
|/ / /
* | | Bug #5324 Bug in UCA collations with LIKE comparisons and INDEXbar@mysql.com2004-09-061-0/+7
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-09-032-7/+5
|\ \
| * \ Merge with 4.0monty@mysql.com2004-09-011-5/+5
| |\ \ | | |/
| | * Added global my_getopt_error_reporter function pointer which is ram@gw.mysql.r18.ru2004-08-311-5/+5
| | * If the system has 64 bit "long", then "long long" does not add newjoerg@mysql.com2004-08-301-0/+3
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-08-311-2/+0
| |\ \
| | * | Review of new pushed code (Indentation fixes and simple optimizations)monty@mysql.com2004-08-311-2/+0
* | | | A fix and test case for Bug#4231 "Wrong result with MYSQL_TIMEkonstantin@mysql.com2004-09-021-0/+2
|/ / /
* | | Bug#2451 ALTER doesn't result in an error on CHARACTER SET and COLLATION conf...bar@mysql.com2004-08-271-1/+2
* | | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1joerg@mysql.com2004-08-261-0/+3
|\ \ \
| * | | If the system has 64 bit "long", then "long long" does not add newjoerg@mysql.com2004-08-261-0/+3
| |/ /
* | | mergedserg@serg.mylan2004-08-262-4/+18
|\ \ \ | |/ / |/| / | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0rburnett@build.mysql.com2004-08-252-4/+18
| |\
| | * Bug #4466 Nothing in .err when mysql service ends because of malformed my.i...rburnett@build.mysql.com2004-08-192-6/+6
| | * Bug #4466 Nothing in .err when mysql service ends because of malformed my.i...rburnett@build.mysql.com2004-08-191-2/+2
| | * BUG# 4466 - Nothing in .err when mysql service ends because of malformed my.i...rburnett@build.mysql.com2004-08-181-3/+17
| | * mysql_priv.h:rburnett@build.mysql.com2004-08-141-4/+4
* | | mysql.h:paul@kite-hub.kitebird.com2004-08-251-4/+4
* | | A new function to meassure terminal screen cells number for a string.bar@mysql.com2004-08-251-0/+3
* | | Fix to compile with msvc: converted static const int Item_arena::* to enum me...sergefp@mysql.com2004-08-241-0/+5
* | | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1rburnett@build.mysql.com2004-08-201-0/+1
|\ \ \
| * | | This fixes a Windows build failure. How did this build on Linux?rburnett@build.mysql.com2004-08-191-0/+1
* | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2004-08-203-28/+16
|\ \ \ \
| * \ \ \ mergedserg@serg.mylan2004-08-201-21/+9
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Build bug on 64-Bit platforms.ingo@mysql.com2004-08-191-21/+9
| * | | Fixed symbol name problems that made build fail.pem@mysql.comhem.se2004-08-192-7/+7
* | | | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1hf@deer.(none)2004-08-191-15/+11
|\ \ \ \ | |/ / /
| * | | mysql_com.h:guilhem@mysql.com2004-08-191-11/+7