1
0
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:
david hill
2016-05-09 10:31:35 -05:00
parent 172a69e8cf
commit 7392ac736c

View File

@@ -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)
{