<html><head><meta name="Generator" content="PSI HTML/CSS Generator"/>
<style type="text/css"><!--
body{font-family:'Tahoma';font-size:10pt;font-color:'#000000';}
LI{display:list-item;margin:0.00in;}
p{display:block;margin:0.00in;}
body{}
--></style>
</head><BODY BGCOLOR="#CED1E1" ><div><SPAN style="font-family:'Tahoma';font-size:10pt;">Just wondering if this list supports modifications to the app_addon_sql_mysql.c code.</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Tahoma';font-size:10pt;">Looking to get a change to the app so that </SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Courier New';font-size:9pt;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (mysql_real_connect(mysql,dbhost,dbuser,dbpass,dbname,0,NULL,0)) {</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Courier New';font-size:9pt;">can be changed to</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Courier New';font-size:9pt;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (mysql_real_connect(mysql,dbhost,dbuser,dbpass,dbname,0,NULL,CLIENT_MULTI_STATEMENTS)) {</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Courier New';font-size:9pt;">to support calling stored procedures in mysql.</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Courier New';font-size:9pt;">The question arises because addons is where digium places "external" license code.</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Courier New';font-size:9pt;">Should I just post it in the bug tracker, or is there another path for these apps.</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Courier New';font-size:9pt;">Thanks.</SPAN></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</body></html>