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.
This commit is contained in:
marko 2008-08-21 14:59:44 +00:00
parent 22ecced647
commit 2323c4d2dd

View file

@ -643,7 +643,7 @@ thd_has_edited_nontrans_tables(
/**********************************************************************
Returns true if the thread is executing a SELECT statement. */
extern "C"
extern "C" UNIV_INTERN
ibool
thd_is_select(
/*==========*/