summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibili...Alexander Barkov2015-09-221-2/+6
* MDEV-8577: With enforce-storage-engine mysql_upgrade corrupts the schema:Jan Lindström2015-09-121-2/+9
* Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-2/+2
|\
| * Fixed MDEV-8428: Mangled DML statements on 2nd level slave when enabling binl...Monty2015-07-261-2/+2
* | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-2/+2
* | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-14/+18
* | Stage 2 of MDEV-6152:Monty2015-08-211-2/+2
* | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-4/+4
* | Merge /my/maria-10.1-default into 10.1Monty2015-08-181-0/+14
|\ \
| * | Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not ...Monty2015-08-181-0/+14
* | | MDEV-8441 Bad SHOW CREATE TABLE output for a table with a virtual columnAlexander Barkov2015-08-101-1/+5
* | | MDEV-8582: innodb_force_primary_key option does not force PK or unique keyJan Lindström2015-08-081-1/+1
* | | Make ANALYZE FORMAT=JSON show execution time for filesort element.Sergei Petrunia2015-08-071-1/+1
|/ /
* | Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-07-141-0/+11
* | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-52/+70
* | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-29/+24
|\ \ | |/
| * MDEV-8287 DROP TABLE suppresses all engine errorsSergei Golubchik2015-06-161-19/+9
| * after-merge fixesSergei Golubchik2015-06-161-0/+1
| * MDEV-5309 - RENAME TABLE does not check for existence of the table's engineSergey Vojtovich2015-06-161-2/+2
| * MDEV-8212 alter table - failing to ADD PRIMARY KEY IF NOT EXISTS when existin...Alexey Botchkov2015-06-141-6/+11
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-1/+1
| |\
| | * Merge tag 'mysql-5.5.44' into bb-5.5-sergSergei Golubchik2015-06-051-1/+1
| | |\
| | | * Bug #20439913 CREATE TABLE DB.TABLE LIKE TMPTABLE ISVenkatesh Duggirala2015-03-131-2/+1
| | | * Bug #20439913 CREATE TABLE DB.TABLE LIKE TMPTABLE IS BINLOGGED INCORRECTLY - ...Venkatesh Duggirala2015-03-131-1/+2
* | | | MDEV-8219: enforce_storage_engine cannot be set globallyJan Lindström2015-06-261-1/+2
* | | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-19/+19
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-3/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'openquery/MDEV-6916-maria-5.5-check_view-r4408' into 5.5Sergei Golubchik2015-04-281-1/+0
| | |\ \
| | | * | remove include sql_view.h from sql_table.cc - unneededDaniel Black2015-04-131-1/+0
| | | * | MDEV-6916 REPAIR VIEW / mysql migrationOleksandr Byelkin2015-04-121-1/+1
| | * | | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-04-271-2/+6
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Bug #12671631 CREATE TABLE .. LIKE .. FEDERATED TABLEArun Kuruvila2015-01-281-1/+5
| | | * Bug#18790730 - CROSS-DATABASE FOREIGN KEY WITHOUT PERMISSIONSPraveenkumar Hulakund2014-09-101-0/+12
| | | * BUG#17665767 - FAILING ASSERTION: PRIMARY_KEY_NO == -1 || PRIMARY_KEY_NO == 0 Raghav Kapoor2014-06-251-1/+1
| | | * Bug#18776592 INNODB: FAILING ASSERTION: PRIMARY_KEY_NO == -1 ||Gopal Shankar2014-06-251-30/+38
| | | * 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
| | | * 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
| | | * Bug #16051728 SERVER CRASHES IN ADD_IDENTIFIER ON CONCURRENT ALTER TABLE ANDAnnamalai Gurusami2013-03-211-36/+20
| | | * Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHENMattias Jonsson2013-02-141-4/+7
| | | * 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
| | | |\ \ \ | | | | | |/ | | | | |/|