| 2542 | } |
| 2543 | |
| 2544 | inline |
| 2545 | int Write_record::after_ins_trg() |
| 2546 | { |
| 2547 | int res= 0; |
| 2548 | if (use_triggers) |
| 2549 | res= table->triggers->process_triggers(thd, TRG_EVENT_INSERT, |
| 2550 | TRG_ACTION_AFTER, true, nullptr); |
| 2551 | return res; |
| 2552 | } |
| 2553 | |
| 2554 | inline |
| 2555 | int Write_record::send_data() |
nothing calls this directly
no test coverage detected