On 8/12/05, Fernando Vilas wrote: > - mythfilldatabase is SLOW because of lack of support for "insert ignore" > forcing the use of "in" clauses. There has to be a better way.
Ah, I misread that, couldn't you just add a unique constraint on the important columns and silently ignore the errors caused by constraints(I believe this was how it used to be done in mysql too, think I remember getting lots of warnings like that in an older version of myth). -- Mvh. Nezar Nielsen http://fez.dk _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
