Commit ee495b22 authored by Igor Babaev's avatar Igor Babaev

Fix after the latest rebase of commits for MDEV-28883

parent 11701780
......@@ -44,6 +44,9 @@
// end_read_record
#include "sql_insert.h" // fix_rownum_pointers
#include "sql_partition.h" // make_used_partitions_str
#ifdef WITH_WSREP
#include "wsrep_mysqld.h"
#endif
#define MEM_STRIP_BUF_SIZE ((size_t) thd->variables.sortbuff_size)
......
......@@ -45,6 +45,9 @@
#include "sql_insert.h" // For vers_insert_history_row() that may be
// needed for System Versioning.
#ifdef WITH_WSREP
#include "wsrep_mysqld.h"
#endif
/**
True if the table's input and output record buffers are comparable using
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment