summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* mergeSergei Golubchik2011-11-031-1/+1
|\
| * compilation warnings on WindowsSergei Golubchik2011-11-021-1/+1
* | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+21
|\ \ | |/ |/|
| * Updated/added copyright headersKent Boortz2011-07-041-2/+21
| |\
| | * Merged fix for bug #12652385 - "61493: REORDERING COLUMNSDmitry Lenev2011-06-171-0/+17
| | |\ | |/ /
| | * Fix for bug #12652385 - "61493: REORDERING COLUMNS Dmitry Lenev2011-06-171-0/+17
* | | cleanupsSergei Golubchik2011-10-191-0/+2
* | | merge with 5.3Sergei Golubchik2011-10-191-57/+164
|\ \ \
| * | | Added progress reporting for alter table, LOAD DATA INFILE and for aria table...Michael Widenius2011-07-011-7/+26
| * | | New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_writeMichael Widenius2011-06-271-4/+4
| * | | Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-041-2/+7
| |\ \ \
| | * \ \ MergeIgor Babaev2011-05-201-2/+7
| | |\ \ \
| | | * \ \ Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-2/+7
| | | |\ \ \
| | | | * \ \ Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-2/+7
| | | | |\ \ \
| | | | | * | | MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-2/+7
| * | | | | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-7/+5
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | wl#173 - temporal types with sub-second resolutionSergei Golubchik2011-03-011-17/+7
| * | | | | | | Original idea from Zardosht Kasheff to add HA_CLUSTERED_INDEXMichael Widenius2011-05-181-1/+2
| * | | | | | | Merge with 5.2Michael Widenius2011-05-161-9/+75
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | mergeVladislav Vaintroub2011-05-121-4/+70
| | |\ \ \ \ \ \
| | | * | | | | | Fix check_table_file_presence:Vladislav Vaintroub2011-05-121-2/+12
| | | * | | | | | Bugfix: New table creation/renaming block added if old encoded table present.unknown2011-05-111-4/+60
| | * | | | | | | small enhancement of the create table options feature:Sergei Golubchik2011-05-101-5/+5
| * | | | | | | | Added ALTER ONLINE TABLE, which will give an error if the change can't be don...Michael Widenius2011-04-281-16/+37
| * | | | | | | | Merge with 5.2Michael Widenius2011-03-091-7/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-7/+3
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-7/+3
| | | |\ \ \ \ \ \ | | | | |/ / / / /
| | * | | | | | | Merge with alias as StringMichael Widenius2011-02-281-3/+3
| | |\ \ \ \ \ \ \
| | | * | | | | | | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-3/+3
| * | | | | | | | | Merge with 5.1Michael Widenius2011-01-111-9/+21
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Merge with 5.1Michael Widenius2011-01-051-0/+10
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | ALTER TABLE IGNORE didn't ignore duplicates for unique add index for InnoDBMichael Widenius2011-01-051-0/+10
| | * | | | | | | | virtual columns:Sergei Golubchik2010-12-311-3/+1
| | * | | | | | | | lpbug#665028 SHOW STORAGE ENGINES shows incorrect Transaction support for AriaSergei Golubchik2010-12-271-6/+10
| * | | | | | | | | Implementation of MWL#172: Add support for prepared statements to HANDLER READMichael Widenius2011-01-041-0/+1
| * | | | | | | | | Merge with 5.1-release.Michael Widenius2010-12-061-4/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | merge with 5.1Michael Widenius2010-11-301-4/+2
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | | | / / / / / / | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | Merge with MySQL 5.1.53Michael Widenius2010-11-251-1/+1
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge with MySQL 5.1.52Michael Widenius2010-11-231-3/+1
| | | |\ \ \ \ \ \ \
| * | | | | | | | | | Code cleanup to get fewer reallocs() during execution.Michael Widenius2010-11-241-3/+3
| |/ / / / / / / / /
* | | | | | | | | | fix misplaced and non-working if() in the grammarSergei Golubchik2011-07-121-3/+1
* | | | | | | | | | post-merge fixes.Sergei Golubchik2011-07-021-1/+1
* | | | | | | | | | 5.5-mergeSergei Golubchik2011-07-021-211/+338
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Fix for bug #11759990 - "52354: 'CREATE TABLE .. LIKE ... 'Dmitry Lenev2011-06-091-0/+5
| * | | | | | | | | Bug#11853126 RE-ENABLE CONCURRENT READS WHILE CREATINGJon Olav Hauglid2011-06-011-5/+52
| * | | | | | | | | Merge from 5.1.Guilhem Bichot2011-05-211-4/+6
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-2/+4
| | * | | | | | | | Bug#11767480 - SPATIAL INDEXES ON NON-SPATIAL COLUMNS CAUSE CRASHES.Magne Mahre2011-02-241-6/+16
| | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | Fixed bug#56619 - Assertion failed duringDmitry Shulga2010-11-101-1/+3
| | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Bug #46941 crash with lower_case_table_names=2 and foreign key Magne Mahre2010-10-191-1/+1
| | | |_|/ / / | | |/| | | |