Commit 42f98374 authored by osku's avatar osku

Add a warning comment above the place where we set srv_main_thread_op_info

to "waiting for server activity" that mentions that this string should not
be changed.
parent 279d5265
...@@ -2587,6 +2587,10 @@ suspend_thread: ...@@ -2587,6 +2587,10 @@ suspend_thread:
mutex_exit(&kernel_mutex); mutex_exit(&kernel_mutex);
/* DO NOT CHANGE THIS STRING. innobase_start_or_create_for_mysql()
waits for database activity to die down when converting < 4.1.x
databases, and relies on this string being exactly as it is. InnoDB
manual also mentions this string in several places. */
srv_main_thread_op_info = "waiting for server activity"; srv_main_thread_op_info = "waiting for server activity";
os_event_wait(event); os_event_wait(event);
......
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