summaryrefslogtreecommitdiff
path: root/libservices/HOWTO
diff options
context:
space:
mode:
Diffstat (limited to 'libservices/HOWTO')
-rw-r--r--libservices/HOWTO2
1 files changed, 2 insertions, 0 deletions
diff --git a/libservices/HOWTO b/libservices/HOWTO
index 512cdb43c99..9f1fc2dba2b 100644
--- a/libservices/HOWTO
+++ b/libservices/HOWTO
@@ -67,6 +67,8 @@ it should also declare all the accompanying data structures, as necessary
3. add the new file to include/mysql/services.h
4. increase the minor plugin ABI version in include/mysql/plugin.h
(MARIA_PLUGIN_INTERFACE_VERSION = MARIA_PLUGIN_INTERFACE_VERSION+1)
+ don't forget to update test result! e.g. use something like
+ grep '\s\<1\.11\>' -r mysql-test
5. add the version of your service to include/service_versions.h:
==================================================================
#define VERSION_foo 0x0100