summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 5.2.Michael Widenius2011-12-111-7/+28
|\
| * Merge with 5.1Michael Widenius2011-11-301-1/+1
| |\
| | * Fixed compiler warningsMichael Widenius2011-11-301-1/+1
| * | Merge with MariaDB 5.1Michael Widenius2011-11-241-9/+39
| |\ \ | | |/
| | * Merge with MySQL 5.1.60Michael Widenius2011-11-231-1/+1
| | |\
| | | * Bug#12406055 post-push fix: unused variable 'num_chars' in optimized build.Tor Didriksen2011-11-011-1/+1
| | * | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-8/+38
| | |\ \ | | | |/
| | | * Updated/added copyright headersKent Boortz2011-07-031-7/+35
| | | |\
| | | | * Fix for bug #12652385 - "61493: REORDERING COLUMNS Dmitry Lenev2011-06-171-0/+17
| | | | * 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
| | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | |\ \ | | | | |/ | | | |/|
| | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | | merging.Alexey Botchkov2011-11-121-12/+31
|\ \ \ \ \
| * | | | | Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-1/+1
| * | | | | 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
* | | | | | gis-related tests fixes.Alexey Botchkov2011-06-201-23/+101
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fixed bug#56619 - Assertion failed duringDmitry Shulga2010-11-101-1/+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
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Bug #46941 crash with lower_case_table_names=2 and foreign key Magne Mahre2010-10-191-1/+1
| | * | | | | Merge with MySQL 5.1.52Michael Widenius2010-11-231-3/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Bug#46339 - crash on REPAIR TABLE merge table USE_FRMIngo Struewing2010-09-211-3/+0
| | | |\ \ \ \