mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Backport of:
---------------------------------------------------------- revno: 2617.23.20 committer: Konstantin Osipov <kostja@sun.com> branch nick: mysql-6.0-runtime timestamp: Wed 2009-03-04 16:31:31 +0300 message: WL#4284 "Transactional DDL locking" Review comments: "Objectify" the MDL API. MDL_request and MDL_context still need manual construction and destruction, since they are used in environment that is averse to constructors/destructors.
This commit is contained in:
@ -79,6 +79,7 @@ public:
|
||||
**B::prev_ptr(a)= next;
|
||||
}
|
||||
inline T* head() { return first; }
|
||||
inline const T *head() const { return first; }
|
||||
void swap(I_P_List<T,B> &rhs)
|
||||
{
|
||||
swap_variables(T *, first, rhs.first);
|
||||
|
Reference in New Issue
Block a user