Skip to content
/ server Public

Comments

MDEV-19188 Server Crash When Using a Trigger With A Number of Virtual…#1292

Closed
FooBarrior wants to merge 1 commit intoMariaDB:10.4from
tempesta-tech:nm/MDEV-19188-9virt
Closed

MDEV-19188 Server Crash When Using a Trigger With A Number of Virtual…#1292
FooBarrior wants to merge 1 commit intoMariaDB:10.4from
tempesta-tech:nm/MDEV-19188-9virt

Conversation

@FooBarrior
Copy link
Contributor

… Columns on INSERT/UPDATE

use s->fields instead of s->stored_fields. extra_null_bitmap is allocated in Table_triggers_list::prepare_record_accessors with respect to virtual fields, so it will not overflow

… Columns on INSERT/UPDATE

use s->fields instead of s->stored_fields. extra_null_bitmap is allocated in Table_triggers_list::prepare_record_accessors with respect to virtual fields, so it will not overflow
@an3l an3l added this to the 10.4 milestone Apr 30, 2019
@an3l an3l requested a review from vuvova April 30, 2019 14:52
vuvova pushed a commit that referenced this pull request Apr 30, 2019
… Columns on INSERT/UPDATE

use s->fields instead of s->stored_fields. extra_null_bitmap is allocated in Table_triggers_list::prepare_record_accessors with respect to virtual fields, so it will not overflow

Closes #1292
@dr-m dr-m closed this in dabef66 May 6, 2019
@FooBarrior FooBarrior deleted the nm/MDEV-19188-9virt branch May 7, 2019 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants