summaryrefslogtreecommitdiff
path: root/storage/xtradb/read
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-08-06 19:57:06 +0200
committerSergei Golubchik <sergii@pisem.net>2014-08-06 19:57:06 +0200
commita7f39aacd573bfa299a930ee8275ba3066efc33a (patch)
tree9d440e20d7809dcccff7eea0c7b93d79c1d2edf6 /storage/xtradb/read
parent098a9c602d702950b112a251580057f128634f22 (diff)
parent415fe3f175c55cca80477572d7e05bdfda4e3c23 (diff)
downloadmariadb-git-a7f39aacd573bfa299a930ee8275ba3066efc33a.tar.gz
xtradb-5.6.19-67.0
Diffstat (limited to 'storage/xtradb/read')
-rw-r--r--storage/xtradb/read/read0read.cc4
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(
/*==========*/