diff options
Diffstat (limited to 'storage/xtradb/read/read0read.cc')
-rw-r--r-- | storage/xtradb/read/read0read.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/xtradb/read/read0read.cc b/storage/xtradb/read/read0read.cc index 887e1717769..c350e24dbb0 100644 --- a/storage/xtradb/read/read0read.cc +++ b/storage/xtradb/read/read0read.cc @@ -221,7 +221,7 @@ views contiguously, one identical in size and content as @param view (starting at returned pointer) and another view immediately following the trx_ids array. The second view will have space for an extra trx_id_t element. @return read view struct */ -UNIV_INLINE +UNIV_INTERN read_view_t* read_view_clone( /*============*/ @@ -256,7 +256,7 @@ read_view_clone( /*********************************************************************//** Insert the view in the proper order into the trx_sys->view_list. The read view list is ordered by read_view_t::low_limit_no in descending order. */ -static +UNIV_INTERN void read_view_add( /*==========*/ |