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 11/*
2- Copyright (c) 2003, 2015 , Oracle and/or its affiliates. All rights reserved.
2+ Copyright (c) 2003, 2016 , Oracle and/or its affiliates. All rights reserved.
33
44 This program is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
@@ -1758,13 +1758,13 @@ receive_operations(THREAD_DATA *my_thread_data,
17581758 }
17591759 NdbMutex_Unlock (my_thread_data->transport_mutex );
17601760 if (first && wait &&
1761- thread_list_header ->num_in_list < ((tNoOfParallelTrans + 1 ) / 2 ))
1761+ list_header ->num_in_list < ((tNoOfParallelTrans + 1 ) / 2 ))
17621762 {
17631763 /* *
1764- * We will wait for at least 2 milliseconds extra if we haven't yet
1764+ * We will wait for at least 1 milliseconds extra if we haven't yet
17651765 * received at least half of the number of records we desire to execute.
17661766 */
1767- NdbSleep_MicroSleep (2000 );
1767+ NdbSleep_MicroSleep (1000 );
17681768 first = false ;
17691769 goto recheck;
17701770 }
You can’t perform that action at this time.
0 commit comments