mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
fix namespace pollution
git-svn-id: file:///svn/tokudb@2248 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
03256cb5ab
commit
05c5502b7d
1 changed files with 1 additions and 1 deletions
|
@ -1999,7 +1999,7 @@ static inline void brt_cursor_cleanup(BRT_CURSOR cursor) {
|
|||
dbt_cleanup(&cursor->val);
|
||||
}
|
||||
|
||||
inline int brt_cursor_not_set(BRT_CURSOR cursor) {
|
||||
static inline int brt_cursor_not_set(BRT_CURSOR cursor) {
|
||||
return cursor->key.data == 0 || cursor->val.data == 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue