mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
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:
parent
22ecced647
commit
2323c4d2dd
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
/*==========*/
|
||||
|
|
Loading…
Add table
Reference in a new issue