Renaming missed SkySQL references.

This commit is contained in:
Markus Makela
2014-10-01 13:48:00 +03:00
parent be10b00bb1
commit 0acb8fe05d
21 changed files with 27 additions and 27 deletions

View File

@ -210,7 +210,7 @@ CLI_SESSION *client;
session->state = SESSION_STATE_READY;
client->mode = inst->mode;
dcb_printf(session->client, "Welcome the SkySQL MaxScale Debug Interface (%s).\n",
dcb_printf(session->client, "Welcome the MariaDB Corporation MaxScale Debug Interface (%s).\n",
version_str);
if (client->mode == CLIM_DEVELOPER)
{