From 118ad60aa9d816b8c871970daabd4fd8f9d2477e Mon Sep 17 00:00:00 2001 From: Mats Kindahl Date: Thu, 1 Apr 2010 14:19:08 +0200 Subject: [PATCH] WL#5030: Split and remove mysql_priv.h Fixing merge problem that causes CSV engine to misbehave. --- storage/csv/ha_tina.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/csv/ha_tina.cc b/storage/csv/ha_tina.cc index 6ab40e023d7..11edf690f2a 100644 --- a/storage/csv/ha_tina.cc +++ b/storage/csv/ha_tina.cc @@ -45,6 +45,7 @@ TODO: #pragma implementation // gcc: Class implementation #endif +#include "my_global.h" #include "sql_priv.h" #include "sql_class.h" // SSV #include