diff options
author | Mats Kindahl <mats@sun.com> | 2010-04-01 14:19:08 +0200 |
---|---|---|
committer | Mats Kindahl <mats@sun.com> | 2010-04-01 14:19:08 +0200 |
commit | 118ad60aa9d816b8c871970daabd4fd8f9d2477e (patch) | |
tree | f43ede49a8fd200a968604e005189f29709b7b28 /storage/csv | |
parent | 23d8586dbfdfdf02fa2f801b9dad91db53025a64 (diff) | |
download | mariadb-git-118ad60aa9d816b8c871970daabd4fd8f9d2477e.tar.gz |
WL#5030: Split and remove mysql_priv.h
Fixing merge problem that causes CSV engine to misbehave.
Diffstat (limited to 'storage/csv')
-rw-r--r-- | storage/csv/ha_tina.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 <mysql/plugin.h> |