1
0
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:
tomas@poseidon.ndb.mysql.com
2006-03-11 15:52:38 +01:00
parent e4b7cd8eab
commit a7e7a1acf4
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