1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-15 12:09:09 +03:00

cleanup warning unit_test

This commit is contained in:
Ben Thompson
2019-04-04 18:18:13 -05:00
parent bef4915ea8
commit 7d3924a31a

View File

@@ -249,7 +249,7 @@ bool replicatorTest()
return true; return true;
} }
bool metadataJournalTest(std::size_t size, off_t offset) void metadataJournalTest(std::size_t size, off_t offset)
{ {
// make an empty file to write to // make an empty file to write to
const char *filename = "metadataJournalTest"; const char *filename = "metadataJournalTest";