File: CMakeLists.txt

package info (click to toggle)
mariadb 1%3A11.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 782,976 kB
  • sloc: ansic: 2,464,174; cpp: 1,797,828; asm: 481,756; perl: 64,071; sh: 51,032; pascal: 40,908; java: 39,363; python: 26,425; yacc: 20,460; sql: 17,907; xml: 12,354; ruby: 8,662; makefile: 6,785; cs: 6,596; ada: 1,891; lex: 1,194; javascript: 996; objc: 80; tcl: 73; awk: 46; php: 22
file content (16 lines) | stat: -rw-r--r-- 751 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (C) 2012 Monty Program Ab.
# 
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1335 USA

MYSQL_ADD_PLUGIN(sql_errlog sql_errlog.c MODULE_ONLY)