Loading mysql-test/r/truncate.result +1 −0 Original line number Diff line number Diff line drop table if exists t1; create table t1 (a integer, b integer,c1 CHAR(10)); insert into t1 (a) values (1),(2); truncate table t1; Loading mysql-test/t/truncate.test +1 −0 Original line number Diff line number Diff line # # Test of truncate # drop table if exists t1; create table t1 (a integer, b integer,c1 CHAR(10)); insert into t1 (a) values (1),(2); truncate table t1; Loading Loading
mysql-test/r/truncate.result +1 −0 Original line number Diff line number Diff line drop table if exists t1; create table t1 (a integer, b integer,c1 CHAR(10)); insert into t1 (a) values (1),(2); truncate table t1; Loading
mysql-test/t/truncate.test +1 −0 Original line number Diff line number Diff line # # Test of truncate # drop table if exists t1; create table t1 (a integer, b integer,c1 CHAR(10)); insert into t1 (a) values (1),(2); truncate table t1; Loading