From 0f6bcf73de25040c442cec62ddcdbe7f1d43040b Mon Sep 17 00:00:00 2001 From: Olivier Bertrand Date: Sat, 26 Oct 2013 17:14:58 +0200 Subject: - Implement the "exec source" feature for table type MYSQL. modified: storage/connect/ha_connect.cc storage/connect/myconn.h storage/connect/tabmysql.cpp storage/connect/tabmysql.h --- storage/connect/myconn.h | 1 + 1 file changed, 1 insertion(+) (limited to 'storage/connect/myconn.h') diff --git a/storage/connect/myconn.h b/storage/connect/myconn.h index f8c8c3dcbae..10ff76c3273 100644 --- a/storage/connect/myconn.h +++ b/storage/connect/myconn.h @@ -54,6 +54,7 @@ uint GetDefaultPort(void); class DllItem MYSQLC { friend class TDBMYSQL; friend class MYSQLCOL; + friend class TDBMYEXC; // Construction public: MYSQLC(void); -- cgit v1.2.1