mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
unify client/tool version string
it should now always be /path/to/exe Ver <tool version> Distrib <server version> for <OS> (<ARCH>) in all tools and clients
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
Format_desc_of_slave, Rotate_of_master, Format_desc_of_master.
|
||||
*/
|
||||
|
||||
#define VER "3.5"
|
||||
#define MYSQL_CLIENT
|
||||
#undef MYSQL_SERVER
|
||||
#define TABLE TABLE_CLIENT
|
||||
@@ -2154,12 +2155,6 @@ static void die()
|
||||
}
|
||||
|
||||
|
||||
static void print_version()
|
||||
{
|
||||
printf("%s Ver 3.5 for %s at %s\n", my_progname, SYSTEM_TYPE, MACHINE_TYPE);
|
||||
}
|
||||
|
||||
|
||||
static void usage()
|
||||
{
|
||||
print_version();
|
||||
|
Reference in New Issue
Block a user