summaryrefslogtreecommitdiff
path: root/sql/partition_info.cc
Commit message (Expand)AuthorAgeFilesLines
* Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-7/+7
* MDEV-11084 Select statement with partition selection against MyISAM table ope...Alexey Botchkov2018-01-291-11/+30
* compilation warning on windowsSergei Golubchik2018-01-171-1/+1
* MDEV-14923 Assertion upon INSERT into locked versioned partitioned tableAleksey Midenkov2018-01-131-17/+22
* System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-53/+21
|\
| * Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-0/+20
| |\
| | * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-0/+20
| | |\
| | | * Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-0/+20
| | | |\
| | | | * Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-0/+20
| | | | |\
| | | | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-201-0/+20
| | | | | |\
| | | | | | * MDEV-13788 Server crash when issuing bad SQL partition syntaxAlexander Barkov2017-11-201-0/+20
| | | | * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-3/+0
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-2/+0
| | | | | |\ \ | | | | | | |/
| | | | | | * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-2/+0
| * | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-2/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-291-2/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | MDEV-13550 Copy ctor instread of memcpy() in partition_info::get_clone() (#436)Aleksey Midenkov2017-11-221-2/+1
* | | | | | | rename system_time columnsSergei Golubchik2018-01-091-4/+4
* | | | | | | SQL: lower priority of warning in vers_part_rotate() for ALTER [fixes #446]Aleksey Midenkov2018-01-061-3/+5
* | | | | | | MDEV-14748 Assertion in ha_myisammrg::attach_children() [fixes #434]Aleksey Midenkov2017-12-291-0/+4
* | | | | | | MDEV-14747 ALTER PARTITION BY SYSTEM_TIME after LOCK TABLESAleksey Midenkov2017-12-261-1/+5
* | | | | | | MDEV-14741 Assertion '(trx)->start_file == 0' failedAleksey Midenkov2017-12-221-0/+3
* | | | | | | MDEV-14740 Locking assertion for system_time partitioningAleksey Midenkov2017-12-221-5/+8
* | | | | | | MDEV-14730 Assertion `m_lock_type == 2' failed in handler::ha_closeAleksey Midenkov2017-12-211-20/+54
* | | | | | | MDEV-14722 Partition: assertion in ha_commit_trans() for sub-statementAleksey Midenkov2017-12-211-2/+4
* | | | | | | MDEV-14685 Assertion `!fully || (bool) hist_part' failed in Vers_part_info::i...Aleksey Midenkov2017-12-201-0/+12
* | | | | | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-4/+2
* | | | | | | System Versioning 1.0 pre6Aleksey Midenkov2017-12-151-12/+14
|\ \ \ \ \ \ \
| * | | | | | | Partitioning syntax for versioningSergei Golubchik2017-12-141-12/+12
| * | | | | | | yet another error message fixSergei Golubchik2017-12-131-0/+2
* | | | | | | | Paritioning: better error for disabled IB engineAleksey Midenkov2017-12-131-1/+1
|/ / / / / / /
* | | | | | | SQL: destroy Vers_min_max_stats [#346]Aleksey Midenkov2017-11-271-2/+4
* | | | | | | SQL: variadic argument type fix [#307]Aleksey Midenkov2017-11-221-1/+1
* | | | | | | IB, SQL: removed VTQ, added TRT on SQL layer [closes #305]Aleksey Midenkov2017-11-151-2/+4
* | | | | | | fix win32 warningsEugene Kosov2017-11-131-2/+2
* | | | | | | SQL: disabled SYSTEM_TIME partitioning for InnoDB [fixes #294]Aleksey Midenkov2017-11-131-1/+1
* | | | | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-14/+628
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SQL: assertion in partition_info::vers_trx_id_to_ts()Aleksey Midenkov2017-10-171-0/+1
| * | | | | | SQL: partitioning misc fixes [closes #242]Aleksey Midenkov2017-09-071-51/+63
| * | | | | | Style: partitioning, sysvars, handler fixesAleksey Midenkov2017-09-061-10/+16
| * | | | | | IB: partition-wise ha_innopart::rnd_init() [fixes #208]Aleksey Midenkov2017-08-041-0/+1
| * | | | | | SQL: revisit error messages [closes #217]Aleksey Midenkov2017-07-031-23/+7
| * | | | | | IB,SQL: Innopart UPDATE [fixes #178]Aleksey Midenkov2017-05-051-0/+1
| * | | | | | IB, SQL: InnoDB partitioning [closes #118]Aleksey Midenkov2017-05-051-15/+177
| * | | | | | SQL: (0.6) Pruning for VERSIONING partitions [closes #97]Aleksey Midenkov2017-05-051-58/+215
| * | | | | | SQL: (0.5) Versioned partitions [closes #77]Aleksey Midenkov2017-05-051-1/+290
* | | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-2/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-181-1/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-1/+1
| * | | | | | MDEV-14013 : sql_mode=EMPTY_STRING_IS_NULLhalfspawn2017-10-141-1/+1