mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
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
This commit is contained in:
parent
bc8d42f96d
commit
27eff217b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue