1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-29 03:22:01 +03:00
This commit is contained in:
david hill
2016-05-15 14:10:51 -05:00
parent 688c8d0810
commit a61a6c4013
2 changed files with 24 additions and 24 deletions

View File

@@ -348,7 +348,7 @@ int main(int argc, char *argv[])
}
// read input
pcommand = readline("MariaDB-Columnstore > ");
pcommand = readline("mscadmin> ");
if (!pcommand) // user hit <Ctrl>-D
pcommand = strdup("exit");