11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
#Start server with MyISAM
|
|
--source include/force_myisam_default.inc
|
|
if (`SELECT $SP_PROTOCOL + $CURSOR_PROTOCOL + $VIEW_PROTOCOL > 0
|
|
OR $PS_PROTOCOL = 0`)
|
|
{
|
|
--skip Need ps-protocol
|
|
}
|
|
|
|
# The main testing script
|
|
--source suite/opt_trace/include/range.inc
|