iucar / rpms / root

Forked from rpms/root 3 years ago
Clone
3dbbb6f
From 511ae175e21c6b5fa32201de23b379f80ed37981 Mon Sep 17 00:00:00 2001
3dbbb6f
From: Guilherme Amadio <amadio@cern.ch>
3dbbb6f
Date: Tue, 5 Sep 2017 14:57:40 +0200
3dbbb6f
Subject: [PATCH] Do not include internal MySQL header
3dbbb6f
3dbbb6f
This breaks the build with -Dmysql=ON since the internal header will
3dbbb6f
not be found.
3dbbb6f
---
3dbbb6f
 sql/mysql/src/TMySQLServer.cxx | 3 ---
3dbbb6f
 1 file changed, 3 deletions(-)
3dbbb6f
3dbbb6f
diff --git a/sql/mysql/src/TMySQLServer.cxx b/sql/mysql/src/TMySQLServer.cxx
3dbbb6f
index ee9d912e0f..40eebf55e9 100644
3dbbb6f
--- a/sql/mysql/src/TMySQLServer.cxx
3dbbb6f
+++ b/sql/mysql/src/TMySQLServer.cxx
3dbbb6f
@@ -52,9 +52,6 @@
ebb8671
 #include "TObjString.h"
ebb8671
 #include "TObjArray.h"
ebb8671
 
ebb8671
-#include <my_global.h>
ebb8671
-
3dbbb6f
-
ebb8671
 ClassImp(TMySQLServer)
ebb8671
 
3dbbb6f
 ////////////////////////////////////////////////////////////////////////////////
3dbbb6f
-- 
3dbbb6f
2.13.5
3dbbb6f