GitHub user traflm opened a pull request:
https://github.com/apache/trafodion/pull/1698
[TRAFODION-2968] update SQL manual for MySQL functions unix_timestamp,
uuid, sleep etc
add documentation for some newly added MySQL functions. For comparability
enhancement of Trafodion.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/traflm/trafodion TRAFODION-2968
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1698.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 #1698
----
commit 694d6d407a6def098dfbac4223c0404b852d7081
Author: LiuMing <ovis_poly@...>
Date: 2018-08-19T09:10:51Z
add documentation for uuid()
commit 95348f435b9c7585c09283a95093c9dc47b0cf03
Author: LiuMing <ovis_poly@...>
Date: 2018-08-19T09:26:09Z
add uuid_short() documentation
commit aece4997c66b13fe845f980082713f17e07cc4d1
Author: LiuMing <ovis_poly@...>
Date: 2018-08-19T09:36:19Z
add documentation for sleep() function
commit d8ad0c7a647863601c69bfa0ff52c168d7783138
Author: LiuMing <ovis_poly@...>
Date: 2018-08-19T09:52:30Z
add unix_timestamp documentation
----
---