summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for MDEV-5589: "Discrepancy in binlog on half-failed CREATE OR REPLACE"Michael Widenius2014-03-201-6/+100
* MDEV-5854 Interrupted CREATE OR REPLACE is written into binlog, and in a wron...Michael Widenius2014-03-191-1/+18
* MDEV-5619: CREATE OR REPLACE does not release MDL_EXCLUSIVE upon failureMichael Widenius2014-03-121-2/+17
* MDEV-5667 online alter and changed field/index optionsSergei Golubchik2014-03-021-3/+9
* MDEV-4955 discover of table non-existance on CREATESergei Golubchik2014-02-271-6/+6
* Fixed that rpl_row_create_table can be run with --ps-protocolMichael Widenius2014-02-221-34/+37
* MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-6/+6
* merge with 10.0-montySergei Golubchik2014-02-061-72/+244
|\
| * MDEV-5602: CREATE OR REPLACE obtains stricter locks than the connection had b...Michael Widenius2014-02-051-9/+17
| * Replication changes for CREATE OR REPLACE TABLEMichael Widenius2014-02-051-18/+44
| * Fixes for CREATE_OR_REPLACEMichael Widenius2014-01-311-7/+33
| * Implementation of MDEV-5491: CREATE OR REPLACE TABLEMichael Widenius2014-01-291-51/+163
* | fix the fix and update test results for MDEV-4439Sergei Golubchik2014-02-061-1/+1
* | MDEV-4439 ALTER TABLE .. [ADD|DROP] FOREIGN KEY IF [NOT] EXISTS does not work...Alexey Botchkov2014-02-061-19/+65
|/
* 10.0-base mergeSergei Golubchik2013-12-161-11/+44
|\
| * 5.5 mergeSergei Golubchik2013-11-231-11/+44
| |\
| | * 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
* | | | MDEV-5438 A view can mask a table that supports discoverySergei Golubchik2013-12-131-1/+1
* | | | MDEV-5281 Partitioning issue after upgrade from 10.0.3-1 to 10.0.5-1Sergei Golubchik2013-11-281-3/+6
* | | | Merge 10.0-monty -> 10.0Alexander Barkov2013-11-111-1/+12
|\ \ \ \
| * | | | MDEV-5241: Collation incompatibilities with MySQL-5.6Michael Widenius2013-11-091-1/+12
* | | | | MDEV-4436 CHANGE COLUMN IF EXISTS does not work and throws wrong warning.Alexey Botchkov2013-11-111-1/+1
* | | | | MDEV-4435 Server crashes in my_strcasecmp_utf8 on ADD KEY IF NOT EXISTS with ...Alexey Botchkov2013-11-111-3/+16
* | | | | MDEV-4880 Attempt to create a table without columns produces ER_ILLEGAL_HA in...Sergei Golubchik2013-11-101-1/+1
|/ / / /
* | | | 10.0-base mergeSergei Golubchik2013-11-041-6/+3
|\ \ \ \ | |/ / /
| * | | restore the condition in filename_to_tablename()Sergei Golubchik2013-11-041-6/+3
* | | | Check for duplicate index (port from mysql)unknown2013-09-201-0/+94
* | | | Enable TokuDB online ALTERSergei Golubchik2013-09-251-12/+11
* | | | 10.0-base merge.Sergei Golubchik2013-09-211-4/+18
|\ \ \ \ | |/ / /
| * | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-5/+19
| |\ \ \ | | |/ /
| | * | 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
* | | | MDEV-4864 - Merge tests for EXCHANGE PARTITION featureSergey Vojtovich2013-08-151-2/+3
* | | | MDEV-4702 - Reduce usage of LOCK_openSergey Vojtovich2013-08-141-1/+1
* | | | MDEV-4786 merge 10.0-monty -> 10.0Sergei Golubchik2013-08-121-23/+3
* | | | MDEV-4786 merge 10.0-monty -> 10.0Sergei Golubchik2013-08-121-2/+1
* | | | MDEV-4786 - merge 10.0-monty - 10.0Sergey Vojtovich2013-07-261-2/+1
* | | | MDEV4786 - merge 10.0-monty → 10.0Sergey Vojtovich2013-07-231-2/+0
* | | | more post-merge fixes:Sergei Golubchik2013-07-211-7/+0
* | | | cosmetic fixesSergei Golubchik2013-07-211-19/+18
* | | | 10.0-monty mergeSergei Golubchik2013-07-211-2073/+3104
|\ \ \ \
| * | | | merge few bug fixes from 5.6Sergei Golubchik2013-07-171-1/+13
| * | | | in field_conv() don't simply check to->type() == MYSQL_TYPE_BLOB, thisSergei Golubchik2013-07-151-1/+1
| * | | | Fixes for innodb suite, merging tests from 5.6.Sergei Golubchik2013-07-151-2/+7
| * | | | Fix main test suite on WindowsVladislav Vaintroub2013-07-151-0/+2
| * | | | fix the maria suiteSergei Golubchik2013-07-121-12/+12