summaryrefslogtreecommitdiff
path: root/mysql-test/suite/versioning/t
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2019-05-223-0/+40
|\
| * MDEV-18136 Server crashes in Item_func_dyncol_create::prepare_argumentsAleksey Midenkov2019-05-201-0/+14
| * MDEV-18512 using DATETIME(6) as row_start/row_end crashes serverEugene Kosov2019-05-201-0/+9
| * MDEV-19486 Server crashes in row_upd or row_upd_del_mark_clust_rec on REPLACE...Eugene Kosov2019-05-201-0/+17
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-193-4/+54
|\ \ | |/
| * MDEV-15458 Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONINGSergei Golubchik2019-05-173-4/+38
| * MDEV-15408 Confusing error message upon ER_VERS_FIELD_WRONG_TYPE while omitti...Eugene Kosov2019-05-171-0/+16
* | generalize the error messageSergei Golubchik2019-05-184-8/+8
* | MDEV-15966 Behavior for TRUNCATE versioned table is not documented and not co...Sergei Golubchik2019-05-182-9/+28
* | Removed redundant partitioning checkSergey Vojtovich2019-04-031-1/+0
* | Merge 10.3 into 10.4Marko Mäkelä2019-04-027-48/+169
|\ \ | |/
| * cleanup: move rbr-only test to rpl_row.testSergei Golubchik2019-03-292-17/+18
| * MDEV-16252: MINIMAL binlog_row_image does not work for versioned tablesNikita Malyavin2019-03-291-0/+17
| * MDEV-15951 system versioning by trx id doesn't work with partitioningNikita Malyavin2019-03-293-12/+113
| * Versioning tests stability improvementAleksey Midenkov2019-03-292-32/+32
| * MDEV-15412 For any non-existing transaction ID, AS OF provides the current ta...Aleksey Midenkov2019-03-291-4/+6
* | Merge 10.3 into 10.4Marko Mäkelä2019-03-261-0/+34
|\ \ | |/
| * MDEV-18869 Assertion `!((field)->vcol_info && (field)->stored_in_db())' faile...Aleksey Midenkov2019-03-261-0/+34
* | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-0/+79
|\ \ | |/
| * MDEV-18879/MDEV-18972 Corrupted record inserted by FOREIGN KEY operationMarko Mäkelä2019-03-201-0/+79
* | MDEV-16973 Application-time periods: DELETENikita Malyavin2019-02-211-0/+26
* | Merge branch '10.3' into 10.4Sergei Golubchik2019-01-261-0/+14
|\ \ | |/
| * MDEV-18057 Assertion `(node->state == 5) || (node->state == 6)' failed in row...Eugene Kosov2019-01-251-0/+14
* | MDEV-18122 Assertion 'table->versioned() == m_prebuilt->table->versioned()' f...Aleksey Midenkov2019-01-251-0/+9
* | MDEV-18173 Assertion `o->ind == vers_end' or `o->ind == vers_start' failed in...Aleksey Midenkov2019-01-141-0/+11
* | MDEV-17697 Broken versioning info after instant drop columnAleksey Midenkov2018-12-281-0/+24
* | MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-121-1/+1
* | 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