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
f3cb73a4
Commit
f3cb73a4
authored
9 months ago
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert the test change that fais on 32-bit
Closes #3228
parent
eb0c7199
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/main/long_unique_bugs.result
mysql-test/main/long_unique_bugs.result
+2
-2
mysql-test/main/long_unique_bugs.test
mysql-test/main/long_unique_bugs.test
+1
-1
No files found.
mysql-test/main/long_unique_bugs.result
View file @
f3cb73a4
...
...
@@ -59,8 +59,8 @@ update t1 set f = 'foo';
select * from t1;
pk f
1 foo
select pk, f, row_end > DATE'2
106
-01-01' from t1 for system_time all;
pk f row_end > DATE'2
106
-01-01'
select pk, f, row_end > DATE'2
030
-01-01' from t1 for system_time all;
pk f row_end > DATE'2
030
-01-01'
1 foo 1
1 foo 0
1 bar 0
...
...
This diff is collapsed.
Click to expand it.
mysql-test/main/long_unique_bugs.test
View file @
f3cb73a4
...
...
@@ -59,7 +59,7 @@ update t1 set f = 'bar';
select
*
from
t1
;
update
t1
set
f
=
'foo'
;
select
*
from
t1
;
select
pk
,
f
,
row_end
>
DATE
'2
106
-01-01'
from
t1
for
system_time
all
;
select
pk
,
f
,
row_end
>
DATE
'2
030
-01-01'
from
t1
for
system_time
all
;
drop
table
t1
;
--
echo
#
...
...
This diff is collapsed.
Click to expand it.
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