C:\xampp\mysql\bin>mysql -u root -p Enter password: ******** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 Server version: 5.0.45-community-nt MySQL Community Edition (GPL) mysql> create table test ( c1 int ) type=innodb ; Query OK, 0 rows affected, 2 warnings (0.01 sec) ただし、よくみると警告が表示されている。 実際に start transaction ; insert into test set c1 = 1 ; rollback ; し