Commit 3e927610 authored by marko's avatar marko

branches/zip: thd_is_strict(): Add missing UNIV_INTERN qualifier as well.

parent 14d5f725
...@@ -664,7 +664,7 @@ thd_is_select( ...@@ -664,7 +664,7 @@ thd_is_select(
/********************************************************************** /**********************************************************************
Returns true if the thread is executing in innodb_strict_mode. */ Returns true if the thread is executing in innodb_strict_mode. */
extern "C" extern "C" UNIV_INTERN
ibool ibool
thd_is_strict( thd_is_strict(
/*==========*/ /*==========*/
......
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