summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | |\ \ \
| | | | * | | Bug#46339 - crash on REPAIR TABLE merge table USE_FRMIngo Struewing2010-04-261-3/+0
| | | * | | | Bug #54606 innodb fast alter table + pack_keys=0 prevents Magne Mahre2010-09-161-0/+1
* | | | | | | Code cleanup to get fewer reallocs() during execution.Michael Widenius2010-11-241-3/+3
|/ / / / / /
* | | | | | merge with 5.1Sergei Golubchik2010-09-161-0/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | mysqltest now gives error messages with error code for my_delete, my_rename, ...Michael Widenius2010-09-151-0/+6
* | | | | | merge with 5.1Sergei Golubchik2010-09-111-33/+68
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Enable archive tables to work with mysql_upgrade / repairMichael Widenius2010-09-031-0/+3
| * | | | | Fix that one can run mysql_upgrade with long table namesMichael Widenius2010-09-031-33/+52
| * | | | | Merge with MySQL 5.1.50Michael Widenius2010-08-271-0/+13
| |\ \ \ \ \ | | |/ / / /
| | * | | | mergeGeorgi Kodinov2010-07-211-2/+8
| | |\ \ \ \
| | | * | | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-2/+0
| | | * | | | Bug#54453: Failing assertion: trx->active_trans when renaming aDavi Arnaut2010-07-201-0/+8
| | * | | | | Bug #54117 crash in thr_multi_unlock, temporary tableJon Olav Hauglid2010-07-071-0/+5
| | |/ / / /
* | | | | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-13/+41
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixes to allow one to compile and test innodb_pluginMichael Widenius2010-08-041-0/+5
| * | | | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-11/+34
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-1/+1