List:Internals« Previous MessageNext Message »
From:Amit M Bhosle Date:May 4 2005 7:12am
Subject:Feature Request: mysqldump
View as plain text  
Hi:

I am using mysql 4.1.10 for a while now, and i was wondering how
painful it would be to tweak the mysqldump to support an additional
option, --insert-ignore , which instructs it to create the dump files
with

INSERT IGNORE blah blah
instead of just
INSERT blah blah

i have actually modified a 4.1.10 nightly build src i had downloaded a
while back, and the changes are very minimal.. few lines at the most..
pretty much the same as that required for the "insert delayed" option.

as of now, everytime i want to migrate to a new mysql version, i need
to get hold of the source, and make these minor changes. hence my
request for the same. I can send in the diff's for the changed files, if 
that will make it easier.

would be great if anyone could point out the possibility of this being
supported in the near future.

thx a ton..
AB

-- 
A great idea need not be complicated.
http://www.cs.ucsb.edu/~bhosle
Thread
Feature Request: mysqldumpAmit M Bhosle4 May
  • Re: Feature Request: mysqldumpBrian Aker4 May
Re: Feature Request: mysqldumpAmit M Bhosle4 May