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