Bug #21209 mysqldump doesn't dump all rows of my table
Submitted: 21 Jul 2006 9:17 Modified: 21 Jul 2006 9:31
Reporter: jo soares Email Updates:
Status: Unsupported Impact on me:
None 
Category:MySQL Server: mysqldump Command-line Client Severity:S1 (Critical)
Version:5.0.16 OS:Linux (linux 2.6.15.2 - ,debian)
Assigned to: Sveta Smirnova CPU Architecture:Any

[21 Jul 2006 9:17] jo soares
Description:
I have a table in my db with 1386570 rows
when I try to save it, using mysqldump
the output file contains only few rows.

# echo 'select count(*) from ordini' | mysql  --host=conta --user=pippo --password=passa_pure  --database=conta
count(*)
1386570

# mysqldump  --host=conta --user=pippo --password=passa_pure  conta ordini | wc -l
    714

How to repeat:
I don't know
[21 Jul 2006 9:31] Sveta Smirnova
Thank you for taking the time to report a problem.  Unfortunately you are not using a current version of the product you reported a problem with -- the problem might already be fixed. Please download a new version from http://www.mysql.com/downloads/

If you are able to reproduce the bug with one of the latest versions, please change the version on this bug report to the version you tested and change the status back to "Open".  Again, thank you for your continued support of MySQL.

If you can reproduce this behaviour using latest version, please, also provide output of SHOW CREATE TABLE ordini; statement.