Sergei Golubchik
|
b3fe45bcd4
|
rephrase error messages, fix quoting
|
2017-12-08 16:26:17 +03:00 |
|
Sergei Golubchik
|
903be4e6be
|
remove my_error_as and one unnecessary error message
|
2017-12-08 16:26:16 +03:00 |
|
Aleksey Midenkov
|
5bf14f93a4
|
Tests: fix combinations
|
2017-12-04 00:49:44 +03:00 |
|
Aleksey Midenkov
|
5c820a7125
|
SQL: create_like_table strip versioning for tmp tables [#365 bug 6]
Tests affected (forced versioning):
rpl.rpl_row_merge_engine
|
2017-12-01 12:21:49 +03:00 |
|
Aleksey Midenkov
|
7320c683b9
|
Parser: disable SV for tmp tables [closes #344]
|
2017-11-27 15:07:33 +03:00 |
|
Eugene Kosov
|
f9b8c908a0
|
SQL: ADD/DROP SYSTEM VERSIONING syntax for ALTER TABLE
|
2017-11-17 11:25:49 +03:00 |
|
Eugene Kosov
|
b4cd2d3c12
|
Tests: duplicate system versioning field
|
2017-08-18 15:30:55 +03:00 |
|
Aleksey Midenkov
|
d3d2ea9fd5
|
SQL, Parser: system_time logic and syntax fixes [closes #237]
|
2017-08-08 17:12:16 +03:00 |
|
Eugene Kosov
|
1903b407da
|
SQL: ignore columns WITHOUT VERSIONING [fixes #220]
|
2017-07-04 17:45:14 +03:00 |
|
Aleksey Midenkov
|
72de7721b9
|
SQL: No implicit versioning when created from SELECT [closes #219]
|
2017-07-03 17:38:59 +03:00 |
|
Eugene Kosov
|
46d572dde4
|
SQL: default engine fix in create from versioned [fixes #206]
|
2017-06-29 12:07:16 +03:00 |
|
kevg
|
ec0002e908
|
Parser: useful attributes for AS ROW fields
|
2017-05-18 17:46:04 +03:00 |
|
Aleksey Midenkov
|
67cd92b6f4
|
SQL, IB: Copy history via CREATE .. SELECT [closes #157, #152]
|
2017-05-05 20:36:33 +03:00 |
|
kevg
|
9355e3e966
|
SQL: CREATE TABLE LIKE for versioned tables [fixes #146]
|
2017-05-05 20:36:29 +03:00 |
|
kevg
|
204b54d2d9
|
SQL: create versioned tmp table from query [fixes #144]
|
2017-05-05 20:36:28 +03:00 |
|
kevg
|
a17b8f707f
|
0.5: basic support for ALTER TABLE for InnoDB and other storage engines [closes #57]
|
2017-05-05 20:36:21 +03:00 |
|
Aleksey Midenkov
|
303d72a0f4
|
SQL: redundant error codes reduced
Replaced codes:
ER_NO_VERSIONED_FIELDS_IN_VERSIONED_TABLE
ER_MISSING_WITH_SYSTEM_VERSIONING
ER_SYS_START_NOT_SPECIFIED
ER_SYS_END_NOT_SPECIFIED
ER_MISSING_PERIOD_FOR_SYSTEM_TIME
ER_PERIOD_FOR_SYSTEM_TIME_CONTAINS_WRONG_START_COLUMN
ER_PERIOD_FOR_SYSTEM_TIME_CONTAINS_WRONG_END_COLUMN
ER_SYS_START_AND_SYS_END_SAME
ER_SYS_START_MORE_THAN_ONCE
ER_SYS_END_MORE_THAN_ONCE
with:
ER_VERS_WRONG_PARAMS
ER_VERS_FIELD_WRONG_TYPE
|
2017-05-05 20:36:18 +03:00 |
|
Aleksey Midenkov
|
d3b737d910
|
Tests: moved to dedicated versioning suite
Run `mtr --suite=versioning` or `mtr versioning.<test-name>`
|
2017-05-05 20:36:13 +03:00 |
|