Experimental patch to partially protect against simultaneous edit bug by
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 17 Aug 2003 11:58:33 +0000 (11:58 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 17 Aug 2003 11:58:33 +0000 (11:58 +0000)
commitb025e068713da202af834e699fe4d3cdb94fe0b1
tree1c9744655e3358d74f6b240cb2e4aaa7963e1bd5
parent74e9c9ec46a369829466bbc134bf2706d70797b8
Experimental patch to partially protect against simultaneous edit bug by
adding the conflict check to the UPDATE on cur and moving it up before
the INSERT to old. Should throw edit conflict instead of overwriting
a different revision.
includes/Article.php
includes/DatabaseFunctions.php
includes/EditPage.php