mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.6 into 10.11
This commit is contained in:
@@ -10102,7 +10102,14 @@ bool TABLE_LIST::is_the_same_definition(THD* thd, TABLE_SHARE *s)
|
||||
tabledef_version.length= 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
set_tabledef_version(s);
|
||||
if (m_table_ref_type == TABLE_REF_NULL)
|
||||
{
|
||||
set_table_ref_id(s);
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user