~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.cc

Fixed -Wmissing-declarations

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
    true        Error
166
166
*/
167
167
 
168
 
int archive_db_init(PluginRegistry &registry)
 
168
static int archive_db_init(PluginRegistry &registry)
169
169
{
170
170
 
171
171
  pthread_mutex_init(&archive_mutex, MY_MUTEX_INIT_FAST);
189
189
    false       OK
190
190
*/
191
191
 
192
 
int archive_db_done(PluginRegistry &registry)
 
192
static int archive_db_done(PluginRegistry &registry)
193
193
{
194
194
  registry.remove(archive_engine);
195
195
  delete archive_engine;