mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
General spell fixing in comments and strings
This commit is contained in:
@@ -367,7 +367,7 @@ void STDCALL mysql_server_end(void);
|
||||
/*
|
||||
mysql_server_init/end need to be called when using libmysqld or
|
||||
libmysqlclient (exactly, mysql_server_init() is called by mysql_init() so
|
||||
you don't need to call it explicitely; but you need to call
|
||||
you don't need to call it explicitly; but you need to call
|
||||
mysql_server_end() to free memory). The names are a bit misleading
|
||||
(mysql_SERVER* to be used when using libmysqlCLIENT). So we add more general
|
||||
names which suit well whether you're using libmysqld or libmysqlclient. We
|
||||
|
Reference in New Issue
Block a user