summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* dead code - related to vtmdSergei Golubchik2018-04-101-234/+35
* MDEV-15364 FOREIGN CASCADE operations in system versioned referenced tablesMarko Mäkelä2018-04-091-13/+0
|\
| * IB: CASCADE operation for DELETEAleksey Midenkov2018-03-191-13/+0
* | Fix for MDEV-14831Monty2018-04-021-0/+1
* | compilation w/o partitioningSergei Golubchik2018-03-301-2/+2
* | Move alter partition flags to alter_info->partition_flagsMonty2018-03-291-12/+9
* | Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-291-141/+115
* | Fixed alter online table for Aria tablesMonty2018-03-291-3/+17
|/
* don't allow TIMESTAMP(6) versioning and FK with CASCADE or SET NULLSergei Golubchik2018-02-241-0/+13
* create a reusable function that tells what FK actions can writeSergei Golubchik2018-02-241-8/+4
* MDEV-14767 system_versioning_alter_history breaks ALTER replicationAleksey Midenkov2018-02-241-1/+2
* MDEV-15190 Bad error for non-versioned table PARTITION BY SYSTEM_TIMESergei Golubchik2018-02-241-0/+6
* MDEV-14798 Add, drop system versioning semantic and syntaxSergei Golubchik2018-02-231-10/+29
* Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2018-02-231-1/+1
|\
| * Merge branch '10.2' into bb-10.2-extSergei Golubchik2018-02-221-1/+1
| |\
| | * Merge branch '10.1' into 10.2Sergei Golubchik2018-02-221-1/+1
| | |\
| | | * Merge branch '10.0' into 10.1Sergei Golubchik2018-02-221-1/+1
| | | |\
| | | | * Merge branch '5.5' into 10.0Sergei Golubchik2018-02-221-1/+1
| | | | |\
| | | | | * MDEV-13982 Server crashes in in ha_partition::engine_nameSergei Golubchik2018-02-141-1/+1
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-3/+33
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-121-0/+27
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-13508 ALTER TABLE that renames columns and CHECK constraintsMonty2018-02-101-0/+29
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-4/+7
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-4/+7
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-4/+7
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-14696 Server crashes in in prep_alter_part_table on 2nd execution of PS.Alexey Botchkov2018-01-301-1/+2
| | | | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+2
| | | | |\ \ | | | | | |/
| | | | * | MDEV-14245 tokudb_alter_table.drop_add_pk_part_104 failsMonty2018-01-241-1/+3
| | | | * | Fix for MDEV-14141 Crash in print_keydup_error()Monty2018-01-241-3/+4
* | | | | | ALTER TABLE ... DROP COLUMN sys_startSergei Golubchik2018-02-121-5/+7
* | | | | | ALTER TABLE ... DROP COLUMN sys_start should rename a "dropped" columnSergei Golubchik2018-02-121-3/+40
* | | | | | Cannot DROP VERSIONING without dropping all visible AS ROW fieldsSergei Golubchik2018-02-121-0/+7
* | | | | | Don't allow adding AS ROW START column to a not versioned tableSergei Golubchik2018-02-121-1/+7
* | | | | | ALTER TABLE ... DROP VERSIONINGSergei Golubchik2018-02-121-2/+10
* | | | | | Windows : reenable warning C4805 (unsafe mix of types in bool operations)Vladislav Vaintroub2018-02-071-1/+1
* | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-17/+17
* | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-1/+2
* | | | | | This commit solves a couple of issuesSachin Setiya2018-02-021-1/+2
* | | | | | MDEV-14849 CREATE + ALTER with user-invisible columns produce ...Sachin Setiya2018-02-021-8/+8
* | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-219/+228
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-301-0/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-301-0/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPYMarko Mäkelä2018-01-301-0/+4
* | | | | | MDEV-14694 ALTER COLUMN IF EXISTS .. causes syntax error.Alexey Botchkov2018-01-301-1/+37
* | | | | | remove "Transaction-based system versioning is EXPERIMENTAL" warningSergei Golubchik2018-01-131-1/+1
* | | | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-7/+12
|\ \ \ \ \ \
| * \ \ \ \ \ Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-051-1/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-051-1/+2
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fixed wrong arguments to printf and related functionsMonty2018-01-041-3/+4