Commit dd040b5c authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-32014 test fix

parent c2946c6e
......@@ -17,7 +17,7 @@ set global div_precision_increment=5;
# or different recompilation. Remove variables that are depending on
# configuration options
--replace_regex /^\/\S+/PATH/
--replace_regex /^\/\S+/PATH/ /102400/10485760/
select VARIABLE_NAME,VARIABLE_SCOPE,VARIABLE_TYPE,VARIABLE_COMMENT,NUMERIC_MIN_VALUE,NUMERIC_MAX_VALUE,NUMERIC_BLOCK_SIZE,ENUM_VALUE_LIST,READ_ONLY,COMMAND_LINE_ARGUMENT
from information_schema.system_variables
where variable_name not like 'debug%' and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment