Browse Source

Remove ANALYZE as this should be done automatically.

Neal Wilson 11 years ago
parent
commit
ae110c0772
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      config/Windows/navigation.xml

+ 0
- 3
config/Windows/navigation.xml View File

294
 			{
294
 			{
295
 				DBUpdateMultiUser();
295
 				DBUpdateMultiUser();
296
 				DBUpdateHistory();
296
 				DBUpdateHistory();
297
-				/* Update statistics for better planner performance. Doesn't need to be done
298
-				   often but nobody is doing this on their own. */
299
-				query.exec("ANALYZE");
300
 			}
297
 			}
301
 		}
298
 		}
302
 		else
299
 		else

Loading…
Cancel
Save