You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-24 14:20:59 +03:00
fix um disk prompt check
This commit is contained in:
@@ -2127,7 +2127,7 @@ int main(int argc, char *argv[])
|
||||
string create = "n";
|
||||
if ( volumeName == oam::UnassignedName || volumeName.empty() || volumeName == "" )
|
||||
{
|
||||
string create = "y";
|
||||
create = "y";
|
||||
|
||||
while(true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user