1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-09-02 12:41:17 +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
committed by Andrew Hutchings
parent 399d680375
commit 5529896800

View File

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