summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* Added support for key_block_size for key and table level (WL#602)unknown2006-05-031-0/+12
* bug#18604 create logfile for MyISAM tablesunknown2006-04-241-4/+5
* WL 2826: Error handling of ALTER TABLE for partitioningunknown2006-04-191-0/+2
* Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-04-191-3/+8
|\
| * WL 2826: Error handling of ALTER TABLE for partitioningunknown2006-04-191-5/+7
| * Merge c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-04-011-3/+7
| |\
| | * OPTIMIZE, ANALYZE, CHECK, REPAIR and REBUILD only supported if fast_alter_par...unknown2006-03-221-1/+1
| | * Merge c-8808e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5...unknown2006-03-211-2/+6
| | |\
| | | * Merge c-9a08e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5...unknown2006-02-201-3/+15
| | | |\
| | | | * WL 2826: Error handling of ALTER TABLE for partitioningunknown2006-02-131-1/+2
| | | | * Compile fixesunknown2006-02-111-2/+2
| | | | * WL 2826: Error handling of ALTER TABLE for partitioningunknown2006-02-101-1/+3
| | | | * WL 2826: Error handling of ALTER TABLE for partitioningunknown2006-02-091-3/+4
| | | | * WL 2826: Error handling for ALTER TABLE for partitioningunknown2006-02-091-1/+5
| | | | * WL 2826: First step in error handling of ALTER TABLE for partitioningunknown2006-02-011-1/+5
* | | | | Fixes for fast alter table for ndbclusterunknown2006-04-111-1/+3
|/ / / /
* | | | Fixed compiler and valgrind warningsunknown2006-03-291-0/+2
* | | | 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