Jeroen De Dauw has submitted this change and it was merged.
Change subject: Fix setup script for MySQL
......................................................................
Fix setup script for MySQL
Change-Id: Ic14db6a05623caaeedb35a1c631173984dff12f9
---
M includes/storage/SQLStore/SMW_SQLStore3_SetupHandlers.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jeroen De Dauw: Verified; Looks good to me, approved
diff --git a/includes/storage/SQLStore/SMW_SQLStore3_SetupHandlers.php
b/includes/storage/SQLStore/SMW_SQLStore3_SetupHandlers.php
index 24c5b58..a1cb405 100644
--- a/includes/storage/SQLStore/SMW_SQLStore3_SetupHandlers.php
+++ b/includes/storage/SQLStore/SMW_SQLStore3_SetupHandlers.php
@@ -80,7 +80,7 @@
$idType = $dbtypes['p'] . ' NOT NULL PRIMARY
KEY';
break;
default:
- $idType = $dbtypes['p'] . ' NOT NULL PRIMARY
KEY AUTO_INCREMENT';
+ $idType = $dbtypes['p'] . ' NOT NULL KEY
AUTO_INCREMENT';
break;
}
--
To view, visit https://gerrit.wikimedia.org/r/49837
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic14db6a05623caaeedb35a1c631173984dff12f9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticMediaWiki
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Jeroen De Dauw <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits