Commit f3c1e3f4 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Remove incorrect comment.

parent bc64a03c
...@@ -5397,7 +5397,7 @@ int mysqld_main(int argc, char **argv) ...@@ -5397,7 +5397,7 @@ int mysqld_main(int argc, char **argv)
#ifdef WITH_PERFSCHEMA_STORAGE_ENGINE #ifdef WITH_PERFSCHEMA_STORAGE_ENGINE
pre_initialize_performance_schema(); pre_initialize_performance_schema();
#endif /*WITH_PERFSCHEMA_STORAGE_ENGINE */ #endif /*WITH_PERFSCHEMA_STORAGE_ENGINE */
// For windows, my_init() is called from the win specific mysqld_main
if (my_init()) // init my_sys library & pthreads if (my_init()) // init my_sys library & pthreads
{ {
fprintf(stderr, "my_init() failed."); fprintf(stderr, "my_init() failed.");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment