2021-07-05から1日間の記事一覧

空コミットの影響

DB

MySQL (8.0.22) CPUコア数=2 drop table tab1;create table tab1 ( col1 int); alter table tab1 add constraint tab1pk primary key(col1); drop procedure proc1; delimiter //create procedure proc1(in x int)begin declare i int; set i = 0; start tra…