summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Windows compile fixes: added some missing files to the Windows Projectunknown2004-05-065-2/+18
* Few cleanups to client_test.cunknown2004-05-061-9/+5
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-063-2/+27
|\
| * Fixed wrong key usage which caused wrong result for some "WHERE primary_key=c...unknown2004-05-063-2/+27
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-062-0/+5
|\ \ | |/ |/|
| * Make Item_param::val_int and Item_param::val_str follow the used convention a...unknown2004-05-052-0/+5
* | fixed test resultsunknown2004-05-051-1/+1
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-052-10/+8
|\ \
| * | Replication:unknown2004-05-052-10/+8
* | | mergeunknown2004-05-0576-471/+1038
|\ \ \ | |/ /
| * | After merge fixesunknown2004-05-054-7/+7
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-0572-465/+1031
| |\ \
| | * | after merge fixesunknown2004-05-0518-42/+60
| | * | Merge with 4.0.19unknown2004-05-0566-440/+988
| | |\ \
| | | * | Portability fixunknown2004-05-051-5/+1
| | | * | InnoDB: Truncate "<datadir>/innodb.status.<pid>" to its actual sizeunknown2004-05-052-0/+10
| | | * | InnoDB: os0file.c: Lock files exclusively (Bug #3608)unknown2004-05-051-7/+48
| | | * | Merge marko@build.mysql.com:/home/bk/mysql-4.0unknown2004-05-058-29/+44
| | | |\ \
| | | | * | Fixes to Windows project files for 4.0.19unknown2004-05-042-11/+18
| | | | * | useless fixes for --report-password and --show-slave-auth-info (almost undocu...unknown2004-05-042-2/+2
| | | | * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-05-041-10/+7
| | | | |\ \
| | | | | * | Fix for Bug#3357 "If the statement is long, the error message is trunc and im...unknown2004-05-041-10/+7
| | | | * | | don't rely on readdir() returning . and .. firstunknown2004-05-042-2/+13
| | | | * | | compatibility fix. warning removedunknown2004-05-031-4/+4
| | | * | | | Merge marko@build.mysql.com:/home/bk/mysql-4.0unknown2004-05-0310-20/+323
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | InnoDB: implement LOCK TABLE (Bug #3299)unknown2004-04-2910-20/+323
| | | * | | | better followup fix for my_getopt (Argh!)unknown2004-04-301-7/+7
| | | * | | | followup - error fixedunknown2004-04-301-2/+3
| | | * | | | Merge bk-internal:/home/bk/mysql-4.0/unknown2004-04-303-3/+3
| | | |\ \ \ \
| | | | * \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-04-303-3/+3
| | | | |\ \ \ \
| | | | | * | | | Portability fixesunknown2004-04-303-3/+3
| | | | | |/ / /
| | | * | | | | --ft-stopword-file option for myisamchkunknown2004-04-301-1/+5
| | | * | | | | Merge bk-internal:/home/bk/mysql-4.0/unknown2004-04-291-1/+1
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | typo fixedunknown2004-04-281-1/+1
| | | * | | | | - added AC_PROG_LIBTOOL to innobase/configure.in to be able to compileunknown2004-04-291-0/+1
| | | | |/ / / | | | |/| | |
| | | * | | | Portability fix (for AIX)unknown2004-04-291-0/+3
| | | | |/ / | | | |/| |
| | | * | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-04-285-3/+5
| | | |\ \ \
| | | | * | | Very small fixes for testsuite (a real_sleep instead of sleep, plus TCP port ...unknown2004-04-285-3/+5
| | | * | | | my-medium.cnf.sh:unknown2004-04-282-2/+3
| | | |/ / /
| | | * | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-04-288-10/+132
| | | |\ \ \
| | | | * | | A new option --replicate-same-server-id to force a slave to execute queries o...unknown2004-04-288-10/+132
| | | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-04-2815-154/+256
| | | |\ \ \ \
| | | | * | | | Fixed http address in some scripts (Bug #3460)unknown2004-04-289-149/+214
| | | | * | | | Fixed stack overrun with some INSERT ... SELECT ... GROUP BY queries (Bug #3265)unknown2004-04-286-5/+42
| | | | |/ / /
| | | * | | | Merge ltantony.dsl-verizon.net:/usr/home/antony/work/mysql-4.0unknown2004-04-2810-11/+40
| | | |\ \ \ \
| | | | * | | | Fix for Bug 3481unknown2004-04-2810-11/+40
| | | * | | | | Merge marko@build.mysql.com:/home/bk/mysql-4.0unknown2004-04-284-5/+5
| | | |\ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | | * | | | InnoDB: make UNIV_SYNC_DEBUG useable againunknown2004-04-284-5/+5
| | | | | |/ / | | | | |/| |
| | | * | | | memory overflow in replace.c fixedunknown2004-04-281-1/+2
| | | * | | | bug#3529 - my_getopt doesn't process short OPT_ARG options correctlyunknown2004-04-281-11/+20