On Thu, 2009-05-14 at 16:19 +0200, Philip Van Hoof wrote:

> This is a performance improvement in how tracker-0.6 uses SQLite.
> 
> Instead of having many UPDATE statements per created resource this tries
> to combine them together into one larger UPDATE statement.


+       if (!error) {
+               g_warning ("%s", error->message);
+               g_clear_error (&error);
+       }

This is of course wrong, should be "if (error)" instead.


-- 
Philip Van Hoof, freelance software developer
home: me at pvanhoof dot be 
gnome: pvanhoof at gnome dot org 
http://pvanhoof.be/blog
http://codeminded.be

_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to