Commit 27eff217 authored by unknown's avatar unknown

Bug#27597 mysqld-debug broken

 - "on" -> "restore" to avoid warning in MSVC when compiling with debug


mysys/my_init.c:
  Fix spelling error that cause MSVC to throw a warning
  when compiling with debug.
  Use "restore" instaed of "on" to turn runtime checks back on
parent bc8d42f9
......@@ -286,7 +286,7 @@ int handle_rtc_failure(int err_type, const char *file, int line,
return 0; /* Error is handled */
}
#pragma runtime_checks("", on)
#pragma runtime_checks("", restore)
#endif
......
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