Comment 8 for bug 1370392

Revision history for this message
Nilnandan Joshi (nilnandan-joshi) wrote :

Hi Laurynas,

I have tried to check the same scenario with MySQL 5.6.20 community server but unable to reproduce it.

with, performance_schema=on and open_files_limit = 67000,

root@Dell-XPS:~# date && /etc/init.d/mysql start && date
Mon Sep 22 16:01:37 IST 2014
No directory, logging in with HOME=/
......
 * MySQL Community Server 5.6.20 is started
Mon Sep 22 16:01:44 IST 2014
root@Dell-XPS:~#

With performance_schema=off and open_files_limit = 67000

root@Dell-XPS:~# vim /etc/mysql/my.cnf
root@Dell-XPS:~#
root@Dell-XPS:~# date && /etc/init.d/mysql start && date
Mon Sep 22 16:02:07 IST 2014
No directory, logging in with HOME=/
......
 * MySQL Community Server 5.6.20 is started
Mon Sep 22 16:02:13 IST 2014
root@Dell-XPS:~#