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

Merge 10.3 into 10.4

We will expose some more std::atomic internals in Atomic_counter,
so that dict_index_t::lock will support the default assignment operator.
This commit is contained in:
Marko Mäkelä
2020-05-16 07:39:15 +03:00
55 changed files with 607 additions and 1083 deletions

View File

@ -1671,6 +1671,7 @@ public:
*/
virtual bool add()
{
table_field->mark_unused_memory_as_defined();
return tree->unique_add(table_field->ptr);
}