1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Don't use subtransactions on write_row() and delete_row() in

ha_berkeley.
A few smaller bug fixes.
This commit is contained in:
tim@cane.mysql.fi
2000-12-28 19:26:32 +02:00
parent a23a5d9860
commit f0505c0902
4 changed files with 85 additions and 50 deletions

View File

@ -70,7 +70,7 @@ class ha_berkeley: public handler
int remove_key(DB_TXN *trans, uint keynr, const byte *record,
DBT *packed_record, DBT *prim_key);
int remove_keys(DB_TXN *trans,const byte *record, DBT *new_record,
DBT *prim_key, key_map keys, int result);
DBT *prim_key, key_map keys);
int restore_keys(DB_TXN *trans, key_map changed_keys, uint primary_key,
const byte *old_row, DBT *old_key,
const byte *new_row, DBT *new_key,