diff options
author | Igor Babaev <igor@askmonty.org> | 2011-10-31 01:36:28 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2011-10-31 01:36:28 -0700 |
commit | 0efacfcfb24443bbd342e5c4447b166cb569438c (patch) | |
tree | ce04d2eb5d768f4b485840c7ecf29e5a1ded7e24 /storage/xtradb | |
parent | 3a7169572ce4759724d8532191c8e8a10cff3a7f (diff) | |
download | mariadb-git-0efacfcfb24443bbd342e5c4447b166cb569438c.tar.gz |
Fixed a compilation error.
Diffstat (limited to 'storage/xtradb')
-rw-r--r-- | storage/xtradb/include/dict0dict.h | 2 |
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( /*=======================*/ |