Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugin/type_xmltype/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA

MYSQL_ADD_PLUGIN(type_xmltype
plugin.cc sql_type_xmltype.cc
plugin.cc sql_type_xmltype.cc item_func_xml_isvalid.cc
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The file item_func_xml_isvalid.cc has been added to the MYSQL_ADD_PLUGIN source list, but the file itself is missing from this pull request. This will cause the build to fail immediately. Please ensure that item_func_xml_isvalid.cc is committed and included in the pull request.

MANDATORY RECOMPILE_FOR_EMBEDDED)
Loading
Loading