~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/query_log/file.cc

  • Committer: Daniel
  • Date: 2011-09-18 20:03:12 UTC
  • mto: This revision was merged to the branch mainline in revision 2422.
  • Revision ID: daniel@ubuntu-10-20110918200312-wuih58m2iey3l5t5
Make first event line start_ts=TS.  Update and expand docu; fix a typo (wrong version).

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