mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-23974 fixup: Use standard quotes in have_innodb.inc
This fixes the following test: set sql_mode=ORACLE; --source include/have_innodb.inc
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
# will be skipped unless innodb is enabled
|
# will be skipped unless innodb is enabled
|
||||||
#
|
#
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
if (`select count(*) from information_schema.system_variables where variable_name='have_sanitizer' and global_value like "MSAN%"`)
|
if (`select count(*) from information_schema.system_variables where variable_name='have_sanitizer' and global_value like 'MSAN%'`)
|
||||||
{
|
{
|
||||||
SET STATEMENT sql_log_bin=0 FOR
|
SET STATEMENT sql_log_bin=0 FOR
|
||||||
call mtr.add_suppression("InnoDB: Trying to delete tablespace.*pending operations");
|
call mtr.add_suppression("InnoDB: Trying to delete tablespace.*pending operations");
|
||||||
|
Reference in New Issue
Block a user