~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_syslog/logging_syslog.cc

  • Committer: Brian Aker
  • Date: 2009-03-10 07:23:57 UTC
  • mfrom: (923.1.8 merge)
  • Revision ID: brian@tangent.org-20090310072357-8k8bx8wn56v7pwmw
Merge of the removal of dead COM code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
{
67
67
  assert(session != NULL);
68
68
 
69
 
  // skip returning field list, too verbose */
70
 
  if (session->command == COM_FIELD_LIST)
71
 
    return false;
72
 
 
73
69
  // return if not enabled or query was too fast or resultset was too small
74
70
  if (sysvar_logging_syslog_enable == false)
75
71
    return false;