https://bugzilla.wikimedia.org/show_bug.cgi?id=13453





--- Comment #8 from OverlordQ <[email protected]>  2009-06-30 11:30:23 UTC ---
The benefit is getting warnings like this that your software is trying to
insert data that doesn't make sense. Without strict mode MySQL is known to do
some really silly things when inserting data and foreign keys would catch that.

The hackish way would be to create a stub page like is done for anonymous users
and user_id 0 but that would likely do odd things elsewhere. 

I guess without doing something strange like splitting up the log table into
actions against pages and actions against users, would be to drop the
constraint.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to