Index: trunk/phase3/maintenance/archives/patch-profiling.sql |
— | — | @@ -9,4 +9,4 @@ |
10 | 10 | pf_server varchar(30) NOT NULL default '' |
11 | 11 | ) ENGINE=HEAP; |
12 | 12 | |
13 | | -CREATE UNIQUE INDEX /*i*/pf_name_server ON /*_*/profiling (pf_name, pf_server) |
\ No newline at end of file |
| 13 | +CREATE UNIQUE INDEX /*i*/pf_name_server ON /*_*/profiling (pf_name, pf_server); |
\ No newline at end of file |