mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
7 lines
205 B
PHP
7 lines
205 B
PHP
|
--source include/have_innodb.inc
|
||
|
|
||
|
if (`SELECT COUNT(*) = 0 from INFORMATION_SCHEMA.GLOBAL_VARIABLES
|
||
|
WHERE VARIABLE_NAME = 'INNODB_DISALLOW_WRITES'`) {
|
||
|
--skip Test requires 'innodb_disallow_writes'
|
||
|
}
|