Re: [Maria-developers] question about MTR

2012-07-25 Thread Elena Stepanova
Hi Rich, MTR does have some hidden magic, but it's not _that_ smart... If you just add a line source include/have_myengine.inc, it won't magically load the engine myengine unless you take care about it. What actually happens with have_XYZ.inc files is that they (and any other inc files or te

[Maria-developers] question about MTR

2012-07-24 Thread Rich Prohaska
Hello, It appears that MTR looks at a test and figures out the appropriate mysqld configuration needed to run the test. For example, if I have lines like "source include/have_XYZ.inc" in my test, MTR will run the test with the right storage engines loaded (and only those storage engines). Is this