summaryrefslogtreecommitdiff
path: root/storage/xtradb
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2011-10-31 01:36:28 -0700
committerIgor Babaev <igor@askmonty.org>2011-10-31 01:36:28 -0700
commit0efacfcfb24443bbd342e5c4447b166cb569438c (patch)
treece04d2eb5d768f4b485840c7ecf29e5a1ded7e24 /storage/xtradb
parent3a7169572ce4759724d8532191c8e8a10cff3a7f (diff)
downloadmariadb-git-0efacfcfb24443bbd342e5c4447b166cb569438c.tar.gz
Fixed a compilation error.
Diffstat (limited to 'storage/xtradb')
-rw-r--r--storage/xtradb/include/dict0dict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/include/dict0dict.h b/storage/xtradb/include/dict0dict.h
index f94ab32eb9b..9c5925c1301 100644
--- a/storage/xtradb/include/dict0dict.h
+++ b/storage/xtradb/include/dict0dict.h
@@ -832,7 +832,7 @@ dict_index_get_nth_col_no(
Looks for column n in an index.
@return position in internal representation of the index;
ULINT_UNDEFINED if not contained */
-UNIV_INTERN
+UNIV_INLINE
ulint
dict_index_get_nth_col_pos(
/*=======================*/