summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* after merge fixesunknown2005-03-094-7/+9
* mergedunknown2005-03-096-17/+42
|\
| * mysqld.cc:unknown2005-03-081-3/+1
| * Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2005-03-081-2/+2
| |\
| | * Merge mysql.com:/M41/mysql-4.1 into mysql.com:/M41/merge-4.1unknown2005-03-081-2/+2
| | |\
| | | * Manual merge, no effect on 4.1.unknown2005-03-081-2/+2
| | | |\
| * | | | BUG#6635 - test_if_skip_sort_order() thought it can skip filesortunknown2005-03-081-1/+1
| * | | | additional safetyunknown2005-03-071-2/+3
| |/ / /
| * | | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2005-03-073-7/+33
| |\ \ \
| | * \ \ Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-03-071-1/+1
| | |\ \ \ | | | |/ /
| | | * | Manual merge.unknown2005-03-071-48/+105
| | | * | Manual merge of the 4.0.24 compile changes into the 4.1 tree.unknown2005-03-071-106/+49
| | | |\ \
| | * | | | Review fixes for Bug #8753 Invalid schemaunknown2005-03-072-6/+5
| | * | | | Fix for Bug #8753 Invalid schema object version after dropping indexunknown2005-03-072-6/+33
| | |/ / /
| * | | | Fixed crash if max_connections is exceeded. BUG#8996unknown2005-03-072-2/+4
| |/ / /
* | | | Merge bk-internal:/home/bk/mysql-5.0unknown2005-03-093-11/+12
|\ \ \ \
| * | | | don't close binlog in the destructor - use explictit MYSQL_LOG::cleanup for thisunknown2005-03-093-11/+12
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-03-0911-211/+412
|\ \ \ \ \
| * \ \ \ \ Merge in fix Bug#3788unknown2005-03-0811-211/+412
| |\ \ \ \ \
| | * | | | | Bug#3788unknown2005-03-0411-211/+412
* | | | | | | post merge fixesunknown2005-03-082-2/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixing bug #8850 in such a way that when TRUNCATE is called withinunknown2005-03-052-2/+3
* | | | | | | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-03-081-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-03-081-1/+1
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge changes.unknown2005-03-081-1/+1
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | | * | | | | | Fix for bug#8978 : Crash on 'select format ...'unknown2005-03-071-6/+7
| | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Changed C++ style comment to C style for 'sql/net_serv.cc' which will be syml...unknown2005-03-041-1/+1
* | | | | | | | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-03-081-0/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-03-081-0/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Fixed BUG#8937: Stored Procedure: AVG() works as SUM() in SELECT ... INTO sta...unknown2005-03-071-0/+2
* | | | | | | | Fixed Bug#8922.unknown2005-03-081-2/+2
|/ / / / / / /
* | | | | | | Re-enable IO cache mode that allows slow and query logs to go to a FIFOunknown2005-03-071-2/+2
* | | | | | | Fix for bug #8935 CAST(time AS DECIMAL) crashesunknown2005-03-071-1/+0
* | | | | | | Default value of slave_transaction_retries is now 10unknown2005-03-071-1/+1
|/ / / / / /
* | | | | | Porting of "buffered read" patch to 5.0 and post-review fixes.unknown2005-03-061-1/+1
* | | | | | sql_udf.cc:unknown2005-03-051-9/+9
* | | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-03-058-24/+38
|\ \ \ \ \ \
| * \ \ \ \ \ Mergeunknown2005-03-058-24/+38
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | logging_ok:unknown2005-03-041-1/+1
| | * | | | | ha_innodb.cc:unknown2005-03-041-0/+1
| | * | | | | type_blob.result, func_system.result, func_str.result, ctype_collate.result:unknown2005-03-046-23/+36
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-03-055-12/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix for yet another memleak caused by SP-locking patch.unknown2005-03-055-12/+14
* | | | | | | WL2131: Access control for SHOW ... PROCEDURE|FUNCTION ...unknown2005-03-056-21/+134
* | | | | | | Chmod -x for ha_federated.hunknown2005-03-051-0/+0
* | | | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-03-051-14/+38
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix for bug #8431 (FLOOR returns incorrect result)unknown2005-03-041-9/+21
| * | | | | | Merge bk@192.168.21.1:/usr/home/bk/mysql-5.0unknown2005-03-041-7/+19
| |\ \ \ \ \ \
| | * | | | | | Fix for bug #8430 (CEILING returns incorrect result)unknown2005-03-041-7/+19
* | | | | | | | Fix for memory leak which was introduced by patch improving locking in SP.unknown2005-03-042-2/+3
|/ / / / / / /