summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-144/+66
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-48/+47
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-101-49/+46
| | |\ \ \ | | | |/ /
| | | * | MDEV-16060 - InnoDB: Failing assertion: ut_strcmp(index->name, key->name)Sergey Vojtovich2019-05-091-46/+45
| * | | | cleanup: move checksum code to handler classSergei Golubchik2019-05-071-95/+18
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-081-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-081-1/+1
| |\ \ \ \ | | |/ / /
| | * | | copy-paste error fixedSergei Golubchik2019-04-071-1/+1
* | | | | MDEV-13301 Optimize DROP INDEX, ADD INDEX into RENAME INDEXEugene Kosov2019-04-031-101/+134
* | | | | Get rid of rea_create_table()Sergey Vojtovich2019-04-031-2/+15
* | | | | Fix inplace ALTER TABLE to not register tmp tableSergey Vojtovich2019-04-031-36/+70
* | | | | Removed redundant partitioning checkSergey Vojtovich2019-04-031-36/+0
* | | | | Removed redundant SE lock for tmp tablesSergey Vojtovich2019-04-031-9/+9
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-021-5/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-291-5/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-291-5/+0
| | |\ \ \ | | | |/ /
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-2/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-2/+0
| |\ \ \ \ | | |/ / /
* | | | | MDEV-18809 Server crash in fields_in_hash_keyinfo or Assertion `key_info->key...sachinsetia1001@gmail.com2019-03-151-5/+10
* | | | | MDEV-18800 Server crash in instant_alter_column_possible or Assertion...sachin2019-03-131-0/+1
* | | | | MDEV-18799 Long unique does not work after failed alter tablesachin2019-03-131-4/+8
* | | | | MDEV-18790 Server crash in fields_in_hash_keyinfo after unsuccessful...sachin2019-03-131-0/+2
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-121-12/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-121-12/+9
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-121-12/+8
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/10.0' into 10.1Sergey Vojtovich2019-03-111-12/+8
| | | |\ \
| | | | * | MDEV-17595 - ALTER TABLE ADD FOREIGN KEY crashSergey Vojtovich2019-03-111-12/+8
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-061-0/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-041-0/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-17725 Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' ...Alexander Barkov2019-02-261-0/+3
* | | | | | MDEV-18712 InnoDB indexes are inconsistent with what defined in .frm for tabl...Sergei Golubchik2019-02-271-0/+2
* | | | | | Long Index is only allowed for unique keys not normal index.sachin2019-02-271-3/+5
* | | | | | cleanup: cosmetic fixesSergei Golubchik2019-02-271-13/+12
* | | | | | Fix buildbot Windows and bintar compile failuresachin2019-02-221-2/+2
* | | | | | MDEV-371 Unique Index for long columnsSergei Golubchik2019-02-221-96/+73
* | | | | | mysql_prepare_create_table() inconsistencySergei Golubchik2019-02-221-2/+3
* | | | | | MDEV-371 Unique Index for long columnsSachin2019-02-221-18/+148
* | | | | | MDEV-18297 How to reset a forgotten root passwordSergei Golubchik2019-02-211-9/+6
* | | | | | misc cleanupsSergei Golubchik2019-02-211-50/+40
* | | | | | MDEV-16975 Application-time periods: ALTER TABLENikita Malyavin2019-02-211-12/+108
* | | | | | MDEV-17082 Application-time periods: CREATENikita Malyavin2019-02-211-1/+3
* | | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-02-211-62/+88
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix of error messages with big help of sergOleksandr Byelkin2019-02-121-1/+1
| * | | | | merge fixes: sql_table.cc and partition_info.cc (caused by ef4ccb6ce2fd3) doneAndrei Elkin2019-02-071-7/+7
| * | | | | dirty mergeOleksandr Byelkin2019-02-071-95/+91
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-17599 ALTER TABLE DROP CONSTRAINT does not work for foreign keys.Alexey Botchkov2019-02-051-0/+58