mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
fixed bdb transaction with query cache bug
This commit is contained in:
@@ -294,7 +294,8 @@ int ha_commit_trans(THD *thd, THD_TRANS* trans)
|
||||
error=1;
|
||||
}
|
||||
else
|
||||
transaction_commited= 1;
|
||||
if (!(thd->options & OPTION_BEGIN))
|
||||
transaction_commited= 1;
|
||||
trans->bdb_tid=0;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user