mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
Addresses #1842 Fix warnings
git-svn-id: file:///svn/toku/tokudb@13077 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
53a12b9706
commit
4bfd18986e
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ u_int32_t le_any_keylen (LEAFENTRY le) {
|
|||
void* any_val_le_committed (u_int32_t UU(keylen), void *UU(key), u_int32_t UU(vallen), void *UU(val)) {
|
||||
return val;
|
||||
}
|
||||
void* any_val_le_both (TXNID UU(xid), u_int32_t UU(klen), void *UU(kval), u_int32_t UU(clen), void *cval, u_int32_t UU(plen), void *UU(pval)) {
|
||||
void* any_val_le_both (TXNID UU(xid), u_int32_t UU(klen), void *UU(kval), u_int32_t UU(clen), void *UU(cval), u_int32_t UU(plen), void *pval) {
|
||||
return pval;
|
||||
}
|
||||
void* any_val_le_provdel (TXNID UU(xid), u_int32_t UU(klen), void *UU(kval), u_int32_t UU(clen), void *cval) {
|
||||
|
|
Loading…
Add table
Reference in a new issue