mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
row0mysql.c Include rem0cmp.h to compile on Windows, on Unix it is for some reason included
innobase/row/row0mysql.c: Include rem0cmp.h to compile on Windows, on Unix it is for some reason included
This commit is contained in:
@ -24,6 +24,7 @@ Created 9/17/2000 Heikki Tuuri
|
||||
#include "trx0roll.h"
|
||||
#include "trx0purge.h"
|
||||
#include "lock0lock.h"
|
||||
#include "rem0cmp.h"
|
||||
|
||||
/***********************************************************************
|
||||
Reads a MySQL format variable-length field (like VARCHAR) length and
|
||||
|
Reference in New Issue
Block a user