1 2 3 4 5 6 7 8
SET SESSION storage_engine=pbxt; create table t1(a int primary key); insert into t1 values (1); update t1 set a=2 where a=1; select * from t1; a 2 drop table t1;
Loggerhead is a web-based interface for Breezy Version: 2.0.1