blob: 5222ec8af54eb02febe2242fe39ebd50411f0078 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# ANALYZE TABLE statements
#
# Note: the output is likely to be different for the engine under test,
# in which case rdiff will be needed. Or, the output might say that
# the storage engine does not support ANALYZE.
#
--source have_engine.inc
--source analyze_table.inc
--source cleanup_engine.inc
|