wp-media / backwpup

BackWPup - WordPress Backup Plugin
https://backwpup.com
GNU General Public License v2.0
88 stars 37 forks source link

Fix for mysqldump with Non-MyISAM #13

Closed rhykw closed 10 years ago

rhykw commented 10 years ago

The fix is just for dump database with non-MyISAM tables. In the table with less number of lines, there is a possibility to determine the tables is empty.

Non-MyISAM tables have not exact size in status. http://dev.mysql.com/doc/refman/5.6/en/show-table-status.html

danielhuesken commented 10 years ago

I have done the fix in a other way, because this way is better for preformance (big tables). Thanks a lot for th hint.