1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

register keyword c++17 warning

This commit is contained in:
Eugene Kosov
2017-12-27 16:03:16 +03:00
committed by Marko Mäkelä
parent 39a4985520
commit 7b2bdd8984
11 changed files with 19 additions and 19 deletions

View File

@@ -378,7 +378,7 @@ end:
static int lock_external(THD *thd, TABLE **tables, uint count)
{
reg1 uint i;
uint i;
int lock_type,error;
DBUG_ENTER("lock_external");
@@ -530,7 +530,7 @@ void mysql_lock_remove(THD *thd, MYSQL_LOCK *locked,TABLE *table)
{
if (locked)
{
reg1 uint i;
uint i;
for (i=0; i < locked->table_count; i++)
{
if (locked->table[i] == table)