You've already forked mariadb-columnstore-engine
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:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user