1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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:
Marko Mäkelä
2023-08-31 12:08:40 +03:00
parent 53499cd1ea
commit 3c86765efe

View File

@ -3,7 +3,7 @@
# will be skipped unless innodb is enabled
#
--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
call mtr.add_suppression("InnoDB: Trying to delete tablespace.*pending operations");