From 02daff22301038b9e45e97d2d60c07fd13b4a5c3 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 20 Dec 2007 14:37:39 +0000 Subject: [PATCH] todo update: new states --- doc/todo.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/todo.txt b/doc/todo.txt index 58b9ee4..4c8a0b3 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -12,18 +12,21 @@ * removing db from config and reload; should work - kill connections * removing user should work - kill connections - * suspend_timeout - drop stalled conns + * suspend_timeout - drop stalled conns, long logins * when dest db does not exists, stalled logins can halt suspend fix with suspend_timeout? * some preliminary notification that fd limit is full * SHOW TOTALS that shows stats summary (as goes to log) plus mem usage. + * new states for clients: idle and in-query. That allows to apply + client_idle_timeout and query_timeout without walking all clients + on maintenance time. * ..hopefully.. make -R less scary * ..maybe.. make plan cache work == Minor features == * drop_on_error/keep_on_error - if released conn is in error state, - then issue rollback and keep it + then issue rollback and keep it * show stalled; command - like show sockets; but filter only active ones * keep stats about error counts -- 2.40.0