mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
wl#3023 clean up
- enabling some new tests
This commit is contained in:
@ -235,6 +235,11 @@ public:
|
||||
m_thd= o.m_thd;
|
||||
o.m_thd= tmp;
|
||||
}
|
||||
{
|
||||
enum_state const tmp= m_state;
|
||||
m_state= o.m_state;
|
||||
o.m_state= tmp;
|
||||
}
|
||||
}
|
||||
|
||||
enum enum_state
|
||||
|
Reference in New Issue
Block a user