diff options
author | unknown <heikki@donna.mysql.fi> | 2001-06-13 14:53:45 +0300 |
---|---|---|
committer | unknown <heikki@donna.mysql.fi> | 2001-06-13 14:53:45 +0300 |
commit | 140ab2945ebc2cda4357147f2d66c71f40c563bd (patch) | |
tree | 3bd6db40b7f103ba010e64ca89e1b11c0a843e12 /innobase/row | |
parent | 6e2184aff0137b0c247b560a65e47b36e9420022 (diff) | |
download | mariadb-git-140ab2945ebc2cda4357147f2d66c71f40c563bd.tar.gz |
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
Diffstat (limited to 'innobase/row')
-rw-r--r-- | innobase/row/row0mysql.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |