1
0
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:
unknown
2002-11-06 00:41:25 +02:00
parent 54ebb4175b
commit 2eb2786dcc
4 changed files with 153 additions and 1 deletions

View File

@@ -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