Korhan wrote:
I have executed the following commands:
CREATE table test (id INT(8)) TYPE = BDB;
Try it again, and then followed by:
SHOW CREATE TABLE test;
You'll see that the table type is actually MyIsam, if you don't have BDB support.
Yes - it should report a warning 🙂.