diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-05-16 16:27:36 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-05-16 16:31:46 +0200 |
commit | 9cc7eb3226dc9bcadf42b57786d6e4380221b67a (patch) | |
tree | 66e0fbfb9b0108843924792c9c84761012226b35 /libservices | |
parent | 54672a4f1ec876cf4ae8e1b87cbb1f66698cbac0 (diff) | |
download | mariadb-git-9cc7eb3226dc9bcadf42b57786d6e4380221b67a.tar.gz |
upate test results after 2300fe2e
that is, after
commit 2300fe2e0ed59e36046bb867cc7499bf4c3d7c27
Author: Sergei Golubchik <serg@mariadb.org>
Date: Wed May 13 21:57:24 2015 +0200
Identical key derivation code in XtraDB/InnoDB/Aria
Diffstat (limited to 'libservices')
-rw-r--r-- | libservices/HOWTO | 2 |
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 |