diff options
author | Sergei Golubchik <serg@mariadb.org> | 2019-10-10 17:40:21 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-10-31 11:19:35 +0100 |
commit | 779978217c76d4b43bb99dd49b6de6464563d93a (patch) | |
tree | 6acf781e1b9a13644f1794aa49be7ac9c446eb7f /plugin/func_test | |
parent | 82b62924d79cc4c83d522afcb4ad0b2cf8f5c4ab (diff) | |
download | mariadb-git-779978217c76d4b43bb99dd49b6de6464563d93a.tar.gz |
Data type plugins - minor fixes
typos, comments
Diffstat (limited to 'plugin/func_test')
-rw-r--r-- | plugin/func_test/plugin.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugin/func_test/plugin.cc b/plugin/func_test/plugin.cc index 2da1feca24e..811189773f1 100644 --- a/plugin/func_test/plugin.cc +++ b/plugin/func_test/plugin.cc @@ -1,6 +1,5 @@ /* - Copyright (c) 2000, 2015, Oracle and/or its affiliates. - Copyright (c) 2009, 2019, MariaDB + Copyright (c) 2019, MariaDB Corporation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -79,7 +78,7 @@ maria_declare_plugin(type_test) PLUGIN_LICENSE_GPL, // the plugin license (see include/mysql/plugin.h) 0, // Pointer to plugin initialization function 0, // Pointer to plugin deinitialization function - 0x0100, // Numeric version 0xAABB means AA.BB veriosn + 0x0100, // Numeric version 0xAABB means AA.BB version NULL, // Status variables NULL, // System variables "1.0", // String version representation |