History syncer tries to set error message to triggers table repeatedly

XMLWordPrintable

    • Type: Incident report
    • Resolution: Won't fix
    • Priority: Major
    • None
    • Affects Version/s: 2.2.7
    • Component/s: Server (S)

      History syncer process tries to set error message to triggers table repeatedly if error message is exceeded to 128 characters.

      The query below is executed. History syncer compare with current error message with new error message, but it failed if the message is longer than 128 characters

      update triggers set error='Evaluation failed for function: some trigger error message here' where triggerid=XXXXX;
      

            Assignee:
            Unassigned
            Reporter:
            Kodai Terashima
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: