Bug #47812 ERROR: .opt file references 'EXAMPLE_PLUGIN_OPT' on windows with embedded
Submitted: 4 Oct 2009 14:00 Modified: 5 Oct 2009 3:27
Reporter: Sergey Petrunya Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[4 Oct 2009 14:00] Sergey Petrunya
Description:
On windows, 

  mysql-test-run --embmedded-server 

will fail with this error:

 mysql-test-run: *** ERROR: .opt file references 'EXAMPLE_PLUGIN_OPT' which is not set

How to repeat:
Compile from source on windows.
Run 

C:\dev\mysql-5.1-test\mysql-test>perl mysql-test-run.pl --embedded-server plugin

and get this:

Logging: mysql-test-run.pl  --embedded-server plugin
MySQL Version 5.1.38
Checking supported features...
 - skipping ndbcluster
 - skipping SSL
Collecting tests...
vardir: c:/dev/mysql-5.1-test/mysql-test/var
Checking leftover processes...
Removing old var directory...
Creating var directory 'c:/dev/mysql-5.1-test/mysql-test/var'...
Installing system database...
Using server port 1397

==============================================================================

TEST                                      RESULT   TIME (ms)
------------------------------------------------------------

worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 13000..13009
worker[1] mysql-test-run: WARNING: running this script as _root_ will cause some tests to be skipped
worker[1] mysql-test-run: *** ERROR: .opt file references 'EXAMPLE_PLUGIN_OPT' which is not set
mysql-test-run: *** ERROR: Test suite aborted

C:\dev\mysql-5.1-test\mysql-test>
[4 Oct 2009 14:06] Sergey Petrunya
See also 
https://bugs.launchpad.net/maria/+bug/442254
[4 Oct 2009 20:41] Sergey Petrunya
This is same issue as BUG#47801. Please mark one as duplicate.
[5 Oct 2009 3:27] Valeriy Kravchuk
This is a duplicate of Bug #47801.