Hi, Alexey,

On Oct 16, Alexey Botchkov wrote:
> revision-id: 837b777bfd7 (mariadb-10.4.30-116-g837b777bfd7)
> parent(s): a49b9314c16
> author: Alexey Botchkov
> committer: Alexey Botchkov
> timestamp: 2023-09-05 13:18:12 +0400
> message:
> 
> MDEV-27595 Backport SQL service, introduced by MDEV-19275.
> 
>    The SQL SERVICE backported into the 10.4.
> 
> diff --git a/plugin/test_sql_service/CMakeLists.txt 
> b/plugin/test_sql_service/CMakeLists.txt
> new file mode 100644
> index 00000000000..615508bdc4e
> --- /dev/null
> +++ b/plugin/test_sql_service/CMakeLists.txt
> @@ -0,0 +1,18 @@
> +# Copyright (C) 2013 Alexey Botchkov and SkySQL Ab
> +# 
> +# 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
> +# the Free Software Foundation; version 2 of the License.
> +# 
> +# This program is distributed in the hope that it will be useful,
> +# but WITHOUT ANY WARRANTY; without even the implied warranty of
> +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> +# GNU General Public License for more details.
> +# 
> +# You should have received a copy of the GNU General Public License
> +# along with this program; if not, write to the Free Software
> +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 
> USA
> +
> +SET(SOURCES test_sql_service.c)
> +
> +MYSQL_ADD_PLUGIN(test_sql_service  ${SOURCES} MODULE_ONLY)

COMPONENT Test

> diff --git a/plugin/test_sql_service/COPYING b/plugin/test_sql_service/COPYING
> new file mode 100644
> index 00000000000..6e475df5526
> --- /dev/null
> +++ b/plugin/test_sql_service/COPYING
> @@ -0,0 +1,339 @@
> +                 GNU GENERAL PUBLIC LICENSE

No need to, we already have one in the CMAKE_SOURCE_DIR,
why do you want to copy it just for one plugin?

Regards,
Sergei
Chief Architect, MariaDB Server
and secur...@mariadb.org
_______________________________________________
developers mailing list -- developers@lists.mariadb.org
To unsubscribe send an email to developers-le...@lists.mariadb.org

Reply via email to