mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
truncate test made independed from environment
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# 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;
|
||||
|
||||
Reference in New Issue
Block a user