1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Fixed code formatting.

This commit is contained in:
unknown
2005-08-17 14:20:01 +03:00
parent 307d1daa35
commit 06ab6b8876

View File

@@ -3793,7 +3793,8 @@ store_top_level_join_columns(THD *thd, TABLE_LIST *table_ref,
if (cur_table_ref->nested_join && if (cur_table_ref->nested_join &&
store_top_level_join_columns(thd, cur_table_ref, store_top_level_join_columns(thd, cur_table_ref,
cur_left_neighbor, cur_right_neighbor)) cur_left_neighbor, cur_right_neighbor))
DBUG_RETURN(TRUE); cur_right_neighbor= cur_table_ref; DBUG_RETURN(TRUE);
cur_right_neighbor= cur_table_ref;
} }
} }