Drizzled Public API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
engine_state_history.h
1
/*
2
Copyright (C) 2011 Stewart Smith
3
4
This program is free software; you can redistribute it and/or
5
modify it under the terms of the GNU General Public License
6
as published by the Free Software Foundation; either version 2
7
of the License, or (at your option) any later version.
8
9
This program is distributed in the hope that it will be useful,
10
but WITHOUT ANY WARRANTY; without even the implied warranty of
11
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
GNU General Public License for more details.
13
14
You should have received a copy of the GNU General Public License
15
along with this program; if not, write to the Free Software
16
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17
*/
18
19
#pragma once
20
21
extern
std::vector<std::string> engine_state_history;
22
23
int
engine_state_history_table_initialize(
drizzled::module::Context
&context);
24
drizzled::module::Context
Definition:
context.h:44
plugin
storage_engine_api_tester
engine_state_history.h
Generated by
1.8.9.1