You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/15 03:11:01 UTC

[jira] [Commented] (TRAFODION-2157) add built-in support of popular MySQL functions

    [ https://issues.apache.org/jira/browse/TRAFODION-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16365090#comment-16365090 ] 

ASF GitHub Bot commented on TRAFODION-2157:
-------------------------------------------

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 <ov...@...>
Date:   2018-02-14T08:57:58Z

    [TRAFODION-2157] add MySQL function unix_timestamp,uuid,sleep

commit 3555983cdeb03059277913babd646400f5f319ff
Author: Liu Ming <ov...@...>
Date:   2018-02-14T08:58:30Z

    Merge branch 'master' of git://git.apache.org/trafodion into TRAFODION-2157

commit 3c6bce6e10e8f319bcdeffa272ffc4ac31a74f48
Author: Liu Ming <ov...@...>
Date:   2018-02-14T21:51:10Z

    [TRAFODION-2157] fix various issues

----


> add built-in support of popular MySQL functions
> -----------------------------------------------
>
>                 Key: TRAFODION-2157
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2157
>             Project: Apache Trafodion
>          Issue Type: Umbrella
>            Reporter: liu ming
>            Assignee: liu ming
>            Priority: Major
>
> To make migration easier, it will be great to add support for those very popular MySQL functions.
> For example GROUP_CONCAT



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)