GitHub user traflm opened a pull request:
https://github.com/apache/trafodion/pull/1444
[TRAFODION-2157] add MySQL function unix_timestamp,uuid,sleep
This is to add three MySQL compatible functions into Trafodion.
It is required for another JIRA to add unix_timestamp, uuid as default
value of a column definition.
sleep is simple to add, so add with this change as well.
The document will be updated for a separate JIRA asap.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/traflm/trafodion TRAFODION-2157
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1444.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1444
----
commit dbe4cac9c8e58c8dc9c6b86b5c473320df5c44c3
Author: Liu Ming <ovis_poly@...>
Date: 2018-02-14T08:57:58Z
[TRAFODION-2157] add MySQL function unix_timestamp,uuid,sleep
commit 3555983cdeb03059277913babd646400f5f319ff
Author: Liu Ming <ovis_poly@...>
Date: 2018-02-14T08:58:30Z
Merge branch 'master' of git://git.apache.org/trafodion into TRAFODION-2157
commit 3c6bce6e10e8f319bcdeffa272ffc4ac31a74f48
Author: Liu Ming <ovis_poly@...>
Date: 2018-02-14T21:51:10Z
[TRAFODION-2157] fix various issues
----
---