1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

wl#3023 clean up

- enabling some new tests
This commit is contained in:
unknown
2006-03-11 15:52:38 +01:00
parent c2db8a7ffc
commit a4f610f55e
10 changed files with 85 additions and 95 deletions

View File

@@ -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