diff options
author | Sachin Setiya <sachinsetia1001@gmail.com> | 2018-04-16 16:27:11 +0530 |
---|---|---|
committer | Sachin Setiya <sachinsetia1001@gmail.com> | 2018-04-19 12:29:23 +0530 |
commit | dde0ba5aaaf653af3079939536a8dd0f90abbb41 (patch) | |
tree | f69a221d148de1cd5f905f4ec5c8aa906639a00e /CMakeLists.txt | |
parent | fa68b88b5d415ebec84602b449bddeed761be04f (diff) | |
download | mariadb-git-dde0ba5aaaf653af3079939536a8dd0f90abbb41.tar.gz |
MDEV-15754 Server crashes in fill_record_n_invoke_before_triggers upon ...
insert into table with TIMESTAMP INVISIBLE
Problem:- The segfault occurs because value is null but since timestamp field
is VISIBLE it expects a value , and it tries to call value->save_in_field(..
Timestamp field should not be visible this is the problem.
Solution:- While we clone field for record0_field we don't honor the field
_visibility , this patch changes that.
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions