polardbxengine/mysql-test/suite/funcs_1/r/is_engines_blackhole.result

9 lines
205 B
Plaintext

SELECT * FROM information_schema.engines
WHERE ENGINE = 'BLACKHOLE';
ENGINE BLACKHOLE
SUPPORT YES
COMMENT /dev/null storage engine (anything you write to it disappears)
TRANSACTIONS NO
XA NO
SAVEPOINTS NO