summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* bug #14573 (Error on adding auto_increment on to a column with '0' values)unknown2006-05-121-12/+19
* Don't use row level logging on optimize or repair table.unknown2006-05-051-2/+3
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-05-041-0/+2
|\
| * Cleanups after review of WL#602unknown2006-05-031-1/+1
| * Added support for key_block_size for key and table level (WL#602)unknown2006-05-031-0/+2
* | WL#3201unknown2006-04-201-0/+3
* | WL#3201unknown2006-04-131-82/+71
|/
* Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-03-311-0/+7
|\
| * Bug#18436 (RBR: Replication to partition engine triggers assertion on slave s...unknown2006-03-231-0/+7
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-03-291-1/+2
|\ \
| * | Fixed compiler and valgrind warningsunknown2006-03-291-1/+2
* | | Remove unused variableunknown2006-03-281-2/+0
|/ /
* | Fix to remove engine dependency from handler.cc file, the last one for functi...unknown2006-03-261-3/+17
* | Refactored some code to remove ifdef and removed dead code related to un-usea...unknown2006-03-231-53/+0
|/
* Bug#18280 (RBR: Extreneous maps when writing to general_log and slow_log):unknown2006-03-171-4/+35
* Fix to not replicate mysql.event tableunknown2006-03-091-1/+4
* WL#3023 (RBR: Use locks in a statement-like manner):unknown2006-03-031-3/+5
* Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-02-281-15/+56
|\
| * Merge mysqldev@production.mysql.com:my/mysql-5.1-releaseunknown2006-02-241-15/+56
| |\
| | * Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-02-161-15/+56
| | |\
| | | * WL#3023 (Use locks in a statement-like manner):unknown2006-02-161-2/+35
| | | * WL#3023 (RBR: Use locks in a statment-like manner):unknown2006-01-261-15/+23
* | | | WL#2977 and WL#2712 global and session-level variable to set the binlog forma...unknown2006-02-251-2/+6
|/ / /
* | | WL#2645 (CHECK FOR UPGRADE)unknown2006-02-171-6/+3
* | | Merging 5.0->5.1unknown2006-02-171-0/+151
|\ \ \ | |/ / |/| |
| * | WL#2645 (CHECK TABLE FOR UPGRADE)unknown2006-02-171-0/+152
* | | Merge mysql.com:/home/mydev/mysql-5.1unknown2006-02-101-6/+1
|\ \ \
| * \ \ Merge mysql.com:/home/mydev/mysql-5.1unknown2006-02-031-6/+1
| |\ \ \
| | * | | WL#1563 - Modify MySQL to support fast CREATE/DROP INDEXunknown2006-01-231-6/+1
* | | | | Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-101-2/+27
|\ \ \ \ \
| * | | | | Fixed BUG#9680: Wrong error from cascading updateunknown2006-02-091-2/+27
| |/ / / /
* | | | | Bug #17038, distribution of schema operation to multiple binlogs missing/mult...unknown2006-02-061-7/+17
|/ / / /
* | | | Fix the tree: plugin-related changes, necessary forunknown2006-01-201-0/+6
|/ / /
* | | WL #2604: Partition Managementunknown2006-01-171-3/+4
* | | Solaris compile fixes.unknown2006-01-141-0/+1
| |/ |/|
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-01-131-0/+128
|\ \
| * | wl2325 wl2324unknown2006-01-121-0/+128
* | | WL#1563 - Modify MySQL to support fast CREATE/DROP INDEXunknown2006-01-121-1/+15
|/ /
* | WL#2506: Information Schema tables for PARTITIONingunknown2006-01-101-0/+20
* | Fix template problem with Sun compiler by using anonymous namespace insteadunknown2006-01-091-7/+12
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-01-071-3/+6
|\ \
| * \ Merge mysql.com:/home/jimw/my/mysql-5.0-cleanunknown2006-01-061-1/+2
| |\ \ | | |/
| | * Merge mysql.com:/home/jimw/my/mysql-5.0-14212unknown2006-01-061-1/+2
| | |\
| | | * Fix crash in BDB from improper cleanup of transactions, and avoid problemunknown2005-12-091-1/+2
| | * | Merge mysql.com:/home/jimw/my/mysql-5.0-15185unknown2006-01-051-10/+25
| | |\ \
| | | * | Fix crash when trying to open table using a disabled storage engine. (Bug #15...unknown2005-12-141-10/+25
| | * | | remove "defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)" unmaintainably sca...unknown2005-12-241-3/+3
| | |/ /
| | * | Disabled archive db for Netware.unknown2005-12-141-3/+3
| * | | Compile fix: An "int" function had accidentally lost its "return 0;", re-add it.unknown2006-01-061-0/+1
| * | | Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-01-041-2/+3
| |\ \ \