1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Fix after the latest rebase of commits for MDEV-28883

This commit is contained in:
Igor Babaev
2022-09-13 16:14:10 -07:00
parent 11701780e0
commit ee495b2235
2 changed files with 6 additions and 0 deletions

View File

@@ -44,6 +44,9 @@
// end_read_record // end_read_record
#include "sql_insert.h" // fix_rownum_pointers #include "sql_insert.h" // fix_rownum_pointers
#include "sql_partition.h" // make_used_partitions_str #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) #define MEM_STRIP_BUF_SIZE ((size_t) thd->variables.sortbuff_size)

View File

@@ -45,6 +45,9 @@
#include "sql_insert.h" // For vers_insert_history_row() that may be #include "sql_insert.h" // For vers_insert_history_row() that may be
// needed for System Versioning. // 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 True if the table's input and output record buffers are comparable using