filtered_replicator not filtering all events

Bug #701056 reported by David Shrewsbury
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
High
David Shrewsbury
7.0
Fix Released
High
David Shrewsbury

Bug Description

Looks like certain events are not being filtered out by filtered_replicator plugin. The below example DOES filter out the 'CREATE SCHEMA foo' but NOT the foo table creation.

sbin/drizzled --datadir=$PWD/var --transaction-log.enable --plugin-add=filtered_replicator --transaction-log.use-replicator=filtered --filtered-replicator.filteredschemas=foo &

CREATE SCHEMA foo;
USE foo;
CREATE TABLE foo1 (id INT NOT NULL PRIMARY KEY);

Tags: replication

Related branches

Changed in drizzle:
status: Confirmed → In Progress
milestone: none → 2011-01-17
Revision history for this message
David Shrewsbury (dshrews) wrote :

Schema name being ignored on CREATE TABLE messages.

Also found where a mutex wasn't being released when setting variable for filtered schemas.

Changed in drizzle:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.