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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
a265fde6
Commit
a265fde6
authored
Feb 02, 2011
by
Georgi Kodinov
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
72ae1d65
0a8419df
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
mysql-test/r/func_time.result
mysql-test/r/func_time.result
+1
-0
mysql-test/t/func_time.test
mysql-test/t/func_time.test
+3
-0
No files found.
mysql-test/r/func_time.result
View file @
a265fde6
...
@@ -1318,6 +1318,7 @@ SET TIMESTAMP=-1;
...
@@ -1318,6 +1318,7 @@ SET TIMESTAMP=-1;
SELECT UTC_TIMESTAMP();
SELECT UTC_TIMESTAMP();
SET TIMESTAMP=1;
SET TIMESTAMP=1;
SELECT UTC_TIMESTAMP();
SELECT UTC_TIMESTAMP();
SET TIMESTAMP=0;
End of 5.0 tests
End of 5.0 tests
select date_sub("0050-01-01 00:00:01",INTERVAL 2 SECOND);
select date_sub("0050-01-01 00:00:01",INTERVAL 2 SECOND);
date_sub("0050-01-01 00:00:01",INTERVAL 2 SECOND)
date_sub("0050-01-01 00:00:01",INTERVAL 2 SECOND)
...
...
mysql-test/t/func_time.test
View file @
a265fde6
...
@@ -837,6 +837,9 @@ SET TIMESTAMP=-1; SELECT UTC_TIMESTAMP();
...
@@ -837,6 +837,9 @@ SET TIMESTAMP=-1; SELECT UTC_TIMESTAMP();
SET
TIMESTAMP
=
1
;
SELECT
UTC_TIMESTAMP
();
SET
TIMESTAMP
=
1
;
SELECT
UTC_TIMESTAMP
();
--
enable_result_log
--
enable_result_log
#reset back the timestamp value
SET
TIMESTAMP
=
0
;
--
echo
End
of
5.0
tests
--
echo
End
of
5.0
tests
...
...
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