summaryrefslogtreecommitdiff
path: root/mysql-test/suite/versioning/t
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMPbb-10.4-mdev16991Alexander Barkov2018-11-261-0/+10
* Merge 10.3 into 10.4Marko Mäkelä2018-11-062-104/+128
|\
| * MDEV-17038 ALTER TABLE CHANGE COLUMN c1 c1 bigint NOT NULL - generates error ...Aleksey Midenkov2018-11-012-115/+124
* | MDEV-15662 Instant DROP COLUMN or changing the order of columnsMarko Mäkelä2018-10-191-2/+1
|/
* MDEV-16211 Contents of transaction_registry not replicated by GaleraEugene Kosov2018-10-011-0/+2
* MDEV-16783 Assertion `!conds' failed in mysql_delete upon 2nd execution of SP...Nikita Malyavin2018-08-241-0/+10
* MDEV-16102 Wrong ER_DUP_ENTRY upon ADD UNIQUE KEY on versioned tableAleksey Midenkov2018-06-301-0/+15
* MDEV-15947 ASAN heap-use-after-free in Item_ident::print or in my_strcasecmp_...Eugene Kosov2018-06-301-0/+10
* MDEV-15645 Assertion `table->insert_values' failed in write_record upon REPLA...Eugene Kosov2018-06-301-1/+9
* MDEV-16330 Allow instant change of WITH SYSTEM VERSIONING column attributeEugene Kosov2018-06-202-1/+169
* MDEV-15991 Server crashes in setup_on_expr upon calling SP or function execut...Eugene Kosov2018-06-031-0/+18
* Vers cleanupsAleksey Midenkov2018-06-031-4/+2
* cleanup: vers tests, remove create_table procedureSergei Golubchik2018-06-031-4/+25
* MDEV-15380 Index for versioned table gets corrupt after partitioning and DELETEEugene Kosov2018-05-221-0/+19
* MDEV-15979 DELETE HISTORY from a table with transaction-precise versioning ca...Aleksey Midenkov2018-05-171-4/+25
* MDEV-16094 Crash when using AS OF with a stored functionAlexander Barkov2018-05-152-0/+242
* MDEV-15980 FOR SYSTEM_TIME BETWEEN and FROM .. TO work with negative intervalsEugene Kosov2018-05-121-0/+20
* MDEV-14823, MDEV-15956 Versioning error messages fixesAleksey Midenkov2018-05-122-0/+10
* MDEV-16043 Assertion thd->Item_change_list::is_empty() failed in mysql_parse ...Aleksey Midenkov2018-05-121-0/+8
* MDEV-16024 transaction_registry.begin_timestamp is wrong for explicit transac...Aleksey Midenkov2018-05-122-0/+17
* MDEV-16010 Too many rows with AS OF point_in_the_past_or_NULLAleksey Midenkov2018-05-121-0/+12
* MDEV-15978 Add Feature_system_versioning status variableAleksey Midenkov2018-05-121-0/+2
* MDEV-15893 Rename VTQ to TRTEugene Kosov2018-05-125-43/+43
* versioning: use @@timestampSergei Golubchik2018-05-122-34/+3
* MDEV-14820 System versioning is applied incorrectly to CTEsSergei Golubchik2018-05-121-14/+139
* MDEV-15788 versioning.partition, versioning.rpl fail on most windows builds i...Sergei Golubchik2018-04-122-57/+53
* MDEV-15413 Unexpected errors upon CREATE TABLE .. WITH SYSTEM VERSIONING AS S...Sergei Golubchik2018-04-101-7/+15
* MDEV-15427 IB: TRX_ID based operations inside transaction generate historyAleksey Midenkov2018-04-101-8/+34
* MDEV-15391 Server crashes in JOIN::fix_all_splittings_in_plan or Assertion `j...Sergei Golubchik2018-04-101-3/+27
* MDEV-15378 Valid query causes invalid view definition due to syntax limitatio...Sergei Golubchik2018-04-101-4/+14
* MDEV-15062 Information Schema COLUMNS Table does not show system versioning i...Eugene Kosov2018-04-101-0/+7
* MDEV-14790 System versioning for system tables does not work as expectedAleksey Midenkov2018-04-101-0/+10
* dead code - related to vtmdSergei Golubchik2018-04-103-403/+0
* MDEV-15364 FOREIGN CASCADE operations in system versioned referenced tablesEugene Kosov2018-03-271-0/+51
* IB: CASCADE operation for DELETEAleksey Midenkov2018-03-191-33/+17
* MDEV-15405 Mixed replication fails with "Could not execute Delete_rows_v1 eve...Sergei Golubchik2018-02-251-0/+19
* MDEV-15395 Wrong result or Assertion `old_part_id == m_last_part' failed in h...Sergei Golubchik2018-02-241-1/+12
* MDEV-15330 Server crash or assertion `table->insert_values' failure in write_...Sergei Golubchik2018-02-241-0/+12
* MDEV-15395 Wrong result or Assertion `old_part_id == m_last_part' failed in h...Sergei Golubchik2018-02-241-14/+2
* don't allow TIMESTAMP(6) versioning and FK with CASCADE or SET NULLSergei Golubchik2018-02-242-15/+13
* unify error messages a bitSergei Golubchik2018-02-241-2/+16
* MDEV-14645: AS OF TIMESTAMP is misused as TRX_IDSergei Golubchik2018-02-241-1/+0
* remove @@system_versioning_innodb_algorithm_simpleSergei Golubchik2018-02-242-14/+0
* Tests: versioning.foreign check row_end after constraint executionAleksey Midenkov2018-02-241-2/+7
* simplify versioning testsSergei Golubchik2018-02-249-781/+497
* MDEV-14767 system_versioning_alter_history breaks ALTER replicationAleksey Midenkov2018-02-241-3/+32
* Tests: partitioning cases for duplicate bugsAleksey Midenkov2018-02-241-0/+20
* MDEV-15168 Unexpected ER_VERS_ENGINE_UNSUPPORTED upon dropping versioning on ...Eugene Kosov2018-02-241-0/+8
* MDEV-15103 Assertion in ha_partition::part_records() for updating VIEWSergei Golubchik2018-02-241-0/+9
* cannot rotate both by INTERVAL and LIMITSergei Golubchik2018-02-241-0/+5