mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Update test results
In the upstream include/search_pattern_in_file.inc prints nothing when it has found the searched string (if it hasn't, it produces an error) In MariaDB, it prints "FOUND n ..."
This commit is contained in:
parent
34e6b5fa6f
commit
5545753b0b
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
CALL mtr.add_suppression("RocksDB: rocksdb_max_open_files should not be greater than the open_files_limit*");
|
||||
FOUND 1 /RocksDB: rocksdb_max_open_files should not be greater than the open_files_limit/ in rocksdb.max_open_files.err
|
||||
SELECT FLOOR(@@global.open_files_limit / 2) = @@global.rocksdb_max_open_files;
|
||||
FLOOR(@@global.open_files_limit / 2) = @@global.rocksdb_max_open_files
|
||||
1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue