X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Farchives%2Fpatch-profiling.sql;h=6ad1622426ece82e1ae927801b22d0d47188f581;hb=0b10f2191eb420c108eb60909468e3e54e4e6815;hp=296633411f68b3b1b1d057e0f4880cf6964af913;hpb=07589331f24d33ec5a18dd9be24fbd56609190a7;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/archives/patch-profiling.sql b/maintenance/archives/patch-profiling.sql index 296633411f..6ad1622426 100644 --- a/maintenance/archives/patch-profiling.sql +++ b/maintenance/archives/patch-profiling.sql @@ -7,6 +7,6 @@ CREATE TABLE /*_*/profiling ( pf_memory float NOT NULL default 0, pf_name varchar(255) NOT NULL default '', pf_server varchar(30) NOT NULL default '' -) ENGINE=HEAP; +) ENGINE=MEMORY; -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