-- start_matchsubs
m/ \(plperl\.c:\d+\)/
s/ \(plperl\.c:\d+\)//
-- end_matchsubs

-- start_matchignore
m/^(?:HINT|NOTICE):\s+.+\'DISTRIBUTED BY\' clause.*/

# Ignore creating zero-column table warning
m/^WARNING:  creating a table with no columns./
-- end_matchignore
