1
0
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:
unknown
2001-06-13 14:53:45 +03:00
parent 6e2184aff0
commit 140ab2945e

View File

@ -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