On 02/07/15 14:55, Josep Manel Andr?s wrote: > make upgrade-database > > And at this point the upgrade stops and drops an error (after filling up > the disk). I've got a 10G database within a 100G hard drive, : : > The file that is taking up the space is: > > #sql-ib162-2876089901.ibd nearly 80G > > Those are the logs from /var/log/mysql/mysqld.log
The web at: http://dev.mysql.com/doc/refman/5.5/en/glossary.html#glos_ibd_file states: .ibd file The data file for file-per-table tablespaces and general tablespaces. File-per-table tablespace .idb files contain a single table and associated index data. General tablespace .idb files may contain table and index data for multiple tables. General tablespaces were introduced in MySQL 5.7.6. The .ibd file extension does not apply to the system tablespace, which consists of the ibdata files. If a file-per-table table is created with the DATA DIRECTORY = clause (in MySQL 5.6 and higher), the .ibd file is located outside the normal database directory, and is pointed to by a .isl file. Look into what is making this file. Maybe that will give a clue. I'm new at this application, but old at debugging. /jeff ________________________________________________________________________ The information contained in this e-mail is for the exclusive use of the intended recipient(s) and may be confidential, proprietary, and/or legally privileged. Inadvertent disclosure of this message does not constitute a waiver of any privilege. If you receive this message in error, please do not directly or indirectly use, print, copy, forward, or disclose any part of this message. Please also delete this e-mail and all copies and notify the sender. Thank you. For alternate languages please go to http://bayerdisclaimer.bayerweb.com ________________________________________________________________________