[Bug 856857] New: mysql_install_db fails to create initial database with default engine is MyISAM
https://bugzilla.novell.com/show_bug.cgi?id=856857 https://bugzilla.novell.com/show_bug.cgi?id=856857#c0 Summary: mysql_install_db fails to create initial database with default engine is MyISAM Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: lutchy.horace@outlook.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36 OPR/18.0.1284.68 MySQL Ver: 5.6.12 mysql_install_db will fail to create initial databases successfully when innodb is disabled with error "ERROR: 1286 Unknown storage engine 'INNODB'". It looks like there has been an upstream fix (http://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-13.html): mysql_install_db incorrectly tried to create the mysql.innodb_table_stats and mysql.innodb_index_stats tables if InnoDB was not available. Will there be a bug fix release ? Reproducible: Always Steps to Reproduce: 1. zypper in mysql-community-server 2. Add skip-innodb to /etc/my.cnf 3. rcmysql start Actual Results: Fail to create initial database Expected Results: Create initial database successfully and start mysql -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=856857 https://bugzilla.novell.com/show_bug.cgi?id=856857#c zhang jiajun <jzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzhang@suse.com AssignedTo|bnc-team-screening@forge.pr |mhrusecky@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=856857 https://bugzilla.novell.com/show_bug.cgi?id=856857#c1 Michal Hrusecky <mhrusecky@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mhrusecky@suse.com AssignedTo|mhrusecky@suse.com |draht@suse.com --- Comment #1 from Michal Hrusecky <mhrusecky@suse.com> 2014-01-02 11:45:07 UTC --- Hmmm, as innodb is default storage engine for new MySQL, I don't think it is particularly good idea to disable it, but I agree that update to the latest version wouldn't hurt as there are other fixes as well. Anyway, reassigning to the current MySQL maintainer. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com