mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
#3202 fix =- typo refs[t:3202]
git-svn-id: file:///svn/toku/tokudb@27499 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
a9d325a6d0
commit
cda81a2103
1 changed files with 1 additions and 1 deletions
|
@ -925,7 +925,7 @@ int add_row (struct rowset *rows, DBT *key, DBT *val)
|
|||
if (rows->data == NULL) {
|
||||
result = errno;
|
||||
rows->data = old_data;
|
||||
rows->n_bytes_limit =- old_n_bytes_limit;
|
||||
rows->n_bytes_limit = old_n_bytes_limit;
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue