~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/plugin.ini

  • Committer: Joe Daly
  • Date: 2010-01-06 02:20:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1267.
  • Revision ID: skinny.moey@gmail.com-20100106022042-8ov23wc4aq8f9k7d
rename hash_algorithm to algorithm

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
load_by_default=yes
9
9
sources= background_worker.cc info_schema.cc hexdump_transaction_message.cc print_transaction_message.cc transaction_log.cc transaction_log_entry.cc transaction_log_index.cc transaction_log_reader.cc 
10
10
headers= background_worker.h info_schema.h hexdump_transaction_message.h print_transaction_message.h transaction_log.h transaction_log_entry.h transaction_log_index.h transaction_log_reader.h
11
 
libs=${top_builddir}/drizzled/hash_algorithm/libhash.la 
 
11
libs=${top_builddir}/drizzled/algorithm/libhash.la 
12
12
libadd=$(LIBZ)
13
13
cxxflags=${PROTOSKIP_WARNINGS}