1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-05 08:04:25 +03:00

Merge branch '10.2' into 10.3

This commit is contained in:
Oleksandr Byelkin
2019-02-12 12:04:10 +01:00
16 changed files with 129 additions and 106 deletions

View File

@@ -613,5 +613,16 @@ select count(*) from t1;
count(*)
0
truncate table t1;
### FIXME: update libmariadb
select count(*) from t1;
count(*)
0
truncate table t1;
select count(*) from t1;
count(*)
41
truncate table t1;
select count(*) from t1;
count(*)
0
truncate table t1;
drop table t1;