summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Bug#12920 - key_read_requests counter appears to re-setunknown2005-09-144-11/+22
* Merge mysql.com:/home/mydev/mysql-4.0-4000unknown2005-09-131-0/+7
|\
| * Bug#12845 - Stress test: Server crashes on CREATE .. SELECT statementunknown2005-09-131-0/+7
* | Merged code. Removed unneccessary repeating.unknown2005-09-131-10/+8
* | Merge bk-internal:/home/bk/mysql-4.1unknown2005-09-121-1/+1
|\ \
| * \ Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-121-1/+1
| |\ \
| | * \ Merge selena.:H:/MYSQL/src/#05588-mysql-4.0unknown2005-09-071-1/+1
| | |\ \ | | | |/
| | | * Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2005-09-062-2/+2
| | | |\
| | | | * Fixes bug #5588. vio_was_interrupted() function was added to detectunknown2005-08-302-2/+2
* | | | | Merge mysqldev@production.mysql.com:jimw/mysql-4.1-scounknown2005-09-121-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | When first creating the ARZ file for an archive table, use "wb" as the mode forunknown2005-09-081-1/+1
| * | | | Last minor things to finish MySQL 4.1.10a:unknown2005-04-012-8/+8
| * | | | after merge fixesunknown2005-03-311-6/+6
| * | | | typos fixedunknown2005-03-311-2/+2
| * | | | uninit variable fixedunknown2005-03-311-1/+1
| * | | | Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it)unknown2005-03-316-44/+93
* | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-123-14/+16
|\ \ \ \ \
| * | | | | Review fixes since last pullunknown2005-09-123-14/+16
* | | | | | Fix for bug #6008: MySQL does not create warnings when creating database and ...unknown2005-09-122-13/+21
|/ / / / /
* | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-111-3/+0
|\ \ \ \ \
| * | | | | Removed redundant reset_one_shot_variables callsunknown2005-09-111-3/+0
* | | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-091-5/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fixed Bug#10716, Procedure Analyse results in wrong values for optimal field ...unknown2005-09-091-5/+10
* | | | | | Merge mysql.com:/home/alexi/mysql-4.1unknown2005-09-091-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | BUG #12101: Additional fix.unknown2005-09-091-0/+4
* | | | | | Bug#12817 SHOW STATUS now blob fieldsunknown2005-09-092-41/+2
* | | | | | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2005-09-091-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2005-09-081-1/+1
| |\ \ \ \ \ \
| | * | | | | | BUG#12695: Item_func_isnull::update_used_tables did not update const_item_cacheunknown2005-09-081-1/+1
* | | | | | | | sql_select.cc:unknown2005-09-081-3/+14
|/ / / / / / /
* | | | | | | Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-081-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fixes bug #12517. Clear user variables and replication events before unknown2005-08-301-2/+2
* | | | | | | | Merge rurik.mysql.com:/home/igor/mysql-4.1unknown2005-09-076-35/+258
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-071-1/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Small tweak for random read performance (we shouldn't always tell the OS that...unknown2005-09-071-1/+2
| * | | | | | | | Merge mysql.com:/home/alexi/mysql-4.1unknown2005-09-074-32/+218
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | item_cmpfunc.h:unknown2005-09-064-32/+218
| * | | | | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-072-2/+37
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | func_like.result, func_like.test:unknown2005-09-061-1/+18
| | * | | | | | | item_cmpfunc.h:unknown2005-09-061-1/+1
| | * | | | | | | Bug#12611: ESCAPE + LIKE do not work when the escape char is a multibyte oneunknown2005-08-311-1/+19
| * | | | | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-071-0/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | Bug #12829unknown2005-08-301-0/+1
* | | | | | | | | func_gconcat.result, func_gconcat.test:unknown2005-09-062-3/+6
|/ / / / / / / /
* | | | | | | | Merge eherman@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-062-21/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Backport of JimW's localhost patch to 4.1 tree.unknown2005-09-022-21/+19
* | | | | | | | | postmerge fixunknown2005-09-061-0/+1
* | | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2005-09-063-36/+85
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/work-4.0unknown2005-09-063-36/+85
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | support of concurent query cache resizing (BUG#12848)unknown2005-09-064-36/+86
| | | |_|_|_|_|/ / | | |/| | | | | |