From: Zardosht Kasheff Date: May 22 2010 3:27pm Subject: Re: running replication tests with storage engine plugin installed List-Archive: http://lists.mysql.com/internals/37913 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 excellent. Thanks a lot! -Zardosht On Sat, May 22, 2010 at 11:24 AM, Sergei Golubchik wrote: > 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 >