Commit 2323c4d2 authored by marko's avatar marko

branches/zip: thd_is_select(): Add the missing UNIV_INTERN to the definition.

This function was introduced in r2606, when merging r2603 from branches/5.1.
parent 22ecced6
...@@ -643,7 +643,7 @@ thd_has_edited_nontrans_tables( ...@@ -643,7 +643,7 @@ thd_has_edited_nontrans_tables(
/********************************************************************** /**********************************************************************
Returns true if the thread is executing a SELECT statement. */ Returns true if the thread is executing a SELECT statement. */
extern "C" extern "C" UNIV_INTERN
ibool ibool
thd_is_select( thd_is_select(
/*==========*/ /*==========*/
......
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