Randy Paries wrote:

> Hello,
> I have just created a new fedora 4 box with the latest mysqldump
> mysqldump  Ver 10.9
> 
> something has changed.
> 
> Before all my tables entries had their own insert statements for each
> row. Now each table has one insert with all the values appended to the
> end.
> 
> is there switch that puts it back to the old way of separate inserts
> for each row?
> 
> Thanks
> Randy

Hi Randy,

since 4.something extended-inserts are used by default.
Use
mysqldump --extended-insert=false
to get the old behaviour.
 
Cheers
Frank


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to