EVOLUTION-MANAGER
Edit File: checkpoint_lock_3.result
SET DEFAULT_STORAGE_ENGINE = 'tokudb'; # Establish connection conn1 (user = root) connect conn1,localhost,root,,; connection default; select DB, command, state, info from information_schema.processlist where id != connection_id(); DB command state info test Sleep NULL flush logs; select DB, command, state, info from information_schema.processlist where id != connection_id(); DB command state info test Sleep NULL connection conn1; set tokudb_checkpoint_lock=1; connection default; flush logs;; connection conn1; select DB, command, state, info from information_schema.processlist where id != connection_id(); DB command state info test Sleep NULL set tokudb_checkpoint_lock=0; connection default; disconnect conn1;