blob: 021422e7a1f0f71f9060a96390d9a4d7c8d0fbe0 (
plain)
1
2
3
4
5
6
7
8
|
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
|