~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/command_log/plugin.ini

Adds CRC32 checksumming to Command Log plugin (replication logging)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
load_by_default=yes
6
6
sources=command_log.cc command_log_reader.cc command_log_index.cc
7
7
headers=command_log.h command_log_reader.h command_log_index.h
 
8
libadd=$(LIBZ)