[ 
https://issues.apache.org/jira/browse/TS-4976?focusedWorklogId=30774&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-30774
 ]

ASF GitHub Bot logged work on TS-4976:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/Oct/16 21:49
            Start Date: 17/Oct/16 21:49
    Worklog Time Spent: 10m 
      Work Description: Github user SolidWallOfCode commented on a diff in the 
pull request:

    https://github.com/apache/trafficserver/pull/1114#discussion_r83742164
  
    --- Diff: plugins/experimental/mysql_remap/mysql_remap.cc ---
    @@ -232,7 +232,7 @@ TSPluginInit(int argc, const char *argv[])
         return;
       }
     
    -  data->query = (char *)TSmalloc(QSIZE * sizeof(char)); // TODO: malloc 
smarter sizes
    +  data->query = TSmalloc(QSIZE * sizeof(char)); // TODO: malloc smarter 
sizes
    --- End diff --
    
    Ah, that's not being compiled for me due to lack of mySQL packages.


Issue Time Tracking
-------------------

    Worklog Id:     (was: 30774)
    Time Spent: 0.5h  (was: 20m)

> Clean up casting in the plugins.
> --------------------------------
>
>                 Key: TS-4976
>                 URL: https://issues.apache.org/jira/browse/TS-4976
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Plugins
>            Reporter: Alan M. Carroll
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> With TS-4971 committed, we should clean up the {{const_cast}} formerly 
> required.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to