summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-1924-100/+122
|\
| * Additional "make distcheck" changes specific to 5.0unknown2005-11-099-10/+20
| * Mergeunknown2005-11-0419-90/+102
| |\
| | * Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-11-0419-101/+111
| | |\
| | | * Makefile.am, configure.in:unknown2005-09-2419-101/+111
* | | | Bug#13510 "Setting password local variable changes current unknown2005-11-193-0/+9
* | | | A test case for Bug#8568 "GROUP_CONCAT returns string, unless in unknown2005-11-182-0/+31
* | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-183-1/+18
|\ \ \ \
| * \ \ \ Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-182-2/+15
| |\ \ \ \
| * \ \ \ \ Manually mergedunknown2005-11-183-1/+18
| |\ \ \ \ \
| | * | | | | Fix bug #13622 Wrong view .frm created if some field's alias contain \nunknown2005-11-113-1/+18
* | | | | | | A test case for Bug#14845 "mysql_stmt_fetch returns MYSQL_NO_DATAunknown2005-11-183-0/+84
* | | | | | | Merge bk-internal:/home/bk/mysql-5.0unknown2005-11-182-2/+15
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | WL#2486 - natural/using joins according to SQL:2003.unknown2005-11-182-2/+15
| |/ / / / /
* | | | | | Fix mix_innodb_myisam_binlog test and results after mergeunknown2005-11-172-34/+36
* | | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-11-177-32/+234
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-14801unknown2005-11-171-3/+7
| |\ \ \ \ \
| | * | | | | Update out-of-date URLs in 'help' text of mysql client. (Bug #14801)unknown2005-11-111-3/+7
| * | | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-12640unknown2005-11-171-0/+13
| |\ \ \ \ \ \
| | * | | | | | Don't add optimization flags to CFLAGS if the user specified theirunknown2005-11-021-0/+13
| * | | | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-11796unknown2005-11-171-4/+7
| |\ \ \ \ \ \ \
| | * | | | | | | Avoid possible race condition in accessing slave statisticsunknown2005-11-011-4/+7
| * | | | | | | | Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-11-1710-14/+130
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge mysql.com:/home/mydev/mysql-4.1unknown2005-11-1610-14/+130
| | |\ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-11-162-6/+10
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | fixed the race condition in the test case for BUG#7947unknown2005-11-162-6/+10
| * | | | | | | | | | | Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-11-164-15/+58
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | WL#2779 ndb_size.plunknown2005-11-162-1/+96
| * | | | | | | | | | | WL#2779 ndb_size.plunknown2005-11-162-14/+22
| | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-11-1515-12/+233
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | merged in the test case for BUG#7947unknown2005-11-154-69/+75
| * | | | | | | | | | | changed select release_lock() to do release_lock() to avoid having to compare...unknown2005-11-073-4/+3
| * | | | | | | | | | | Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-11-073-1/+71
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | fix for BUG#7947 - failure to log DO RELEASE_LOCK() if we disconnect in the m...unknown2005-11-073-1/+71
* | | | | | | | | | | | | Post-review fixes (Bug#13524).unknown2005-11-171-5/+12
* | | | | | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-172-1/+63
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | A fix and a test case for Bug#13524 "lock timeout gives unknown2005-11-172-1/+63
* | | | | | | | | | | | | | set_var.cc, mysqld.cc, ha_innodb.h:unknown2005-11-174-14/+37
* | | | | | | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-175-10/+115
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix for bug #13399 Crash when executing PS/SP which should activate triggerunknown2005-11-175-10/+115
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | A fix and a test case for Bug#14077 "Failure to replicate a stored unknown2005-11-173-12/+61
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-165-55/+95
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-165-57/+293
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ndb - bug#14007 5.0 *** does not automerge into 5.1 ***unknown2005-11-165-68/+87
| * | | | | | | | | | | | | | DbtupRoutines.cpp:unknown2005-11-161-1/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | ndb - bug#14007 4.1 [re-commit for LenZ merge]unknown2005-11-164-15/+58
* | | | | | | | | | | | | | | Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-163-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | bug#14433 - archive uses wrong ref_lengthunknown2005-11-163-4/+4
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-165-57/+293
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Issuing error about presence of commit/rollback statements in stored function...unknown2005-11-165-57/+293
| |/ / / / / / / / / / / / /