Drizzled Public API Documentation

load_list.h
00001 /* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
00002  *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
00003  *
00004  *  Copyright (C) 2009 Sun Microsystems, Inc.
00005  *
00006  *  This program is free software; you can redistribute it and/or modify
00007  *  it under the terms of the GNU General Public License as published by
00008  *  the Free Software Foundation; version 2 of the License.
00009  *
00010  *  This program is distributed in the hope that it will be useful,
00011  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  *  GNU General Public License for more details.
00014  *
00015  *  You should have received a copy of the GNU General Public License
00016  *  along with this program; if not, write to the Free Software
00017  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00018  */
00019 
00020 #ifndef DRIZZLED_MODULE_LOAD_LIST_H
00021 #define DRIZZLED_MODULE_LOAD_LIST_H
00022 
00023 /* The list of builtin plugins */
00024 #define PANDORA_BUILTIN_LIST "utility_functions,user_locks,transaction_log,table_cache_dictionary,string_functions,status_dictionary,sleep,signal_handler,show_dictionary,session_dictionary,schema_engine,schema_dictionary,replication_dictionary,registry_dictionary,protocol_dictionary,mysql_unix_socket_protocol,mysql_protocol,myisam,memory,math_functions,innobase,information_schema_dictionary,function_engine,error_dictionary,drizzle_protocol,console,collation_dictionary,catalog,auth_all"
00025 #define PANDORA_BUILTIN_LOAD_LIST "utility_functions,user_locks,transaction_log,table_cache_dictionary,string_functions,status_dictionary,sleep,signal_handler,show_dictionary,session_dictionary,schema_engine,schema_dictionary,replication_dictionary,registry_dictionary,protocol_dictionary,myisam,memory,math_functions,innobase,information_schema_dictionary,function_engine,error_dictionary,drizzle_protocol,console,collation_dictionary,catalog,auth_all"
00026 /* List of plugins that should be loaded on startup if no
00027  * value is given for --plugin-load */
00028 #define PANDORA_PLUGIN_LIST "version,uuid_function,syslog,substr_functions,show_schema_proto,rot13,reverse_function,rand_function,multi_thread,md5,logging_stats,length,hex_functions,errmsg_stderr,default_replicator,crc32,connection_id,compression,charlength,benchmark,ascii,"
00029 
00030 /* The list of builtin plugins */
00031 #define  PANDORA_BUILTIN_SYMBOLS_LIST _drizzled_utility_functions_plugin_,_drizzled_user_locks_plugin_,_drizzled_transaction_log_plugin_,_drizzled_table_cache_dictionary_plugin_,_drizzled_string_functions_plugin_,_drizzled_status_dictionary_plugin_,_drizzled_sleep_plugin_,_drizzled_signal_handler_plugin_,_drizzled_show_dictionary_plugin_,_drizzled_session_dictionary_plugin_,_drizzled_schema_engine_plugin_,_drizzled_schema_dictionary_plugin_,_drizzled_replication_dictionary_plugin_,_drizzled_registry_dictionary_plugin_,_drizzled_protocol_dictionary_plugin_,_drizzled_mysql_unix_socket_protocol_plugin_,_drizzled_mysql_protocol_plugin_,_drizzled_myisam_plugin_,_drizzled_memory_plugin_,_drizzled_math_functions_plugin_,_drizzled_innobase_plugin_,_drizzled_information_schema_dictionary_plugin_,_drizzled_function_engine_plugin_,_drizzled_error_dictionary_plugin_,_drizzled_drizzle_protocol_plugin_,_drizzled_console_plugin_,_drizzled_collation_dictionary_plugin_,_drizzled_catalog_plugin_,_drizzled_auth_all_plugin_
00032 #define  PANDORA_BUILTIN_LOAD_SYMBOLS_LIST _drizzled_utility_functions_plugin_,_drizzled_user_locks_plugin_,_drizzled_transaction_log_plugin_,_drizzled_table_cache_dictionary_plugin_,_drizzled_string_functions_plugin_,_drizzled_status_dictionary_plugin_,_drizzled_sleep_plugin_,_drizzled_signal_handler_plugin_,_drizzled_show_dictionary_plugin_,_drizzled_session_dictionary_plugin_,_drizzled_schema_engine_plugin_,_drizzled_schema_dictionary_plugin_,_drizzled_replication_dictionary_plugin_,_drizzled_registry_dictionary_plugin_,_drizzled_protocol_dictionary_plugin_,_drizzled_myisam_plugin_,_drizzled_memory_plugin_,_drizzled_math_functions_plugin_,_drizzled_innobase_plugin_,_drizzled_information_schema_dictionary_plugin_,_drizzled_function_engine_plugin_,_drizzled_error_dictionary_plugin_,_drizzled_drizzle_protocol_plugin_,_drizzled_console_plugin_,_drizzled_collation_dictionary_plugin_,_drizzled_catalog_plugin_,_drizzled_auth_all_plugin_
00033 
00034 #endif /* DRIZZLED_MODULE_LOAD_LIST_H */
00035