blob: 5e3068b0970286d029543a592360c7516260409e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# REPAIR 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 REPAIR.
#
--source have_engine.inc
--source repair_table.inc
--source cleanup_engine.inc
|