1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Add comments to a few MDL deadlock-search related variables

and methods.
This commit is contained in:
Konstantin Osipov
2010-06-02 12:06:07 +04:00
parent 559e3889f2
commit f3e12c7567
2 changed files with 12 additions and 1 deletions

View File

@ -322,6 +322,7 @@ public:
DBUG_ASSERT(ticket == NULL);
type= type_arg;
}
/* A helper used to determine which lock request should be aborted. */
uint get_deadlock_weight() const;
static MDL_request *create(MDL_key::enum_mdl_namespace mdl_namespace,