[top_status_source] try to fix prepared_stmt destruct order

pull/1062/head
Tim Stack 2 years ago
parent 5060b38f99
commit 9185518bda

@ -103,7 +103,7 @@ struct user_msg_stmt {
void
top_status_source::update_user_msg()
{
static user_msg_stmt um_stmt;
static thread_local user_msg_stmt um_stmt;
auto& al = this->tss_fields[TSF_USER_MSG].get_value();
al.clear();

Loading…
Cancel
Save