From 9e9a7171fe27ae6a8c2c39d1bef901347766859e Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 14 Apr 2010 11:39:48 +0200 Subject: [PATCH] Remove bad index tips on mysql creation script --- bacula/src/cats/make_mysql_tables.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/bacula/src/cats/make_mysql_tables.in b/bacula/src/cats/make_mysql_tables.in index 27067f0148..e92952bdcd 100644 --- a/bacula/src/cats/make_mysql_tables.in +++ b/bacula/src/cats/make_mysql_tables.in @@ -68,8 +68,6 @@ CREATE TABLE RestoreObject ( # # INDEX (PathId), # INDEX (FilenameId), -# INDEX (FilenameId, PathId) -# INDEX (JobId), # CREATE TABLE MediaType ( -- 2.39.5