Add missing semicolon from r86750
authorSam Reed <reedy@users.mediawiki.org>
Sat, 23 Apr 2011 21:26:10 +0000 (21:26 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sat, 23 Apr 2011 21:26:10 +0000 (21:26 +0000)
maintenance/archives/patch-profiling.sql

index 2966334..0a0e4e1 100644 (file)
@@ -9,4 +9,4 @@ CREATE TABLE /*_*/profiling (
   pf_server varchar(30) NOT NULL default ''
 ) ENGINE=HEAP;
 
-CREATE UNIQUE INDEX /*i*/pf_name_server ON /*_*/profiling (pf_name, pf_server)
\ No newline at end of file
+CREATE UNIQUE INDEX /*i*/pf_name_server ON /*_*/profiling (pf_name, pf_server);
\ No newline at end of file