Page MenuHomePhabricator

save message: wrong delete statement
Closed, DeclinedPublic

Description

Author: webmaster

Description:
Hello,

when I save an message I got these SQL-Statement:

DELETE linkscc FROM linkscc,brokenlinks WHERE lcc_pageid=bl_from AND
bl_to='Anpassung'

Thanks


Version: 1.3.x
Severity: major
OS: Linux
Platform: PC

Details

Reference
bz969
TitleReferenceAuthorSource BranchDest Branch
Update function-schemata sub-module to HEAD (04c5c89)repos/abstract-wiki/wikifunctions/wikilambda-cli!32jforrestersync-function-schematamain
Update function-schemata sub-module to HEAD (04c5c89)repos/abstract-wiki/wikifunctions/function-evaluator!171jforrestersync-function-schematamain
Update function-schemata sub-module to HEAD (04c5c89)repos/abstract-wiki/wikifunctions/function-orchestrator!137jforrestersync-function-schematamain
Fix commonJsUtils.js to actually be CJS and ES6repos/abstract-wiki/wikifunctions/function-schemata!89jforresterfix-0c9395ca5539e4f4181ebcc41abb26f3a1a5eb84main
Update function-schemata sub-module to HEAD (786c586)repos/abstract-wiki/wikifunctions/wikilambda-cli!30jforrestersync-function-schematamain
Update function-schemata sub-module to HEAD (786c586)repos/abstract-wiki/wikifunctions/function-evaluator!163jforrestersync-function-schematamain
[UNBREAKING CHANGE] Update function-schemata sub-module to HEAD (786c586)repos/abstract-wiki/wikifunctions/function-orchestrator!134jforrestersync-function-schematamain
Implement a stable stringify algorithm (keys are always sorted).repos/abstract-wiki/wikifunctions/function-schemata!87apineapine-implement-stable-stringifymain
Move ZObjectKeyFactory to utils so it can be used by downstream consumers.repos/abstract-wiki/wikifunctions/function-schemata!86apineapine-move-key-factorymain
Allow utils to be imported and required as both ES6 and CommonJS.repos/abstract-wiki/wikifunctions/function-schemata!85apineapine-importsmain
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 7:04 PM
bzimport set Reference to bz969.
bzimport added a subscriber: Unknown Object (MLST).

river wrote:

I may be missing something, but could you elaborate on where the bug is, please?

There is probably an error message somewhere near that; can you
please provide it?

Are you running on MySQL 3.x? If so, did you migrate from a MySQL
4.x installation? Did you keep the configuration file from it? If so,
try changing this line:

$wgDBmysql4 = $wgEnablePersistentLC = true;

to this:

$wgDBmysql4 = $wgEnablePersistentLC = false;

Does this resolve the issue?

webmaster wrote:

thanks this solves the problem :)

PS: it's MySQL 3.23.49a-max, because it's not my own server