bugfix: check for existence of PRIMARY key in addition to UNIQUE key, as
authorErik Moeller <erik@users.mediawiki.org>
Mon, 11 Oct 2004 04:10:41 +0000 (04:10 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Mon, 11 Oct 2004 04:10:41 +0000 (04:10 +0000)
commite946bf96411293f53a08df8eb61af0f488025801
tree0977b3be867ca30e4ff8c116674b7ce7f9ae8fbe
parent9662e23755f4fe0360b621098050ba3c45efb608
bugfix: check for existence of PRIMARY key in addition to UNIQUE key, as
MySQL returns "PRIMARY" as key_name. This caused uploads to fail with a
"patch required" message in HEAD even if the schema was up to date.
includes/Image.php