MDEV-19586: Rename recv_sys.empty() to recv_sys.clear()
In the collections of Standard Template Library, empty() is a predicate and clear() empties a collection. Let us rename recv_sys.empty() to recv_sys.clear() to avoid confusion.
Showing
Please register or sign in to comment