summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSachin Setiya <sachinsetia1001@gmail.com>2018-04-16 16:27:11 +0530
committerSachin Setiya <sachinsetia1001@gmail.com>2018-04-19 12:29:23 +0530
commitdde0ba5aaaf653af3079939536a8dd0f90abbb41 (patch)
treef69a221d148de1cd5f905f4ec5c8aa906639a00e /CMakeLists.txt
parentfa68b88b5d415ebec84602b449bddeed761be04f (diff)
downloadmariadb-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