mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#4104: Deprecate the Instance Manager.
A deprecation warning added.
This commit is contained in:
@ -79,6 +79,9 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
int return_value;
|
int return_value;
|
||||||
|
|
||||||
|
puts("\n"
|
||||||
|
"WARNING: This program is deprecated and will be removed in 6.0.\n");
|
||||||
|
|
||||||
/* Initialize. */
|
/* Initialize. */
|
||||||
|
|
||||||
MY_INIT(argv[0]);
|
MY_INIT(argv[0]);
|
||||||
|
Reference in New Issue
Block a user