mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
pma-test was failing after recent changes for recovery. Addresses #27
git-svn-id: file:///svn/tokudb@759 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
b93b2eec7d
commit
773308d9d2
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ int tokulogger_log_brt_insert_with_no_overwrite (TOKULOGGER logger,
|
|||
}
|
||||
|
||||
int tokulogger_log_phys_add_or_delete_in_leaf (DB *db, TOKUTXN txn, DISKOFF diskoff, int is_add, const struct kv_pair *pair) {
|
||||
if (is_add) {
|
||||
if (is_add && txn) {
|
||||
BYTESTRING key = { pair->keylen, (char*)kv_pair_key_const(pair) };
|
||||
BYTESTRING data = { pair->vallen, (char*)kv_pair_val_const(pair) };
|
||||
//printf("Logging insertinleaf\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue