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:
committed by
Marko Mäkelä
parent
39a4985520
commit
7b2bdd8984
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user