summaryrefslogtreecommitdiffstats
path: root/sql/sql_plugin_services.inl
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_plugin_services.inl')
-rw-r--r--sql/sql_plugin_services.inl3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_plugin_services.inl b/sql/sql_plugin_services.inl
index b291bf5c..2114f356 100644
--- a/sql/sql_plugin_services.inl
+++ b/sql/sql_plugin_services.inl
@@ -254,6 +254,9 @@ struct sql_service_st sql_service_handler=
mysql_set_character_set,
mysql_num_fields,
mysql_select_db,
+ mysql_use_result,
+ mysql_fetch_fields,
+ mysql_real_escape_string,
mysql_ssl_set
};