diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2013-10-26 17:14:58 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2013-10-26 17:14:58 +0200 |
commit | 0f6bcf73de25040c442cec62ddcdbe7f1d43040b (patch) | |
tree | 387c8094b935b4518cbf7257648b0ce021528651 /storage/connect/myconn.h | |
parent | ba3f4a2cc9ec5337f7677def0a1366cbb7332922 (diff) | |
download | mariadb-git-0f6bcf73de25040c442cec62ddcdbe7f1d43040b.tar.gz |
- 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
Diffstat (limited to 'storage/connect/myconn.h')
-rw-r--r-- | storage/connect/myconn.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |