Closed rhykw closed 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
I have done the fix in a other way, because this way is better for preformance (big tables). Thanks a lot for th hint.
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