diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-01-16 01:48:13 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-01-16 01:48:13 +0300 |
| commit | b07bbf7bbe8a690e7979c1ca2975d8f39d1f5e96 (patch) | |
| tree | 7183a3ebcef44045c7b4aa33a74ea5c6db385ae7 /src | |
| parent | 252de442a33507cf2b9b477a2b7234695c8560e7 (diff) | |
| download | rabbitmq-server-git-b07bbf7bbe8a690e7979c1ca2975d8f39d1f5e96.tar.gz | |
Wording
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_upgrade_functions.erl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/rabbit_upgrade_functions.erl b/src/rabbit_upgrade_functions.erl index 3ac82ee6f0..46519d6099 100644 --- a/src/rabbit_upgrade_functions.erl +++ b/src/rabbit_upgrade_functions.erl @@ -658,9 +658,10 @@ exchange_options(Table) -> operator_policy, decorators, options]). default_bindings() -> - %% The bindings are not used anyway, - %% and are replaced by placeholders. - %% It should be safe to remove them dirty. + %% Default exchange bindings are now implicit + %% (not stored in the route tables). + %% It should be safe to remove them outside of a + %% transaction. Queues = mnesia:dirty_all_keys(rabbit_queue), [begin Binding = rabbit_binding:implicit_for_destination(Q), |
