A crash occurred when using clear recycle_bin to delete tables from the recycle bin without specifying a database name. This happened because the code contained assertions checking whether the database and table names were null; consequently, additional logic is required to handle cases where neither the database name nor the table name is specified.
A crash occurred when using
clear recycle_binto delete tables from the recycle bin without specifying a database name. This happened because the code contained assertions checking whether the database and table names were null; consequently, additional logic is required to handle cases where neither the database name nor the table name is specified.