savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Savannah-help-public] Exporting/Moving all bug reports for classpat


From: Sylvain Beucler
Subject: Re: [Savannah-help-public] Exporting/Moving all bug reports for classpath
Date: Sat, 23 Jul 2005 00:05:36 +0200
User-agent: Mutt/1.5.9i

Sent privately.

-- 
Sylvain

On Wed, Jul 20, 2005 at 09:44:48PM +0200, Mark Wielaard wrote:
> Hi Sylvain,
> 
> On Sat, 2005-07-16 at 00:43 +0200, Sylvain Beucler wrote:
> > It was indeed missing.
> > 
> > I ran
> > select * into outfile "/tmp/history.sql" from bugs,bugs_history where 
> > group_id=85 and bugs.bug_id = bugs_history.bug_id;
> > to get the history separately.
> > 
> > I'll send them to you by mail.
> 
> Sorry for troubling you again.
> But could we (Daniel and I) get another dump of this but then as:
> 
> select bugs_history.* into outfile "history.sql" from bugs,bugs_history where 
> group_id=85 and bugs.bug_id = bugs_history.bug_id;
> 
> That way we have just the fields of the bugs_history which makes
> importing a lot easier.
> 
> If the above doesn't work, listing the fields individually might:
> 
> select bugs_history.bug_history_id, bugs_history.bug_id,
> bugs_history.field_name, bugs_history.old_value, bugs_history.new_value,
> bugs_history.mod_by, bugs_history.date, bugs_history.type into outfile
> "history.sql" from bugs,bugs_history where group_id=85 and bugs.bug_id =
> bugs_history.bug_id;
> 
> Thanks again,
> 
> Mark







reply via email to

[Prev in Thread] Current Thread [Next in Thread]