Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
6470a934
Commit
6470a934
authored
Jan 09, 2018
by
Sergei Golubchik
Committed by
Aleksey Midenkov
Jan 10, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tests: use bigint in versioning.create,trx_id
parent
34abee2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mysql-test/suite/versioning/t/create.test
mysql-test/suite/versioning/t/create.test
+4
-4
No files found.
mysql-test/suite/versioning/t/create.test
View file @
6470a934
...
...
@@ -5,14 +5,14 @@
drop
table
if
exists
t1
;
--
enable_warnings
--
replace_result
$default_engine
DEFAULT_ENGINE
$sys_datatype
SYS_DATATYPE
NULL
''
--
replace_result
$default_engine
DEFAULT_ENGINE
$sys_datatype
_expl
SYS_DATATYPE
NULL
''
eval
create
table
t1
(
x1
int
unsigned
,
Sys_start
$sys_datatype
as
row
start
invisible
comment
'start'
,
Sys_end
$sys_datatype
as
row
end
invisible
comment
'end'
,
Sys_start
$sys_datatype
_expl
as
row
start
invisible
comment
'start'
,
Sys_end
$sys_datatype
_expl
as
row
end
invisible
comment
'end'
,
period
for
system_time
(
Sys_start
,
Sys_end
)
)
with
system
versioning
;
--
replace_result
$default_engine
DEFAULT_ENGINE
$sys_datatype
SYS_DATATYPE
--
replace_result
$default_engine
DEFAULT_ENGINE
$sys_datatype
_expl
SYS_DATATYPE
show
create
table
t1
;
--
echo
# Implicit fields test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment