diff options
author | tomas@poseidon.ndb.mysql.com <> | 2006-03-11 15:52:38 +0100 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2006-03-11 15:52:38 +0100 |
commit | a7e7a1acf4ce5d14de8da0cb46ef2704a272e38e (patch) | |
tree | 1ae0272ddbe0ad5d12483e42508cdf3810edb329 /sql/rpl_injector.h | |
parent | e4b7cd8eab5597ccb7902e624627e07038fc7e51 (diff) | |
download | mariadb-git-a7e7a1acf4ce5d14de8da0cb46ef2704a272e38e.tar.gz |
wl#3023 clean up
- enabling some new tests
Diffstat (limited to 'sql/rpl_injector.h')
-rw-r--r-- | sql/rpl_injector.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/rpl_injector.h b/sql/rpl_injector.h index 50a0a56dd9b..14d5cca9b6c 100644 --- a/sql/rpl_injector.h +++ b/sql/rpl_injector.h @@ -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 |