You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Dyre Tjeldvoll (JIRA)" <de...@db.apache.org> on 2006/01/23 16:23:10 UTC

[jira] Reopened: (DERBY-815) Prevent unneeded object creation and excessive decoding in parseSQLDTA_work()

     [ http://issues.apache.org/jira/browse/DERBY-815?page=all ]
     
Dyre Tjeldvoll reopened DERBY-815:
----------------------------------


Actually, this fix has not been oommitted yet. The commit message mentioned the wrong issue number

> Prevent unneeded object creation and excessive decoding in parseSQLDTA_work()
> -----------------------------------------------------------------------------
>
>          Key: DERBY-815
>          URL: http://issues.apache.org/jira/browse/DERBY-815
>      Project: Derby
>         Type: Sub-task
>   Components: Network Server, Performance
>     Versions: 10.1.1.0, 10.1.1.1, 10.1.1.2, 10.1.2.0, 10.1.2.1, 10.1.3.0, 10.1.2.2, 10.0.2.2
>     Reporter: Knut Anders Hatlen
>     Assignee: Dyre Tjeldvoll
>     Priority: Minor
>      Fix For: 10.2.0.0
>  Attachments: derby-815.diff, derby-815.stat, derbyall_report.txt
>
> Reported by Kathey Marsden in DERBY-212:
> In reviewing the Network Server Code and profiling there were several
> areas that showed potential for providing performance
> improvement. Functions that need optimizing to prevent unneeded object
> creation and excessive decoding: parseSQLDTA_work()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Reopened: (DERBY-815) Prevent unneeded object creation and excessive decoding in parseSQLDTA_work()

Posted by "Bernt M. Johnsen" <Be...@Sun.COM>.
>>>>>>>>>>>> Bernt M. Johnsen wrote (2006-01-24 09:37:09):
> >>>>>>>>>>>> Dyre Tjeldvoll (JIRA) wrote (2006-01-23 16:23:10):
> >      [ http://issues.apache.org/jira/browse/DERBY-815?page=all ]
> >      
> > Dyre Tjeldvoll reopened DERBY-815:
> > ----------------------------------
> > 
> > 
> > Actually, this fix has not been oommitted yet. The commit message
> > mentioned the wrong issue number
> 
> Yes. The patch was for DERBY-825. hmmmm.... have to try to fix the svn
> log.....

Well. I admit the blunder and don't know how to fix it in svn. When I
comitted DERBY-825, I used a message for suitable for DERBY-815. So
much for trying to do two things at once..... :-(

Any ideas anyone?

-- 
Bernt Marius Johnsen, Database Technology Group, 
Staff Engineer, Technical Lead Derby/Java DB
Sun Microsystems, Trondheim, Norway

Re: [jira] Reopened: (DERBY-815) Prevent unneeded object creation and excessive decoding in parseSQLDTA_work()

Posted by "Bernt M. Johnsen" <Be...@Sun.COM>.
>>>>>>>>>>>> Andrew McIntyre wrote (2006-01-24 01:38:16):
> 
> On Jan 24, 2006, at 12:37 AM, Bernt M. Johnsen wrote:
> >
> >Yes. The patch was for DERBY-825. hmmmm.... have to try to fix the svn
> >log.....
> 
> To change the log message, do:
> 
> svn propedit --revprop -r 370806 svn:log

Thanks. Dyre found the same command in the docs. Fixed now.
-- 
Bernt Marius Johnsen, Database Technology Group, 
Staff Engineer, Technical Lead Derby/Java DB
Sun Microsystems, Trondheim, Norway

Re: [jira] Reopened: (DERBY-815) Prevent unneeded object creation and excessive decoding in parseSQLDTA_work()

Posted by Andrew McIntyre <mc...@gmail.com>.
On Jan 24, 2006, at 12:37 AM, Bernt M. Johnsen wrote:
>
> Yes. The patch was for DERBY-825. hmmmm.... have to try to fix the svn
> log.....

To change the log message, do:

svn propedit --revprop -r 370806 svn:log

This will bring up the log message in your editor, and you can fix it  
as necessary.

andrew

Re: [jira] Reopened: (DERBY-815) Prevent unneeded object creation and excessive decoding in parseSQLDTA_work()

Posted by "Bernt M. Johnsen" <Be...@Sun.COM>.
>>>>>>>>>>>> Dyre Tjeldvoll (JIRA) wrote (2006-01-23 16:23:10):
>      [ http://issues.apache.org/jira/browse/DERBY-815?page=all ]
>      
> Dyre Tjeldvoll reopened DERBY-815:
> ----------------------------------
> 
> 
> Actually, this fix has not been oommitted yet. The commit message
> mentioned the wrong issue number

Yes. The patch was for DERBY-825. hmmmm.... have to try to fix the svn
log.....

> 
> > Prevent unneeded object creation and excessive decoding in parseSQLDTA_work()
> > -----------------------------------------------------------------------------
> >
> >          Key: DERBY-815
> >          URL: http://issues.apache.org/jira/browse/DERBY-815
> >      Project: Derby
> >         Type: Sub-task
> >   Components: Network Server, Performance
> >     Versions: 10.1.1.0, 10.1.1.1, 10.1.1.2, 10.1.2.0, 10.1.2.1, 10.1.3.0, 10.1.2.2, 10.0.2.2
> >     Reporter: Knut Anders Hatlen
> >     Assignee: Dyre Tjeldvoll
> >     Priority: Minor
> >      Fix For: 10.2.0.0
> >  Attachments: derby-815.diff, derby-815.stat, derbyall_report.txt
> >
> > Reported by Kathey Marsden in DERBY-212:
> > In reviewing the Network Server Code and profiling there were several
> > areas that showed potential for providing performance
> > improvement. Functions that need optimizing to prevent unneeded object
> > creation and excessive decoding: parseSQLDTA_work()
> 
> -- 
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
>    http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see:
>    http://www.atlassian.com/software/jira
> 

-- 
Bernt Marius Johnsen, Database Technology Group, 
Staff Engineer, Technical Lead Derby/Java DB
Sun Microsystems, Trondheim, Norway