revision-id: 5545753b0b21b98fbdd2d8b894bc141d1ed558b3 parent(s): 34e6b5fa6ff34c19278f3dd13c625123082cfb7f committer: Sergei Petrunia branch nick: 10.2-r10 timestamp: 2018-04-13 00:39:51 +0300 message: 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 ..." --- storage/rocksdb/mysql-test/rocksdb/r/max_open_files.result | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/rocksdb/mysql-test/rocksdb/r/max_open_files.result b/storage/rocksdb/mysql-test/rocksdb/r/max_open_files.result index 5a1eeb9..5d34f4e 100644 --- a/storage/rocksdb/mysql-test/rocksdb/r/max_open_files.result +++ b/storage/rocksdb/mysql-test/rocksdb/r/max_open_files.result @@ -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