~drizzle-trunk/drizzle/development

2116.1.1 by David Shrewsbury
Initial version of slave replication plugin.
1
[plugin]
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
2
title=Replication Slave
2116.1.1 by David Shrewsbury
Initial version of slave replication plugin.
3
version=1.0
4
author=David Shrewsbury
2244.1.1 by Monty Taylor
Split libdrizzle into 1.0 and 2.0. Applied the C++ changes to 2.0 branch.
5
cxxflags=${LIBDRIZZLE_CPPFLAGS}
2116.1.1 by David Shrewsbury
Initial version of slave replication plugin.
6
description=Provides slave replication services
2116.1.31 by David Shrewsbury
Major refactor of common functionality into new classes.
7
sources=module.cc replication_slave.cc queue_thread.cc queue_consumer.cc queue_producer.cc sql_executor.cc replication_schema.cc
8
headers=replication_slave.h queue_thread.h queue_consumer.h queue_producer.h sql_executor.h replication_schema.h
2259.1.1 by Monty Taylor
Finish the transition to libdrizzle-2.0 libs (after discussion with derks
9
libs=${top_builddir}/libdrizzle-2.0/libdrizzle/libdrizzle-2.0.la