MXS-2220 Change server name to constant string

This commit is contained in:
Esa Korhonen
2018-12-19 15:15:02 +02:00
parent 5fc2c1f49c
commit 40485d746c
37 changed files with 194 additions and 173 deletions

View File

@ -311,7 +311,7 @@ public:
*/
inline const char* name() const
{
return m_backend->server->name;
return m_backend->server->name();
}
/**