mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge bodhi.(none):/opt/local/work/mysql-5.0-runtime
into bodhi.(none):/opt/local/work/mysql-5.1-runtime
This commit is contained in:
@ -15752,11 +15752,11 @@ static void print_join(THD *thd, String *str, List<TABLE_LIST> *tables)
|
||||
Print table as it should be in join list
|
||||
|
||||
SYNOPSIS
|
||||
st_table_list::print();
|
||||
TABLE_LIST::print();
|
||||
str string where table should bbe printed
|
||||
*/
|
||||
|
||||
void st_table_list::print(THD *thd, String *str)
|
||||
void TABLE_LIST::print(THD *thd, String *str)
|
||||
{
|
||||
if (nested_join)
|
||||
{
|
||||
|
Reference in New Issue
Block a user