[Linux-traipu] [Bug 1001199] Re: query_log output is mangled due to multithreadedness

2013-01-10 Thread Stewart Smith
** Changed in: drizzle Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of UBUNTU - AL - BR, which is subscribed to Drizzle. https://bugs.launchpad.net/bugs/1001199 Title: query_log output is mangled due to multithreadedness Status in

[Linux-traipu] [Bug 1001199] Re: query_log output is mangled due to multithreadedness

2013-01-04 Thread Stewart Smith
** Changed in: drizzle Status: New = Fix Committed ** Changed in: drizzle Importance: Undecided = Medium ** Changed in: drizzle Assignee: (unassigned) = Stewart Smith (stewart) ** Changed in: drizzle Milestone: None = 7.2.5 -- You received this bug notification because you

[Linux-traipu] [Bug 1001199] Re: query_log output is mangled due to multithreadedness

2013-01-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~stewart/drizzle/bug1001199 -- You received this bug notification because you are a member of UBUNTU - AL - BR, which is subscribed to Drizzle. https://bugs.launchpad.net/bugs/1001199 Title: query_log output is mangled due to multithreadedness Status in A Lightweight SQL

Re: [Linux-traipu] [Bug 1001199] Re: query_log output is mangled due to multithreadedness

2012-05-29 Thread Stewart Smith
On Fri, 18 May 2012 14:12:21 -, Daniel Nichter dan...@percona.com wrote: Does logging_query have this problem too? Its code says: // a single write has a kernel thread lock, thus no need mutex guard this wrv= write(fd, msgbuf.c_str(), msgbuf.length()); assert(wrv ==

[Linux-traipu] [Bug 1001199] Re: query_log output is mangled due to multithreadedness

2012-05-18 Thread Daniel Nichter
Henrik, Does logging_query have this problem too? Its code says: // a single write has a kernel thread lock, thus no need mutex guard this wrv= write(fd, msgbuf.c_str(), msgbuf.length()); assert(wrv == msgbuf.length()); Whereas query_log does, _fh # start_ts= event-ts

[Linux-traipu] [Bug 1001199] Re: query_log output is mangled due to multithreadedness

2012-05-18 Thread Henrik Ingo
I did not try logging_query. I'll let you know if I ever do. (This is on a work computer that I occasionally play with.) -- You received this bug notification because you are a member of UBUNTU - AL - BR, which is subscribed to Drizzle. https://bugs.launchpad.net/bugs/1001199 Title: query_log