That's because now it's using bound parameters instead. Those "?" are
replaced by the actual values at execution time.
It's true that it's not very "informative" on the logs, though.

Regards,

Alejandro

2009/9/25 Michael Zervakis <[email protected]>

> Dear All,
>
>   I'm using MYSQL for dlr storage and I noticed that the latest bearerbox
> cvs-20090921 debug output is not presenting correctly the actual SQL
> statements. For example:
>
> 2009-09-25 15:56:53 [7856] [6] DEBUG: sql: INSERT INTO dlr (smsc, ts,
> source, destination, service, url, mask, boxcid, status) VALUES (?, ?, ?, ?,
> ?, ?, ?, ?, 0)
> 2009-09-25 15:58:27 [7856] [7] DEBUG: sql: SELECT mask, service, url,
> source, destination, boxcid FROM dlr WHERE smsc=? AND ts=? LIMIT 1
>
> Regards,
> Michael Zervakis
>
>

Reply via email to