summaryrefslogtreecommitdiff
path: root/mysql-test/suite/versioning
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Sergei Golubchik2019-01-262-0/+23
|\
| * MDEV-18057 Assertion `(node->state == 5) || (node->state == 6)' failed in row...Eugene Kosov2019-01-252-0/+23
* | MDEV-18122 Assertion 'table->versioned() == m_prebuilt->table->versioned()' f...Aleksey Midenkov2019-01-252-0/+18
* | MDEV-18173 Assertion `o->ind == vers_end' or `o->ind == vers_start' failed in...Aleksey Midenkov2019-01-142-0/+19
* | MDEV-17697 Broken versioning info after instant drop columnAleksey Midenkov2018-12-282-0/+35
* | MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-122-2/+2
* | MDEV-15253: Default optimizer setting changes for MariaDB 10.4Varun Gupta2018-12-091-1/+1
* | MDEV-17319 Assertion `ts_type != MYSQL_TIMESTAMP_TIME' failed upon inserting ...Alexander Barkov2018-12-021-3/+3
* | MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMPbb-10.4-mdev16991Alexander Barkov2018-11-262-0/+21
* | MDEV-17563 Different results using table or view when comparing values of tim...Alexander Barkov2018-11-081-4/+4
* | Merge 10.3 into 10.4Marko Mäkelä2018-11-067-209/+248
|\ \ | |/
| * MDEV-17038 ALTER TABLE CHANGE COLUMN c1 c1 bigint NOT NULL - generates error ...Aleksey Midenkov2018-11-017-229/+240
* | MDEV-15662 Instant DROP COLUMN or changing the order of columnsMarko Mäkelä2018-10-192-4/+2
* | Merge 10.3 into 10.4Marko Mäkelä2018-10-052-0/+5
|\ \ | |/
| * MDEV-16211 Contents of transaction_registry not replicated by GaleraEugene Kosov2018-10-012-0/+5
* | Merge 10.3 into 10.4Marko Mäkelä2018-09-112-0/+16
|\ \ | |/
| * MDEV-16783 Assertion `!conds' failed in mysql_delete upon 2nd execution of SP...Nikita Malyavin2018-08-242-0/+16
* | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-0412-9/+98
|/
* MDEV-16102 Wrong ER_DUP_ENTRY upon ADD UNIQUE KEY on versioned tableAleksey Midenkov2018-06-302-0/+29
* MDEV-15947 ASAN heap-use-after-free in Item_ident::print or in my_strcasecmp_...Eugene Kosov2018-06-302-0/+22
* MDEV-15645 Assertion `table->insert_values' failed in write_record upon REPLA...Eugene Kosov2018-06-302-1/+17
* MDEV-16330 Allow instant change of WITH SYSTEM VERSIONING column attributeEugene Kosov2018-06-204-1/+351
* MDEV-15991 Server crashes in setup_on_expr upon calling SP or function execut...Eugene Kosov2018-06-032-0/+39
* Vers cleanupsAleksey Midenkov2018-06-032-8/+4
* cleanup: vers tests, remove create_table procedureSergei Golubchik2018-06-034-32/+48
* MDEV-15380 Index for versioned table gets corrupt after partitioning and DELETEEugene Kosov2018-05-222-0/+37
* MDEV-15979 DELETE HISTORY from a table with transaction-precise versioning ca...Aleksey Midenkov2018-05-172-8/+45
* MDEV-16094 Crash when using AS OF with a stored functionAlexander Barkov2018-05-154-1/+441
* Adjusted test results after mdev-15159.Igor Babaev2018-05-141-3/+3
* MDEV-15980 FOR SYSTEM_TIME BETWEEN and FROM .. TO work with negative intervalsEugene Kosov2018-05-122-0/+44
* MDEV-14823, MDEV-15956 Versioning error messages fixesAleksey Midenkov2018-05-124-0/+18
* MDEV-16043 Assertion thd->Item_change_list::is_empty() failed in mysql_parse ...Aleksey Midenkov2018-05-122-0/+16
* remove obsolete rdiffSergei Golubchik2018-05-121-166/+0
* MDEV-16024 transaction_registry.begin_timestamp is wrong for explicit transac...Aleksey Midenkov2018-05-123-0/+32
* MDEV-16010 Too many rows with AS OF point_in_the_past_or_NULLAleksey Midenkov2018-05-123-1/+26
* MDEV-15978 Add Feature_system_versioning status variableAleksey Midenkov2018-05-122-0/+5
* MDEV-15893 Rename VTQ to TRTEugene Kosov2018-05-1211-82/+82
* versioning: use @@timestampSergei Golubchik2018-05-124-59/+7
* MDEV-14820 System versioning is applied incorrectly to CTEsSergei Golubchik2018-05-123-30/+350
* MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN...Thirunarayanan Balathandayuthapani2018-05-071-2/+0
* MDEV-15788 versioning.partition, versioning.rpl fail on most windows builds i...Sergei Golubchik2018-04-124-145/+114
* MDEV-15413 Unexpected errors upon CREATE TABLE .. WITH SYSTEM VERSIONING AS S...Sergei Golubchik2018-04-103-20/+57
* MDEV-15427 IB: TRX_ID based operations inside transaction generate historyAleksey Midenkov2018-04-102-16/+68
* MDEV-15391 Server crashes in JOIN::fix_all_splittings_in_plan or Assertion `j...Sergei Golubchik2018-04-103-14/+74
* MDEV-15378 Valid query causes invalid view definition due to syntax limitatio...Sergei Golubchik2018-04-102-4/+29
* MDEV-15062 Information Schema COLUMNS Table does not show system versioning i...Eugene Kosov2018-04-102-0/+18
* wording: don't prohibitSergei Golubchik2018-04-104-7/+7
* MDEV-14790 System versioning for system tables does not work as expectedAleksey Midenkov2018-04-102-0/+19
* dead code in versioning/common.incSergei Golubchik2018-04-102-28/+0
* dead code - related to vtmdSergei Golubchik2018-04-107-1211/+0