Commit e4d7e216 authored by msvensson@pilot.mysql.com's avatar msvensson@pilot.mysql.com
Browse files

Bug#27597 mysqld-debug broken

 - "on" -> "restore" to avoid warning in MSVC when compiling with debug
parent 80a2d47b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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