You've already forked mariadb-columnstore-engine
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:
@@ -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");
|
||||||
|
Reference in New Issue
Block a user