mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
dirty merge
This commit is contained in:
@ -600,3 +600,18 @@ a
|
||||
2
|
||||
drop table "a1\""b1";
|
||||
set sql_mode=default;
|
||||
create table t1 (a text);
|
||||
select count(*) from t1;
|
||||
count(*)
|
||||
41
|
||||
truncate table t1;
|
||||
select count(*) from t1;
|
||||
count(*)
|
||||
41
|
||||
truncate table t1;
|
||||
select count(*) from t1;
|
||||
count(*)
|
||||
0
|
||||
truncate table t1;
|
||||
### FIXME: update libmariadb
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user