Browse Source

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.
pull/374/head
marko 17 years ago
parent
commit
1cda7bd8fe
  1. 2
      handler/ha_innodb.cc

2
handler/ha_innodb.cc

@ -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…
Cancel
Save