mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -379,7 +379,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");
|
||||
|
||||
@ -539,7 +539,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