Add local changes from the past 7 years

This commit is contained in:
2016-08-02 06:10:45 +00:00
parent 1d81d8820f
commit c2aa958bb3
11 changed files with 3999 additions and 5912 deletions

View File

@@ -12,6 +12,8 @@
#include <assert.h>
#include <pwd.h>
#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
#include "mysql-admutils.h"
char *program_name;
@@ -50,7 +52,7 @@ wrong_use(char *format, ...)
int
dberror(MYSQL *pmysql, char *format, ...)
{
char *errmsg;
const char *errmsg;
va_list ap;
char *p;
char token[1024] = "%";