[MDEV-14239] Missing space: "InnoDB: innodb_open_files 425000 should not be greaterthan the open_files_limit 1024" Created: 2017-11-01  Updated: 2019-04-15  Resolved: 2019-04-15

Status: Closed
Project: MariaDB Server
Component/s: Storage Engine - InnoDB
Affects Version/s: 10.2.2, 10.3.0, 10.4.0
Fix Version/s: 10.2.24, 10.3.15, 10.4.5

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Marko Mäkelä
Resolution: Fixed Votes: 0
Labels: None


 Description   

2017-11-01 14:48:23 140649331915648 [Warning] InnoDB: innodb_open_files 425000 should not be greaterthan the open_files_limit 1024

$ grep -r 'should not be greater' -A 1 storage/*/handler/ha_innodb.cc
storage/innobase/handler/ha_innodb.cc:			   << " should not be greater"
storage/innobase/handler/ha_innodb.cc-			   << "than the open_files_limit " << open_files_limit;



 Comments   
Comment by Marko Mäkelä [ 2019-04-15 ]

This was broken in MariaDB 10.2.2 when applying a change from MySQL 5.7.12. Apparently, the required space was wrongly removed as part of resolving a conflict.

Generated at Thu Feb 08 08:12:00 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.