~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/query_log/module.cc

  • Committer: Daniel Nichter
  • Date: 2011-05-21 00:14:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2387.
  • Revision ID: daniel@percona.com-20110521001419-ze7897ghslx83qjl
Change to GPLv3 license.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
 
1
/* - mode: c; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
 *  Copyright (C) 2011 Daniel Nichter
 
4
 *  Copyright 2011 Daniel Nichter
5
5
 *
6
 
 *  This program is free software; you can redistribute it and/or modify
 
6
 *  This program is free software: you can redistribute it and/or modify
7
7
 *  it under the terms of the GNU General Public License as published by
8
 
 *  the Free Software Foundation; version 2 of the License.
 
8
 *  the Free Software Foundation, either version 3 of the License, or
 
9
 *  (at your option) any later version.
9
10
 *
10
11
 *  This program is distributed in the hope that it will be useful,
11
12
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13
14
 *  GNU General Public License for more details.
14
15
 *
15
16
 *  You should have received a copy of the GNU General Public License
16
 
 *  along with this program; if not, write to the Free Software
17
 
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
17
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
18
 */
19
19
 
20
20
#include <config.h>