mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
9 lines
205 B
Text
9 lines
205 B
Text
|
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
|