1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00

fix use-after-free [closes #89]

This commit is contained in:
kevg
2016-12-10 18:33:40 +03:00
committed by Aleksey Midenkov
parent a17b8f707f
commit 1742561b4e
3 changed files with 12 additions and 15 deletions

View File

@@ -18,6 +18,7 @@ a b b+0
3 NULL NULL
Warnings:
Warning 4075 Attempt to read unversioned field `b` in historical query
Warning 4075 Attempt to read unversioned field `b` in historical query
select * from t for system_time as of timestamp now(6);
a b
1 NULL