We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28d4ed5 + 131765b commit 2edcf88Copy full SHA for 2edcf88
plugin/innodb_memcached/innodb_memcache/src/innodb_engine.cc
@@ -792,6 +792,7 @@ innodb_conn_clean(
792
void* thd = NULL;
793
794
if (clear_all) {
795
+ my_thread_init();
796
thd = handler_create_thd(engine->enable_binlog);
797
}
798
@@ -865,6 +866,7 @@ innodb_conn_clean(
865
866
if (thd) {
867
handler_thd_attach(thd, NULL);
868
handler_close_thd(thd);
869
+ my_thread_end();
870
871
872
return(num_freed);
0 commit comments