Previous Thread
Next Thread
Print Thread
libashmysql.so.1.4.137 #31101 09 May 13 01:20 PM
Joined: Nov 2006
Posts: 2,192
S
Stephen Funkhouser Online Content OP
Member
OP Online Content
Member
S
Joined: Nov 2006
Posts: 2,192
FYI,
This version of the MySQL connector is outputting quite a bit to ashlog.log with the SQL_TRACE disabled. This isn't urgent, but it's rotating K&K's ashlog every couple of hours making it difficult to track down any issues from a few hours ago.

Here's an example.
Code
09-May-13 13:01:31 [p18917-21]<OE01:SQLCON:5ac2> SQL op=1
   op=1, hdl=1, opflags=5, args=83,1, myhdl=9b79910, res=0, pst=0   >>> rc=0, rcext=0, info1=0, info2=0, state=, nest=2
09-May-13 13:01:31 [p18917-21]<OE01:SQLCON:5b61> SQL op=7
   op=7, hdl=1, opflags=5, args=83,1, myhdl=9b79910, res=0, pst=0  
   releasing hdl #1
   mysql_disconnect (9b3c6b8)
   mysql_free_result #0 (9b9b758) >>> rc=0, rcext=0, info1=0, info2=0, state=, nest=2
09-May-13 13:01:31 [p18917-21]<OE01:SQLCON:5b71> SQL op=2
   op=2, hdl=0, opflags=5, args=83,1, myhdl=0, res=0, pst=0   >>> rc=29, rcext=0, info1=0, info2=0, state=, nest=1
09-May-13 13:01:31 [p18917-21]<OE01:SQLCON:5b81> SQL op=2
   op=2, hdl=0, opflags=5, args=83,1, myhdl=0, res=0, pst=0  
   mysql_library_end >>> rc=100, rcext=0, info1=0, info2=0, state=, nest=0


Stephen Funkhouser
Diversified Data Solutions
Re: libashmysql.so.1.4.137 #31102 09 May 13 03:31 PM
Joined: Jun 2001
Posts: 11,645
J
Jack McGregor Online Content
Member
Online Content
Member
J
Joined: Jun 2001
Posts: 11,645
Sorry this has dragged on so long. (I kept getting distracted by other source code management tasks when I start working on the Linux code.) Anyway, I believe that libashmysql.so.1.4.138 properly conditions those traces on the SQLCONF_TRACE flag passed to the SQLOP_INIT_CONN operation.

Next up: bring the -el5 ashell executable up to 6.1.1352 and the compiler up to 635 ...

Re: libashmysql.so.1.4.137 #31103 10 May 13 11:28 AM
Joined: Nov 2006
Posts: 2,192
S
Stephen Funkhouser Online Content OP
Member
OP Online Content
Member
S
Joined: Nov 2006
Posts: 2,192
This appears to honor the flag, but I've only tested it on my development box. I'll put this in production tonight, and let you know if there are any traces that squeak through.


Stephen Funkhouser
Diversified Data Solutions

Moderated by  Jack McGregor, Ty Griffin 

Powered by UBB.threads™ PHP Forum Software 7.7.3