Commit b87cd7d
fix tube_release_all_tasks function
* Added return in case of tarantool version < 1.7.5
* Instead of nil, an empty table is used as "opts" argument of
the driver "release" method. This is the policy of the module
"queue": "Check opts in abstract.lua, instead to check inside
the driver".
Fixes #1211 parent c7d6234 commit b87cd7d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments