summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Wrong type of an argument was sent to my_printf_error(), whichunknown2004-02-101-2/+2
* An include was missing.unknown2004-02-102-0/+2
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-103-5/+5
|\
| * Fix for the rpl_until.test.unknown2004-02-092-3/+3
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-02-091-2/+2
| |\
| | * switch off SERVER_MORE_RESULTS_EXISTS, butunknown2004-02-091-2/+2
* | | after merge & valgrind test fixes (BUG#2120)unknown2004-02-106-30/+50
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-0919-268/+392
|\ \ \ | |/ / |/| |
| * | ufter revview fix (BUG#2120)unknown2004-02-098-32/+62
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-0918-253/+347
| |\ \
| | * | make JOIN::prepare, JOIN::optimize only once for EXPLAIN of derived tableunknown2004-02-016-16/+47
| | * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-0118-243/+306
| | |\ \
| | | * | now all tables of query are locked in one place (including derived tables)unknown2004-02-0118-243/+306
* | | | | Ensure that result from date_format() is binaryunknown2004-02-0911-144/+22
* | | | | mergeunknown2004-02-0920-28/+104
|\ \ \ \ \ | |/ / / /
| * | | | Problem fix:unknown2004-02-0620-28/+105
* | | | | Added --compact to mysqlbinlogunknown2004-02-0930-284/+327
* | | | | mergeunknown2004-02-0527-149/+160
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for ...unknown2004-02-058-81/+117
| * | | | mergeunknown2004-01-2093-240/+821
| |\ \ \ \
| * | | | | Code cleanupunknown2004-01-1916-66/+34
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-01-0922-58/+756
| |\ \ \ \ \
| * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-292-2/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-265-6/+11
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed bug in table level privilege GRANT handling. (Bug #2178)unknown2003-12-265-6/+11
* | | | | | | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-02-051-4/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | code and comments cleanupunknown2004-02-051-4/+3
* | | | | | | | | | Bug#2634unknown2004-02-053-1/+51
|/ / / / / / / / /
* | | | | | | | | http://bugs.mysql.com/bug.php?id=2619unknown2004-02-043-10/+116
* | | | | | | | | Client character set is now not set from the server value.unknown2004-02-043-38/+30
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | cleanup: #ifdef DELETE_ITEMS removedunknown2004-02-034-29/+0
* | | | | | | | Bug #2619 ucs2 LIKE comparison fails in some casesunknown2004-02-033-6/+55
* | | | | | | | Code cleanup:unknown2004-02-036-84/+17
* | | | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-02-031-1/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-02-031-1/+2
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1unknown2004-02-031-1/+2
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | | * | | | | | | changed allocation of st_table::insert_values unknown2004-02-031-1/+2
* | | | | | | | | | just tried to find all 'skipp' and replace it with 'skip'.unknown2004-02-0229-83/+83
* | | | | | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-02-0211-50/+164
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Indexes can be used for optimization if the operationunknown2004-02-026-34/+153
| * | | | | | | | | preload.result, key_cache.result, preload.test, key_cache.test, sql_yacc.yy:unknown2004-02-025-16/+11
| |/ / / / / / / /
* | | | | | | | | Added a comment for NULL range creation.unknown2004-02-021-1/+6
* | | | | | | | | fix for the bug #2419: order by ignores rows.unknown2004-01-316-12/+65
|/ / / / / / / /
* | | | | | | | cleanupunknown2004-01-302-14/+14
* | | | | | | | incorrect fix undone, as it causes memory leaks (e.g. in key.test)unknown2004-01-301-0/+1
* | | | | | | | catch accesses to deleted objectsunknown2004-01-302-2/+9
* | | | | | | | SHOW CREATE DATABASE moved to sql_show.cc where it belongsunknown2004-01-303-90/+91
* | | | | | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-01-308-24/+20
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | better fix BUG#2361: ALTER TABLE ... DROP PRIMARY KEY drops a non-primary keyunknown2004-01-288-24/+20
* | | | | | | | Unused variable removed (cleanup spotted in bug #2214)unknown2004-01-291-1/+0