summaryrefslogtreecommitdiff
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.inl5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/sql_plugin_services.inl b/sql/sql_plugin_services.inl
index 3dd41ffbed9..e883081e9f7 100644
--- a/sql/sql_plugin_services.inl
+++ b/sql/sql_plugin_services.inl
@@ -245,6 +245,11 @@ struct sql_service_st sql_service_handler=
mysql_free_result,
mysql_fetch_row,
mysql_close,
+ mysql_options,
+ mysql_fetch_lengths,
+ mysql_set_character_set,
+ mysql_num_fields,
+ mysql_select_db
};
#define DEFINE_warning_function(name, ret) { \