File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- /*
2
- Copyright (c) 2011, 2015 , Oracle and/or its affiliates. All rights reserved.
1
+ /*
2
+ Copyright (c) 2011, 2017 , 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
@@ -179,7 +179,7 @@ int MultiNdbWakeupHandler::waitForInput(Ndb** _objs,
179
179
if (isReadyToWake ()) // already enough
180
180
{
181
181
pg.wait_for_input (0 );
182
- // woken = false;
182
+ woken = false ;
183
183
ignore_wakeups ();
184
184
ret = 0 ;
185
185
break ;
@@ -194,7 +194,7 @@ int MultiNdbWakeupHandler::waitForInput(Ndb** _objs,
194
194
195
195
if (isReadyToWake ())
196
196
{
197
- // woken = false;
197
+ woken = false ;
198
198
ignore_wakeups ();
199
199
ret = 0 ;
200
200
break ;
You can’t perform that action at this time.
0 commit comments