On Friday 15 December 2006 11:53, Steve Edberg wrote: > At 11:12 AM -0800 12/15/06, Chris Comparini wrote: > >Hello, > > > >Say I wanted to log some various server status variables to > >a table. What I'd like to do, ideally, is something like > >this: > > > >insert into SomeLogTable (Threads) show status like 'Threads_running'; > >[...] > If you're referring to MySQL status vars and you are using MySQL >= > 5.0, you can indeed do this. For example: > [...] > > [EMAIL PROTECTED]> select @@wait_timeout; > [...]
Ahh, sadly, the status vars don't include the parts of that status which I'm looking for. This would work if they did, though. Thanks! -Chris -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]