summaryrefslogtreecommitdiffstats
path: root/storage/maria/aria_s3_copy.cc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:15:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:15:00 +0000
commita2a2e32c02643a0cec111511220227703fda1cd5 (patch)
tree69cc2b631234c2a8e026b9cd4d72676c61c594df /storage/maria/aria_s3_copy.cc
parentReleasing progress-linux version 1:10.11.8-1~progress7.99u1. (diff)
downloadmariadb-a2a2e32c02643a0cec111511220227703fda1cd5.tar.xz
mariadb-a2a2e32c02643a0cec111511220227703fda1cd5.zip
Merging upstream version 1:11.4.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'storage/maria/aria_s3_copy.cc')
-rw-r--r--storage/maria/aria_s3_copy.cc8
1 files changed, 2 insertions, 6 deletions
diff --git a/storage/maria/aria_s3_copy.cc b/storage/maria/aria_s3_copy.cc
index b8a0f5b7..6dfe7572 100644
--- a/storage/maria/aria_s3_copy.cc
+++ b/storage/maria/aria_s3_copy.cc
@@ -17,6 +17,7 @@
Allow copying of Aria tables to and from S3 and also delete them from S3
*/
+#define VER "1.0"
#include <my_global.h>
#include <m_string.h>
#include "maria_def.h"
@@ -28,6 +29,7 @@
#include <zlib.h>
#include <libmarias3/marias3.h>
#include "s3_func.h"
+#include <welcome_copyright_notice.h>
static const char *op_types[]= {"to_s3", "from_s3", "delete_from_s3", NullS};
static TYPELIB op_typelib= {array_elements(op_types)-1,"", op_types, NULL};
@@ -111,12 +113,6 @@ static struct my_option my_long_options[] =
static bool get_database_from_path(char *to, size_t to_length, const char *path);
-static void print_version(void)
-{
- printf("%s Ver 1.0 for %s on %s\n", my_progname, SYSTEM_TYPE,
- MACHINE_TYPE);
-}
-
static void usage(void)
{
print_version();