mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
WL#1629: SHOW with WHERE(partially) &
WL#173: Create Data Dictionary Tables for SHOW Commands
This commit is contained in:
@ -1520,6 +1520,7 @@ void st_table_list::set_ancestor()
|
||||
if (ancestor->ancestor)
|
||||
ancestor->set_ancestor();
|
||||
table= ancestor->table;
|
||||
schema_table= ancestor->schema_table;
|
||||
ancestor->table->grant= grant;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user