1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-10 01:22:48 +03:00

Fixes what is likely a misspelling on the mcsadmin> prompt

Instead of mscadmin> this changes the prompt to mcsadmin>
This commit is contained in:
Andrew Ernst
2016-09-23 09:13:10 -07:00
parent f81d271b0f
commit e6dba743b0

View File

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