mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
cleanup: formatting
comments, whitespaces
This commit is contained in:
@ -4107,9 +4107,8 @@ bool JOIN::save_explain_data(Explain_query *output, bool can_overwrite,
|
||||
If there is SELECT in this statement with the same number it must be the
|
||||
same SELECT
|
||||
*/
|
||||
DBUG_SLOW_ASSERT(select_lex->select_number == UINT_MAX ||
|
||||
select_lex->select_number == INT_MAX ||
|
||||
!output ||
|
||||
DBUG_ASSERT(select_lex->select_number == UINT_MAX ||
|
||||
select_lex->select_number == INT_MAX || !output ||
|
||||
!output->get_select(select_lex->select_number) ||
|
||||
output->get_select(select_lex->select_number)->select_lex ==
|
||||
select_lex);
|
||||
|
Reference in New Issue
Block a user