00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef DRIZZLED_MODULE_LOAD_LIST_H
00021 #define DRIZZLED_MODULE_LOAD_LIST_H
00022
00023
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
00027
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
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
00035