mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Salvage comments added by Ingo while working on
Bug#52114 and Bug#50788. The bugs themselves are regressions that are introduced by an incomplete fix for Bug#36171 and will not be pushed.
This commit is contained in:
@@ -1931,7 +1931,6 @@ TABLE_LIST *find_table_in_list(TABLE_LIST *table,
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
Test that table is unique (It's only exists once in the table list)
|
||||
|
||||
@@ -2054,6 +2053,11 @@ next:
|
||||
or (in case of MyISAMMRG) one of its children are not used later
|
||||
in the query.
|
||||
|
||||
For MyISAMMRG tables, it is assumed that all the underlying
|
||||
tables of @c table (if any) are listed right after it and that
|
||||
their @c parent_l field points at the main table.
|
||||
|
||||
|
||||
@retval non-NULL The table list element for the table that
|
||||
represents the duplicate.
|
||||
@retval NULL No duplicates found.
|
||||
|
||||
Reference in New Issue
Block a user