Skip to content

Commit e5f310a

Browse files
committed
Remove blackhole engine from tests
1 parent 00623f3 commit e5f310a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test_employees_md5.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ INSERT INTO `expected_values` VALUES
5353
SELECT table_name, recs AS expected_records, crc_md5 AS expected_crc FROM expected_values;
5454

5555
DROP TABLE IF EXISTS tchecksum;
56-
CREATE TABLE tchecksum (chk char(100)) ENGINE=blackhole;
56+
CREATE TABLE tchecksum (chk char(100));
5757

5858
SET @crc= '';
5959

test_employees_sha.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ INSERT INTO `expected_values` VALUES
5353
SELECT table_name, recs AS expected_records, crc_sha AS expected_crc FROM expected_values;
5454

5555
DROP TABLE IF EXISTS tchecksum;
56-
CREATE TABLE tchecksum (chk char(100)) ENGINE=blackhole;
56+
CREATE TABLE tchecksum (chk char(100));
5757

5858
SET @crc= '';
5959

0 commit comments

Comments
 (0)