1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-4319 add logrotate for cpimport logs

This commit is contained in:
David Hall
2020-12-04 14:48:28 -06:00
parent cc6c51b540
commit eae1d913c0
2 changed files with 26 additions and 10 deletions

View File

@ -1,8 +0,0 @@
#ifndef VERSIONNUMBER_H_
#define VERSIONNUMBER_H_
#include <string>
const std::string idb_version("4.6");
const std::string idb_release("0");
#endif