diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-09-27 22:29:10 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-10-01 23:48:34 +0200 |
commit | 7aabc2ded2b63fed1e149276bfb5f8e0fd7d723f (patch) | |
tree | 1fb5d91a553036e7faee2400cde45a94a99cd049 /libservices/wsrep_service.c | |
parent | 8877adb773abeafafcdee18fe30fca1c8589ee2c (diff) | |
download | mariadb-git-7aabc2ded2b63fed1e149276bfb5f8e0fd7d723f.tar.gz |
fixing embedded: WaaS. Wsrep as a Service.
Diffstat (limited to 'libservices/wsrep_service.c')
-rw-r--r-- | libservices/wsrep_service.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libservices/wsrep_service.c b/libservices/wsrep_service.c new file mode 100644 index 00000000000..5faf1a12d05 --- /dev/null +++ b/libservices/wsrep_service.c @@ -0,0 +1,20 @@ +/* Copyright (C) 2014 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +#include <service_versions.h> + +/* file reserved for the future use */ +SERVICE_VERSION wsrep_service= (void *) VERSION_wsrep; + |