Browse Source

Do not run maria_recover_encrypted with embedded.

It uses shutdown/restart etc, features not compatible the embedded.

also add have_debug.inc , since it uses debug_dbug variable
pull/3191/head
Vladislav Vaintroub 1 year ago
parent
commit
173847b76a
  1. 2
      mysql-test/suite/large_tests/t/maria_recover_encrypted.test

2
mysql-test/suite/large_tests/t/maria_recover_encrypted.test

@ -3,6 +3,8 @@
--source include/have_maria.inc
--source include/default_charset.inc
--source include/not_embedded.inc
--source include/have_debug.inc
# Cleanup
--disable_warnings

Loading…
Cancel
Save