You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
334 B
18 lines
334 B
--disable_query_log
|
|
--disable_result_log
|
|
--write_file $MYSQL_TMP_DIR/grep_check
|
|
123
|
|
456
|
|
EOF
|
|
--error 0,1,2,127,512
|
|
--exec grep -v -e "123" $MYSQL_TMP_DIR/grep_check
|
|
let $status= $__error;
|
|
--remove_file $MYSQL_TMP_DIR/grep_check
|
|
if ($status)
|
|
{
|
|
--skip Test requires gnu grep
|
|
}
|
|
--let $GREP= grep
|
|
--enable_query_log
|
|
--enable_result_log
|
|
|
|
|