List:Internals« Previous MessageNext Message »
From:Stewart Smith Date:November 2 2007 3:47am
Subject:Re: Row based replication and plugins
View as plain text  
On Wed, 2007-10-31 at 07:47 +0200, Jan Lindström wrote:
> and from slave.err:
> 
> 071031  8:26:16 [Warning] Slave: Unknown table engine 'soliddb'
> Error_code: 1286
> 
> How we can fig the setup so that slaves would also install plugin needed
> for test execution ?

--connection slave
--disable_warnings
install plugin soliddb soname 'libsoliddb.so';
--enable warnings

--connection master
FOO;


Personally, I think *not* replicating install plugin is the right thing
to do... as there's no guarantee that it does remotely the same thing on
the slave as the master.

-- 
Stewart Smith, Senior Software Engineer
MySQL AB, www.mysql.com
Office: +14082136540 Ext: 6616
VoIP: 6616@stripped
Mobile: +61 4 3 8844 332

Jumpstart your cluster:
http://www.mysql.com/consulting/packaged/cluster.html

Attachment: [application/pgp-signature] This is a digitally signed message part signature.asc
Attachment: [application/pgp-signature] This is a digitally signed message part signature.asc
Thread
Row based replication and pluginsJan Lindström31 Oct
  • Re: Row based replication and pluginsStewart Smith2 Nov
  • Re: Row based replication and pluginsPaul McCullagh2 Nov