mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
Merge branch '10.4' into 10.5
This commit is contained in:
commit
48b5777ebd
144 changed files with 3474 additions and 524 deletions
|
|
@ -34,7 +34,7 @@
|
|||
/*
|
||||
Action to perform at a synchronization point.
|
||||
NOTE: This structure is moved around in memory by realloc(), qsort(),
|
||||
and memmove(). Do not add objects with non-trivial constuctors
|
||||
and memmove(). Do not add objects with non-trivial constructors
|
||||
or destructors, which might prevent moving of this structure
|
||||
with these functions.
|
||||
*/
|
||||
|
|
@ -571,7 +571,7 @@ static void debug_sync_reset(THD *thd)
|
|||
@description
|
||||
Removing an action mainly means to decrement the ds_active counter.
|
||||
But if the action is between other active action in the array, then
|
||||
the array needs to be shrinked. The active actions above the one to
|
||||
the array needs to be shrunk. The active actions above the one to
|
||||
be removed have to be moved down by one slot.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue