running mysql-test-suite with a custom storage engine
Christoph Rupp <[email protected]> Wed, 29 Jun 2016 12:06:26 +0200
| Newsgroups | gmane.comp.db.mysql.devel |
|---|---|
| Message-ID | <CAE6Xdb4SbhU+oDgoe2vZbb8xiq5PTfQ3FVb_5F-LYy1uJBKxVQ@mail.gmail.com> |
I'm trying to run the mysql-test-suite with my storage engine. I'm following the instructions in mysql-test-suite/suite/engine/README and start the suite like this: perl ./mysql-test-run.pl --suite=engines/funcs --mysqld=--default-storage-engine=upscaledb However, all tests fail because my storage engine cannot be loaded: 2016-06-28T10:57:42.326031Z 0 [ERROR] Unknown/unsupported storage engine: upscaledb This error is emitted in sql/mysqld.cc. Any idea how i can fix this, or how I can work around this problem? My storage engine is compiled as an external plugin. When using it in a CREATE TABLE statement (with the mysql command line client) everything works as expected. Thanks Chris -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/internals