1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Divide bitvector into .cc and .h file
This commit is contained in:
mronstrom@mysql.com
2005-05-05 10:17:09 +02:00
parent 0f40e05cbe
commit abec3ade26
4 changed files with 57 additions and 176 deletions

View File

@@ -1451,6 +1451,7 @@ void handler::ha_set_bit_in_rw_set(uint fieldnr, bool write_op)
DBUG_PRINT("info", ("Set bit in write set"));
write_set->set_bit((size_t)fieldnr);
}
DBUG_VOID_RETURN;
}
bool handler::ha_get_bit_in_read_set(uint fieldnr)