summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* Fix to remove engine dependency from handler.cc file, the last one for functi...unknown2006-03-261-0/+1
* Refactored some code to remove ifdef and removed dead code related to un-usea...unknown2006-03-231-5/+0
* Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-03-031-17/+56
|\
| * Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-02-281-17/+56
| |\
| | * Merge mysqldev@production.mysql.com:my/mysql-5.1-releaseunknown2006-02-241-17/+56
| | |\
| | | * WL#3023 (RBR: Use locks in a statement-like manner):unknown2006-02-241-2/+0
| | | * Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-02-161-16/+57
| | | |\
| | | | * WL#3023 (Use locks in a statement-like manner):unknown2006-02-161-0/+28
| | | | * WL#3023 (RBR: Use locks in a statment-like manner):unknown2006-01-261-1/+7
| | | | * Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-01-181-16/+23
| | | | |\
| | | | | * The ha_*_row() function shall not be virtual since they representunknown2006-01-041-15/+22
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-281-0/+28
|\ \ \ \ \ \
| * | | | | | Bug #17701, ALTER TABLE t1 ADD PARTITION for PARTITION BY LIST hangs testunknown2006-02-281-0/+28
| |/ / / / /
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-281-5/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Bug#17721 Test 'exampledb' hangs on Windowsunknown2006-02-271-5/+9
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-261-0/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge mysql.com:/home/my/mysql-5.0unknown2006-02-251-0/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fixed compiler warnings from gcc 4.0.2:unknown2006-02-251-0/+2
* | | | | | | WL#2977 and WL#2712 global and session-level variable to set the binlog forma...unknown2006-02-251-4/+3
|/ / / / / /
* | | | | | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-211-498/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge reggie@192.168.0.9:/home/reggie/work/mysql-5.1-bug15408unknown2006-02-161-498/+0
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | BUG#15408: Partitions: subpartition names are not uniqueunknown2006-02-161-496/+0
* | | | | | Bug #17210 Create temp table call to ha_ndbcluster::create_handler_files caus...unknown2006-02-171-0/+1
* | | | | | Merging 5.0->5.1unknown2006-02-171-0/+22
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | WL#2645 (CHECK TABLE FOR UPGRADE)unknown2006-02-171-0/+22
* | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-141-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-131-0/+1
| |\ \ \ \
| | * | | | Added partition pruning checks (WL#2987)unknown2006-02-101-0/+1
* | | | | | Bug #17340 SHOW CREATE TABLE from second session crashes the serverunknown2006-02-131-1/+1
|/ / / / /
* | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-111-6/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | This patch is to further remove the RAID code. We removed support for people ...unknown2006-02-111-6/+2
| | |/ / | |/| |
* | | | Fix compilation failure.unknown2006-02-081-1/+1
* | | | Bug #17038, distribution of schema operation to multiple binlogs missing/mult...unknown2006-02-061-1/+2
* | | | Merge mysql.com:/home/stewart/Documents/MySQL/5.1/wl1359unknown2006-02-021-2/+2
|\ \ \ \
| * | | | MySQL Bugs: #16466: DD: SHOW CREATE TABLE does not show TABLESPACE table_spac...unknown2006-02-011-2/+2
* | | | | Merge mysql.com:/home/stewart/Documents/MySQL/5.1/newunknown2006-02-011-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | WL#1359 NDB: Add table handler and table information available from SQL commandsunknown2006-01-281-0/+3
* | | | | Bug #16466 DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STOR...unknown2006-01-311-0/+2
* | | | | Merge mysql.com:/usr/local/mysql/mysql-5.1-win-fixesunknown2006-01-301-1/+1
|\ \ \ \ \
| * | | | | Windows compile fixes in preparation for 5.1.6 beta.unknown2006-01-301-1/+1
| |/ / / /
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-01-291-16/+11
|\ \ \ \ \
| * | | | | gcc295 fixes for embeddedunknown2006-01-261-16/+11
| |/ / / /
* | | | | WL# 2986unknown2006-01-281-1/+0
|/ / / /
* | | | Compile failure fix for gcc 2.95x: Don't use unnamed union of unnamed unknown2006-01-251-14/+20
* | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-01-201-7/+162
|\ \ \ \
| * \ \ \ Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-01-191-7/+162
| |\ \ \ \
| | * \ \ \ Manual mergeunknown2006-01-181-7/+162
| | |\ \ \ \
| | | * | | | WL#2985 "Partition-pruning", "range walking" addition: better comments.unknown2006-01-051-3/+2
| | | * | | | WL#2985 "Partition Pruning":unknown2006-01-041-2/+158
| | | * | | | WL#2985 "Partition Pruning": post-review fixes: Better comments unknown2005-12-291-2/+2
| | | | |_|/ | | | |/| |