1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fixed bugs found by valgrind

Other things:
- Removed innodb_encryption_tables.test from valgrind as it
  takes a REALLY long time
This commit is contained in:
Monty
2020-05-15 10:44:05 +03:00
parent 1b16572074
commit 277aa85c9b
3 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
-- source include/have_innodb.inc
-- source include/have_example_key_management_plugin.inc
-- source include/not_embedded.inc
# We can't run this test under valgrind as it 'takes forever'
-- source include/not_valgrind.inc
create table innodb_normal(c1 bigint not null, b char(200)) engine=innodb;
create table innodb_compact(c1 bigint not null, b char(200)) engine=innodb row_format=compact;