|
1 | 1 | /* |
2 | | - Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved. |
| 2 | + Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved. |
3 | 3 |
|
4 | 4 | This program is free software; you can redistribute it and/or modify |
5 | 5 | it under the terms of the GNU General Public License as published by |
@@ -2384,7 +2384,7 @@ NdbDictInterface::dictSignal(NdbApiSignal* sig, |
2384 | 2384 | } |
2385 | 2385 | DBUG_PRINT("info", ("node %d", node)); |
2386 | 2386 | if(node == 0){ |
2387 | | - if (m_impl->m_transporter_facade->is_cluster_completely_unavailable()) |
| 2387 | + if (getTransporter()->is_cluster_completely_unavailable()) |
2388 | 2388 | { |
2389 | 2389 | m_error.code= 4009; |
2390 | 2390 | } |
@@ -5972,7 +5972,7 @@ NdbDictInterface::listObjects(NdbApiSignal* signal, |
5972 | 5972 | PollGuard poll_guard(* m_impl); |
5973 | 5973 | Uint16 aNodeId = getTransporter()->get_an_alive_node(); |
5974 | 5974 | if (aNodeId == 0) { |
5975 | | - if (m_impl->m_transporter_facade->is_cluster_completely_unavailable()) |
| 5975 | + if (getTransporter()->is_cluster_completely_unavailable()) |
5976 | 5976 | { |
5977 | 5977 | m_error.code= 4009; |
5978 | 5978 | } |
@@ -6141,7 +6141,7 @@ NdbDictInterface::forceGCPWait(int type) |
6141 | 6141 | PollGuard pg(* m_impl); |
6142 | 6142 | Uint16 aNodeId = getTransporter()->get_an_alive_node(); |
6143 | 6143 | if (aNodeId == 0) { |
6144 | | - if (m_impl->m_transporter_facade->is_cluster_completely_unavailable()) |
| 6144 | + if (getTransporter()->is_cluster_completely_unavailable()) |
6145 | 6145 | { |
6146 | 6146 | m_error.code= 4009; |
6147 | 6147 | } |
@@ -6183,7 +6183,7 @@ NdbDictInterface::forceGCPWait(int type) |
6183 | 6183 | m_impl->lock(); |
6184 | 6184 | Uint16 aNodeId = getTransporter()->get_an_alive_node(); |
6185 | 6185 | if (aNodeId == 0) { |
6186 | | - if (m_impl->m_transporter_facade->is_cluster_completely_unavailable()) |
| 6186 | + if (getTransporter()->is_cluster_completely_unavailable()) |
6187 | 6187 | { |
6188 | 6188 | m_error.code= 4009; |
6189 | 6189 | } |
|
0 commit comments