summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix for a multi table updates when one of the tables is not updatedunknown2004-05-043-5/+11
| * | | | union.result:unknown2004-05-042-2/+2
| * | | | union.result, union.test:unknown2004-05-042-0/+2
| * | | | Fix for a bug involving UNION's and SET SQL_SELECT_LIMIT unknown2004-05-033-3/+27
* | | | | After merge fix. unknown2004-05-041-21/+16
* | | | | Manual merge of bugfix for Bug #1664.unknown2004-05-044-22/+212
|\ \ \ \ \
| * | | | | Fix for remaining issues described in Bug #1664 unknown2004-05-044-22/+211
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-042-0/+41
|\ \ \ \ \ \
| * | | | | | return table list of fake_select in empty state to prevent using TABLE_LIST a...unknown2004-05-032-0/+41
* | | | | | | repetable test replaced with inline functionunknown2004-05-042-5/+7
* | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-0468-927/+1161
|\ \ \ \ \ \ \
| * | | | | | | yangf - yet another ndb gcc/g++ fixunknown2004-05-043-8/+8
| * | | | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-0455-883/+1024
| |\ \ \ \ \ \ \
| | * | | | | | | Merge NDB patches into 4.1-clone, below is list of changesetsunknown2004-05-0455-883/+1024
| * | | | | | | | trying to remove Windows compiler warnings (Miguel, could you please check if...unknown2004-05-032-2/+1
| |/ / / / / / /
| * | | | | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-05-031-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | per special request from Ingo :)unknown2004-05-031-0/+1
| * | | | | | | | Merge mysql.com:/home/mydev/mysql-4.1unknown2004-05-038-22/+115
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | WL#1700 - Properly count key_blocks_used and key_blocks_current.unknown2004-05-038-22/+115
| * | | | | | | | - enabled compiling with NDB cluster in compile-pentium-debug-maxunknown2004-05-031-1/+1
| | |/ / / / / / | |/| | | | | |
| * | | | | | | mysql-test-run: -start-from added, cleanupunknown2004-05-031-19/+19
| | |/ / / / / | |/| | | | |
* | | | | | | fixed zero result case for group functions in subquery (Bug #3505)unknown2004-05-023-0/+34
|/ / / / / /
* | | | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-05-012-40/+65
|\ \ \ \ \ \
| * | | | | | Fix client_test to use new statement assertion macrosunknown2004-04-301-3/+3
| * | | | | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1unknown2004-04-301-40/+7
| |\ \ \ \ \ \
| | * | | | | | - reverted change to fill_help_tables.sh ("Added checking of maximumunknown2004-04-301-40/+7
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-301-0/+58
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-301-0/+58
| | |\ \ \ \ \
| | | * | | | | Testcase for BUG#3420. The bug itself has been fixed by some previous PS code...unknown2004-04-141-0/+58
* | | | | | | | myisam_data_pointer_sizeunknown2004-05-017-6/+17
* | | | | | | | note that --[skip-]opt include --set-charsetunknown2004-05-011-4/+3
* | | | | | | | removed duplicated check for thd->killedunknown2004-04-301-2/+0
* | | | | | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-04-306-560/+860
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Only calculate MYSQL_FIELD->max_length if mysql_stmt_attr_set(..., STMT_ATTR_...unknown2004-04-302-33/+46
| * | | | | | | Mergeunknown2004-04-306-529/+816
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Update 'MYSQL_FIELD->max_length' on mysql_stmt_store_result() (Bug #1647)unknown2004-04-306-529/+816
* | | | | | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-04-301-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | compatibility fix (bug#3606)unknown2004-04-301-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-307-46/+220
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fix for Bug#3035 "Prepared statement integer inserts": now unsignedunknown2004-04-307-46/+220
| | |/ / / / | |/| | | |
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-303-0/+75
|\ \ \ \ \ \
| * | | | | | Implementation of mysql_stmt_attr_get and mysql_stmt_attr_set unknown2004-04-303-0/+75
* | | | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-294-22/+58
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SrcDist.sh, Epilogue.mk:unknown2004-04-292-16/+12
| * | | | | | configure.in:unknown2004-04-293-13/+53
* | | | | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-302025-5761/+513099
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | SrcDist.sh:unknown2004-04-291-0/+87
| * | | | | | - added option for building/packaging the NDB cluster to Do-compileunknown2004-04-291-2/+8
| | |/ / / / | |/| | | |
| * | | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-04-291-16/+13
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | postreview fixesunknown2004-04-291-16/+13