summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-5406 add index to an innodb table with a uniqueness violation crashes my...Sergei Golubchik2014-01-231-8/+29
* mysql-5.5.34 mergeSergei Golubchik2013-11-191-11/+44
|\
| * Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEARDmitry Lenev2013-08-201-6/+22
| * BUG#16290902 DROP TEMP TABLE IF EXISTS CAN CAUSE POINTVenkatesh Duggirala2013-07-271-5/+22
* | mysql-5.5.33 mergeSergei Golubchik2013-09-061-5/+17
|\ \ | |/
| * Bug#14834378 ADDRESSSANITIZER BUG IN FILENAME_TO_TABLENAMETor Didriksen2013-06-141-1/+2
| * Bug #14227431: CHARACTER SET MISMATCH WHEN ALTERING FOREIGN KEYSSivert Sorumgard2013-06-121-5/+17
* | bugfix: storage engine might return a negative error code, but it shouldn'tSergei Golubchik2013-08-261-0/+2
* | mysql-5.5.32 mergeSergei Golubchik2013-07-161-35/+20
|\ \ | |/
| * Bug #16051728 SERVER CRASHES IN ADD_IDENTIFIER ON CONCURRENT ALTER TABLE ANDAnnamalai Gurusami2013-03-211-36/+20
* | MDEV-4564 ALTER on a temporary table generates an audit eventSergei Golubchik2013-06-071-4/+10
* | mysql-5.5.31 mergeSergei Golubchik2013-05-071-5/+8
|\ \ | |/
| * Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHENMattias Jonsson2013-02-141-4/+7
* | MDEV-260 auditing table accessesSergei Golubchik2013-04-191-0/+10
* | Fix for assert found by mysql-test-runMichael Widenius2013-03-051-1/+5
* | Fixed issue with LOCK TABLE + ALTER TABLE ENABLE KEYS + SHOW commands.Michael Widenius2013-03-051-0/+3
* | Automatic mergeMichael Widenius2013-03-011-6/+13
|\ \
| * | Fixed bug MPDEV-628 / LP:989055 - Querying myisam table metadata may corrupt ...Michael Widenius2013-03-011-6/+13
* | | 5.3->5.5 mergeSergei Golubchik2013-02-281-1/+1
|\ \ \
| * \ \ 5.2 -> 5.3Sergei Golubchik2013-02-281-107/+148
| |\ \ \
| | * \ \ 5.1 -> 5.2 mergeSergei Golubchik2013-02-281-107/+148
| | |\ \ \
| | | * \ \ mysql-5.1 mergeSergei Golubchik2013-02-281-107/+148
| | | |\ \ \
* | | | \ \ \ merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-281-103/+124
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | mergeMattias Jonsson2012-12-271-5/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Bug#14589559 Post push fix for valgrind warnings.Mattias Jonsson2012-12-271-6/+3
| * | | | | merge mysql-5.1 -> mysql-5.5Mattias Jonsson2012-12-011-2/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | merge of bug#14589559 into mysql-5.1Mattias Jonsson2012-12-011-100/+124
| | |\ \ \ \
| | | * | | | bug#14589559: ASSERTION `FILE_ENTRY_BUF[2] == 0' FAILEDMattias Jonsson2012-11-301-2/+4
| | * | | | | Bug#11751825 - OPTIMIZE PARTITION RECREATES FULL TABLE INSTEAD JUST PARTITIONAditya A2012-11-061-3/+23
| * | | | | | Manual merge of bug#14589559 from mysql-5.1 to 5.5Mattias Jonsson2012-10-181-98/+120
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Bug#14589559: ASSERTION `FILE_ENTRY_BUF[2] == 0'Mattias Jonsson2012-10-181-98/+120
| * | | | | | upmerge to bug#14548159Rohit Kalhans2012-09-221-10/+11
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | BUG#14548159: NUMEROUS CASES OF INCORRECT IDENTIFIERRohit Kalhans2012-09-221-11/+11
| | |/ / / /
* | | | | | Fixed the CREATE TABLE IF EXIST generates warnings instead of errorsMichael Widenius2012-12-171-1/+5
* | | | | | Remember original table row pack type for ALTER TABLE if table is not copied.Michael Widenius2012-12-161-2/+13
* | | | | | 5.3->5.5 mergeSergei Golubchik2012-11-221-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge MariaDB 5.2->5.3unknown2012-11-201-1/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Fixed bug mdev-3845.Igor Babaev2012-11-091-1/+1
* | | | | | Fix for MDEV-533: Confusing error code when doing auto-increment insert for o...Michael Widenius2012-09-181-1/+1
* | | | | | Added THD::utime_after_query to avoid calling current_utime() twice for every...Michael Widenius2012-09-131-0/+2
* | | | | | Merge from 5.3unknown2012-08-241-10/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge from 5.2unknown2012-08-241-10/+11
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge from 5.1.unknown2012-08-241-10/+11
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | MDEV-382: Incorrect quotingunknown2012-08-241-10/+11
* | | | | | Fixed MDEV-366: Assertion `share->reopen == 1' failed in maria_extra on DROP ...Michael Widenius2012-08-151-1/+1
* | | | | | Fixed MDEV-365 "Got assertion when doing alter table on a partition"Michael Widenius2012-08-151-2/+2
* | | | | | automatic mergeMichael Widenius2012-08-151-4/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Automatic mergeMichael Widenius2012-08-131-4/+5
| |\ \ \ \ \ \
| | * | | | | | Fixed compiler warnings (A few of these was bugs)Michael Widenius2012-08-131-4/+5
* | | | | | | | MDEV-364 Server crashes in add_identifier on concurrent ALTER TABLE and SHOW ...Sergei Golubchik2012-08-131-7/+13
|/ / / / / / /