1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

MDEV-8765: mysqldump -use utf8mb4 by default

Bump mysqldump to a version greater than that on the 10.3 branch.
This commit is contained in:
Daniel Black
2018-01-14 15:00:36 +11:00
committed by Alexander Barkov
parent 7e869a2767
commit ce643ddac7
2 changed files with 4 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
** 10 Jun 2003: SET NAMES and --no-set-names by Alexander Barkov
*/
#define DUMP_VERSION "10.16"
#define DUMP_VERSION "10.17"
#include <my_global.h>
#include <my_sys.h>