You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Koji Kawamura (JIRA)" <ji...@apache.org> on 2017/04/24 00:57:04 UTC

[jira] [Created] (NIFI-3728) CaptureChangeMySQL to capture truncate table statement

Koji Kawamura created NIFI-3728:
-----------------------------------

             Summary: CaptureChangeMySQL to capture truncate table statement
                 Key: NIFI-3728
                 URL: https://issues.apache.org/jira/browse/NIFI-3728
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
            Reporter: Koji Kawamura


CaptureChangeMySQL has several specific queries to capture, such as 'alter table', 'create table' and 'drop table' ... etc. However, it currently does not capture 'truncate table' and it should be added.

Also, this maybe an off topic but I think these [DDL | https://en.wikipedia.org/wiki/Data_definition_language] statements can be dangerous and some use-cases may require human intervention before executing such, instead of fully automating with PutDatabaseRecord. It will be useful if CaptureChangeMySQL has a 'Capture DDL statements' property.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)