summaryrefslogtreecommitdiff
path: root/src/rabbit_mirror_queue_slave.erl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-05-25 13:42:34 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2011-05-25 13:42:34 +0100
commit6a8b341e4c4bd6a7f3c08f005416defc20077b91 (patch)
treec65b1dfcc79e229343a2808fff66e468a4ff9e7f /src/rabbit_mirror_queue_slave.erl
parent36f68e916ff7319e027b7545d987ecd920284324 (diff)
downloadrabbitmq-server-6a8b341e4c4bd6a7f3c08f005416defc20077b91.tar.gz
Work in gm table creation as part of the normal upgrade steps, and then assume that it'll continue to exist
Diffstat (limited to 'src/rabbit_mirror_queue_slave.erl')
-rw-r--r--src/rabbit_mirror_queue_slave.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_slave.erl b/src/rabbit_mirror_queue_slave.erl
index 666687a5..678926af 100644
--- a/src/rabbit_mirror_queue_slave.erl
+++ b/src/rabbit_mirror_queue_slave.erl
@@ -75,7 +75,6 @@ set_maximum_since_use(QPid, Age) ->
init([#amqqueue { name = QueueName } = Q]) ->
process_flag(trap_exit, true), %% amqqueue_process traps exits too.
- ok = gm:create_tables(),
{ok, GM} = gm:start_link(QueueName, ?MODULE, [self()]),
receive {joined, GM} ->
ok