Commit 988ff902 authored by Sergei Petrunia's avatar Sergei Petrunia

MDEV-20227: rocksdb.rocksdb_concurrent_delete fails on windows

A combination of:
* lots of include'd test files where each has "--source
  include/have_rocksdb.inc"
* for each such occurrence, MTR adds testsuite's arguments into server
  arguments
* which hits some limit on the length of argv array on Windows, causing
  the server to get garbage data in the last argument.

Work around this by commenting out one of the totally redundant
"source include/have_rocksdb.inc" lines.
parent 09a85692
--source include/have_rocksdb.inc
# MariaDB: including the below too many times causes really long argv list
# in win_main()'s argument which blows up some limit on Windows.
# Comment it out:
#--source include/have_rocksdb.inc
--source include/have_debug_sync.inc
--source include/count_sessions.inc
......
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