summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Added --compact to mysqlbinlogunknown2004-02-0916-145/+157
* mergeunknown2004-02-0513-106/+140
|\
| * Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for ...unknown2004-02-056-78/+110
| * mergeunknown2004-01-2030-143/+231
| |\
| * | Code cleanupunknown2004-01-195-29/+25
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-01-097-17/+64
| |\ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-291-2/+2
| |\ \ \
| * \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-263-2/+7
| |\ \ \ \
| | * | | | Fixed bug in table level privilege GRANT handling. (Bug #2178)unknown2003-12-263-2/+7
* | | | | | 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-051-1/+4
|/ / / / / /
* | | | | | cleanup: #ifdef DELETE_ITEMS removedunknown2004-02-034-29/+0
* | | | | | Bug #2619 ucs2 LIKE comparison fails in some casesunknown2004-02-031-6/+6
* | | | | | Code cleanup:unknown2004-02-035-83/+16
* | | | | | 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-028-24/+24
* | | | | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-02-025-40/+69
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Indexes can be used for optimization if the operationunknown2004-02-024-34/+68
| * | | | | | | | preload.result, key_cache.result, preload.test, key_cache.test, sql_yacc.yy:unknown2004-02-021-6/+1
| |/ / / / / / /
* | | | | | | | Added a comment for NULL range creation.unknown2004-02-021-1/+6
* | | | | | | | fix for the bug #2419: order by ignores rows.unknown2004-01-314-12/+32
|/ / / / / / /
* | | | | | | 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-306-20/+11
|\ \ \ \ \ \ \
| * | | | | | | better fix BUG#2361: ALTER TABLE ... DROP PRIMARY KEY drops a non-primary keyunknown2004-01-286-20/+11
* | | | | | | | Unused variable removed (cleanup spotted in bug #2214)unknown2004-01-291-1/+0
* | | | | | | | Fixed Bug#2479, "dependant subquery with limit crash".unknown2004-01-291-1/+0
* | | | | | | | Fixed a bug in GREATES() and LEAST() function, that caused a coreunknown2004-01-281-0/+2
|/ / / / / / /
* | | | | | | Fix for #2210 (SHOW TABLE STATUS fails when .frm is corrupted)unknown2004-01-281-0/+1
* | | | | | | bugfix to #1224unknown2004-01-271-2/+0
* | | | | | | warning commentunknown2004-01-261-0/+2
* | | | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2004-01-261-2/+5
|\ \ \ \ \ \ \
| * | | | | | | fix for BUG#2516: "SLAVE START may crash mysqld"unknown2004-01-261-2/+5
* | | | | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-01-2624-12/+41
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix for bug#2505: MySQL reports "out of memory" unknown2004-01-2624-12/+41
| |/ / / / / / /
* | | | | | | | Fixed a bug in slave-compressed-protocol. Using this optionunknown2004-01-261-1/+1
|/ / / / / / /
* | | | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-01-242-10/+3
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-01-221-2/+2
| |\ \ \ \ \ \ \
| * | | | | | | | Fix for a bug #2422, where CONVERT(expr, cast) was masked byunknown2004-01-221-10/+2
| * | | | | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-01-221-0/+1
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-01-209-27/+91
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-01-191-1/+1
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge fixesunknown2004-01-171-0/+1
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Two bug fixesunknown2004-01-161-1/+2
* | | | | | | | | | | | mysqld.cc:unknown2004-01-231-1/+1