diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-04-24 13:00:09 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-04-24 13:00:09 +0300 |
commit | 8346acaf807587da751fdded5eb87fd72f5268a5 (patch) | |
tree | 2d558443b291b1e32f46fd11ee3547e744d668ef /client/mysql.cc | |
parent | 2a00bdeb4a65f9f56372a9f01d8bee21fe58407c (diff) | |
parent | 7b2bdd898450dbade97d803bb07a8846ad533d07 (diff) | |
download | mariadb-git-8346acaf807587da751fdded5eb87fd72f5268a5.tar.gz |
Pull request #522: Remove C++ register keyword
Diffstat (limited to 'client/mysql.cc')
-rw-r--r-- | client/mysql.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql.cc b/client/mysql.cc index 4400e53b6a8..8cada731d70 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -3133,7 +3133,7 @@ static int com_help(String *buffer __attribute__((unused)), char *line __attribute__((unused))) { - reg1 int i, j; + int i, j; char * help_arg= strchr(line,' '), buff[32], *end; if (help_arg) { |