MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pfs_column_values.cc
Go to the documentation of this file.
1 /* Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
2 
3  This program is free software; you can redistribute it and/or modify
4  it under the terms of the GNU General Public License as published by
5  the Free Software Foundation; version 2 of the License.
6 
7  This program is distributed in the hope that it will be useful,
8  but WITHOUT ANY WARRANTY; without even the implied warranty of
9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10  GNU General Public License for more details.
11 
12  You should have received a copy of the GNU General Public License
13  along with this program; if not, write to the Free Software Foundation,
14  51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
15 
22 #include "my_global.h"
23 #include "pfs_column_values.h"
24 
26 { C_STRING_WITH_LEN("performance_schema") };
27 
29 { C_STRING_WITH_LEN("wait/synch/mutex/") };
30 
32 { C_STRING_WITH_LEN("wait/synch/rwlock/") };
33 
35 { C_STRING_WITH_LEN("wait/synch/cond/") };
36 
38 { C_STRING_WITH_LEN("thread/") };
39 
41 { C_STRING_WITH_LEN("wait/io/file/") };
42 
44 { C_STRING_WITH_LEN("stage/") };
45 
47 { C_STRING_WITH_LEN("statement/") };
48 
49 LEX_STRING socket_instrument_prefix=
50 { C_STRING_WITH_LEN("wait/io/socket/") };