diff --git a/client/mysql.cc b/client/mysql.cc index 5964d1eba3f..437a793dcae 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -38,7 +38,7 @@ #include #include -const char *VER="11.21"; +const char *VER="11.22"; /* Don't try to make a nice table if the data is too big */ #define MAX_COLUMN_LENGTH 1024 @@ -1714,7 +1714,7 @@ print_table_data_xml(MYSQL_RES *result) mysql_field_seek(result,0); tee_fputs("\n\n", PAGER); fields = mysql_fetch_fields(result);