From 140ab2945ebc2cda4357147f2d66c71f40c563bd Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 13 Jun 2001 14:53:45 +0300 Subject: [PATCH] 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 --- innobase/row/row0mysql.c | 1 + 1 file changed, 1 insertion(+) diff --git a/innobase/row/row0mysql.c b/innobase/row/row0mysql.c index b40e026c675..aa5259cbaf8 100644 --- a/innobase/row/row0mysql.c +++ b/innobase/row/row0mysql.c @@ -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