summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-061-2/+2
|\
| * Fixed wrong key usage which caused wrong result for some "WHERE primary_key=c...unknown2004-05-061-2/+2
* | 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
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-051-6/+2
|\ \
| * | Replication:unknown2004-05-051-6/+2
* | | mergeunknown2004-05-0519-243/+379
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-0519-243/+379
| |\ \
| | * | after merge fixesunknown2004-05-057-18/+37
| | * | Merge with 4.0.19unknown2004-05-0517-228/+345
| | |\ \
| | | * | Portability fixunknown2004-05-051-5/+1
| | | * | InnoDB: Truncate "<datadir>/innodb.status.<pid>" to its actual sizeunknown2004-05-051-0/+5
| | | * | Merge marko@build.mysql.com:/home/bk/mysql-4.0unknown2004-05-056-18/+26
| | | |\ \
| | | | * | 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
| | | | |/ /
| | | * | | InnoDB: implement LOCK TABLE (Bug #3299)unknown2004-04-291-4/+16
| | | |/ /
| | | * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-04-283-10/+45
| | | |\ \
| | | | * | A new option --replicate-same-server-id to force a slave to execute queries o...unknown2004-04-283-10/+45
| | | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-04-289-152/+188
| | | |\ \ \
| | | | * | | Fixed http address in some scripts (Bug #3460)unknown2004-04-285-147/+163
| | | | * | | Fixed stack overrun with some INSERT ... SELECT ... GROUP BY queries (Bug #3265)unknown2004-04-284-5/+25
| | | | |/ /
| | | * | | Merge ltantony.dsl-verizon.net:/usr/home/antony/work/mysql-4.0unknown2004-04-281-4/+15
| | | |\ \ \
| | | | * | | Fix for Bug 3481unknown2004-04-281-4/+15
| | | * | | | bug#3556 - soundexunknown2004-04-281-1/+1
| | | | |/ / | | | |/| |
| | | * | | Fixed compiler error in slave.cc on some platforms.unknown2004-04-211-1/+1
| | | |/ /
| | | * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-04-131-2/+16
| | | |\ \
| | | | * | Fix for BUG#3461 "multi-table DELETE replicated despite replicate-wild-ignore...unknown2004-04-131-2/+16
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-0510-41/+43
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | caching of queries with isammerge tables forbiden using general wayunknown2004-05-058-38/+36
| * | | | | avoid using ndb tables in query cacheunknown2004-05-053-5/+9
* | | | | | Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-0510-20/+34
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | a fix (Bug #3435: STDDEV|VARIANCE(constant) returns constant if no rows)unknown2004-05-051-0/+1
| | |/ / / | |/| | |
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-059-20/+33
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Delete Items created during Prepared Stat (memory leak bug) (Bug #3451)unknown2004-05-052-2/+6
| | * | | Fixed crashing bug with alter table when table was in use (Bug #3643)unknown2004-05-054-8/+23
| | * | | Fix to handle unsigned data in prepared statements (Bug #3447)unknown2004-05-044-10/+4
* | | | | Fixes for prior commitunknown2004-05-051-3/+3
* | | | | Windows fixes for VC++ compiler compabilityunknown2004-05-059-20/+17
|/ / / /
* | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-042-8/+18
|\ \ \ \
| * | | | Fix for a multi table updates when one of the tables is not updatedunknown2004-05-041-5/+6
| * | | | Fix for a bug involving UNION's and SET SQL_SELECT_LIMIT unknown2004-05-031-3/+12
* | | | | Manual merge of bugfix for Bug #1664.unknown2004-05-043-22/+64
|\ \ \ \ \
| * | | | | Fix for remaining issues described in Bug #1664 unknown2004-05-043-22/+64
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-041-0/+5
|\ \ \ \ \ \
| * | | | | | return table list of fake_select in empty state to prevent using TABLE_LIST a...unknown2004-05-031-0/+5
| | |/ / / / | |/| | | |
* | | | | | repetable test replaced with inline functionunknown2004-05-042-5/+7
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-045-5/+8
|\ \ \ \ \ \