Re: [GENERAL] Limiting the amount of data in a variable when logging slow queries

2017-04-23 Thread Brett Delle Grazie
On 21 April 2017 at 12:13, Brett Delle Grazie wrote: > Hi, > > We've enabled the slow query log and have a particular query that is > executing an insert against a table containing a binary array column. > > Given the content being stored is upwards of 100MB+ this l

[GENERAL] Limiting the amount of data in a variable when logging slow queries

2017-04-21 Thread Brett Delle Grazie
query log only output the first 'n' bytes of a byte array and/or exempting this particular insert? Thanks, -- Kind regards, Brett Delle Grazie