summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | log.cc:unknown2004-08-301-1/+1
| * | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-292-7/+17
| |\ \ \ \
| | * | | | Fix for BUG#4500 "set character set replicates incorrectly"unknown2004-08-292-7/+17
| * | | | | - fixed typo so make dist does not failunknown2004-08-281-1/+1
| * | | | | Code style fixes.unknown2004-08-287-147/+187
| |/ / / /
| * | | | Compile all charset conversion tables if --with-extra-charsets=allunknown2004-08-273-0/+8
| * | | | table.cc:unknown2004-08-271-1/+20
| * | | | win1251.conf:unknown2004-08-272-2/+3
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-271-0/+8
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Adding a file that was missed during the first pushunknown2004-08-271-0/+8
| * | | | - fixed brain fart in Bootrap - it never actually caught failuresunknown2004-08-261-4/+6
* | | | | typo fixedunknown2004-08-301-1/+1
* | | | | Merge bk-internal:/home/bk/mysql-4.0/unknown2004-08-262-0/+140
|\ \ \ \ \ | |/ / / /
| * | | | Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-262-0/+140
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Adding binary version information for debug/release version of libmysqld.dllunknown2004-08-252-0/+140
* | | | | remove warningunknown2004-08-261-0/+1
|/ / / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-2635-81/+378
|\ \ \ \
| * | | | Test case for Bug #4792 lower_case_table_names does not resolve db.tbl.colu...unknown2004-08-252-0/+20
| * | | | Bug #4792 lower_case_table_names does not resolve db.tbl.column in SELECT listunknown2004-08-251-0/+11
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-2532-81/+347
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Bug #4466 Nothing in .err when mysql service ends because of malformed my.i...unknown2004-08-193-7/+7
| | * | | Bug #4466 Nothing in .err when mysql service ends because of malformed my.i...unknown2004-08-195-38/+18
| | * | | BUG# 4466 - Nothing in .err when mysql service ends because of malformed my.i...unknown2004-08-185-120/+127
| | * | | mysql_priv.h:unknown2004-08-1431-72/+351
* | | | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0unknown2004-08-261-2/+7
|\ \ \ \ \
| * | | | | - Updated RPM spec file: MySQL-Max now requires MySQL-server insteadunknown2004-08-261-2/+7
| |/ / / /
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-262-2/+2
|\ \ \ \ \
| * \ \ \ \ mergeunknown2004-08-262-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Remove default argument to mysql_truncate()unknown2004-08-263-3/+3
* | | | | | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-261-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | buf0rea.c:unknown2004-08-241-0/+2
* | | | | | All 'Makefile's must use '$(AR)' (not just 'ar') because the variable may con...unknown2004-08-242-2/+3
|/ / / / /
* | | | | Fix warning VC++ and fix applied fisrt to source 4.1unknown2004-08-243-22/+10
* | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-243-5/+36
|\ \ \ \ \
| * | | | | Fix for bug #4340: find_in_set is case insensitive even on binary operators(2...unknown2004-08-243-5/+36
* | | | | | - make sure to recreate all autoconf/automake-related files afterunknown2004-08-242-1/+4
|/ / / / /
* | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-234-6/+40
|\ \ \ \ \
| * | | | | Fix for BUG#5033 "When using temporary tables truncate does NOT reset the aut...unknown2004-08-234-6/+40
* | | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-233-2/+39
|\ \ \ \ \ \
| * | | | | | Fix for bug #5134: WHERE x = 'bar' AND x LIKE BINARY 'bar' returnsunknown2004-08-233-2/+39
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-233-2/+28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fixed: BUG#5135: cannot turn on log_warnings with SET in 4.1 (and 4.0)unknown2004-08-233-2/+28
| |/ / / / /
* | | | | | unnecessary LINT_INIT removedunknown2004-08-231-8/+4
|/ / / / /
* | | | | after merge fixesunknown2004-08-221-3/+7
* | | | | ported bugfix for #2408 from 3.23unknown2004-08-221-64/+59
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | bug#2408 - Multiple threads altering MERGE table UNIONs hang/crash.unknown2004-08-221-52/+49
* | | | | null.test, null.result:unknown2004-08-204-1/+44
* | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-209-21/+154
|\ \ \ \ \
| * | | | | Making FLUSH TABLES WITH READ LOCK block COMMITs of existing transactions,unknown2004-08-209-21/+154
* | | | | | A fix (bug #5115: Erronious Syntax Error when comment placed inside of "creat...unknown2004-08-201-8/+10