mysql_upgrade_info file format information
Posted by: Duane Lawrence
Date: June 23, 2014 12:01PM

Is there a way to find the file format version prior to running mysql_upgrade.exe? My "SHOW VARIABLES;" says:
innodb_version 1.1.8
version 5.5.25a (this is the Mysql.exe version)
innodb_file_format Antelope

SELECT TABLE_NAME, ENGINE, VERSION
FROM information_schema.TABLES
gives InnoDB and 10 for all user defined tables.

But the databases have not been upgraded to 5.5 yet and I want to verify this via a SQL query or even a Linux command line command. I cannot find a mysql_upgrade_info file at all, so it sort of verifies that the file version has not been upgraded, but there must be a way to know for sure?

Options: ReplyQuote


Subject
Written By
Posted
mysql_upgrade_info file format information
June 23, 2014 12:01PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.