summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-382: Incorrect quotingunknown2012-08-241-10/+11
* Merge with MYSQL 5.1.61Michael Widenius2012-02-201-0/+5
|\
| * mergeMattias Jonsson2011-12-141-0/+5
| |\
| | * Bug#12361113: CRASH WHEN "LOAD INDEX INTO CACHE" WITH TOOMattias Jonsson2011-12-121-0/+5
* | | Fixed compiler warningsMichael Widenius2011-11-301-1/+1
* | | 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
* | | 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
* | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-7/+3
|\ \ \ | |/ /
| * | Fixed bug#56619 - Assertion failed duringDmitry Shulga2010-11-101-1/+3
* | | ALTER TABLE IGNORE didn't ignore duplicates for unique add index for InnoDBMichael Widenius2011-01-051-0/+10
* | | 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
* | | | mysqltest now gives error messages with error code for my_delete, my_rename, ...Michael Widenius2010-09-151-0/+6
* | | | 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
| |/ / /
* | | | 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
| * | | mergeMattias Jonsson2010-05-231-3/+20
| |\ \ \
| | * | | Bug #53804: serious flaws in the alter database .. upgradeGleb Shchepa2010-05-211-3/+20
| * | | | merge into mysql-5.1-bugteamMattias Jonsson2010-05-211-7/+13
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Bug#49477: Assertion `0' failed in ha_partition.cc:5530Mattias Jonsson2009-12-111-7/+13
* | | | | restore the unintentinally broken ABISergei Golubchik2010-07-231-1/+1
* | | | | Merge with MySQL 5.1.47Michael Widenius2010-05-261-0/+7
|\ \ \ \ \ | |/ / / /
| * | | | Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants.Georgi Kodinov2010-05-041-0/+14
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fix for bug#50946: fast index creation still seems to copy the table Ramil Kalimullin2010-04-251-0/+7
| | |_|/ | |/| |
* | | | Automerge MariaDB 5.1.44b release.unknown2010-05-101-0/+14
|\ \ \ \
| * | | | Cherry-pick fix for Bug#53371, security hole with bypassing grants using spec...mariadb-5.1.44bunknown2010-05-091-0/+14
* | | | | Merge MySQL 5.1.46 into MariaDB.mariadb-merge-mysql-5.1.46unknown2010-04-281-38/+87
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Bug #49838: DROP INDEX and ADD UNIQUE INDEX for same index may corruptGeorgi Kodinov2010-03-171-1/+45
| * | | | Fix for bug#51304: checksum table gives different results Ramil Kalimullin2010-02-281-15/+21
| * | | | post push fix for bug#42438, did not compile on non debug,Mattias Jonsson2010-02-161-2/+0