~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/query_log/file.cc

  • Committer: Mark Atwood
  • Date: 2011-09-20 06:47:25 UTC
  • mfrom: (2420.1.1 query-log-1.0)
  • Revision ID: me@mark.atwood.name-20110920064725-wfa8n7up69l4ulod
mergeĀ lp:~daniel-nichter/drizzle/query-log-ts

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
{
38
38
  if (_fh.is_open())
39
39
  {
40
 
    _fh << "# " << event->ts << "\n"
 
40
    _fh << "# start_ts=" << event->ts
 
41
        << "\n"
41
42
        << "# session_id="     << event->session_id
42
43
        <<  " query_id="       << event->query_id
43
44
        <<  " rows_examined="  << event->rows_examined