From: Sergei Golubchik Date: May 22 2010 3:24pm Subject: Re: running replication tests with storage engine plugin installed List-Archive: http://lists.mysql.com/internals/37912 Message-Id: <20100522152435.GA12215@janus.mylan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, Zardosht! On May 22, Zardosht Kasheff wrote: > > It would be great to run tests with both the innodb plugin and our > plugin installed. The real problem comes when we have additional > variables passed in via --mysqld that are defined in our engine. When > the innodb_plugin test tries to run, because our engine is not loaded, > the variable passed in is undefined and the test fails to run. > > Any ideas? This is easy. We have --loose prefix precisely for this purpose, start all your options with it. E.g. instead of --tokudb-number=15 write --loose-tokudb-number=15. --loose turns "unknown option" error into a warning. Regards, Sergei