mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Post-review addition to the fix for mdev-10868.
This commit is contained in:
@@ -107,7 +107,11 @@ Window_frame::print(String *str, enum_query_type query_type)
|
||||
case UNITS_ROWS:
|
||||
str->append(STRING_WITH_LEN(" rows "));
|
||||
break;
|
||||
case UNITS_RANGE: str->append(STRING_WITH_LEN(" range "));
|
||||
case UNITS_RANGE:
|
||||
str->append(STRING_WITH_LEN(" range "));
|
||||
break;
|
||||
default:
|
||||
DBUG_ASSERT(0);
|
||||
}
|
||||
|
||||
str->append(STRING_WITH_LEN("between "));
|
||||
@@ -129,6 +133,7 @@ Window_frame::print(String *str, enum_query_type query_type)
|
||||
str->append(STRING_WITH_LEN(" ties "));
|
||||
break;
|
||||
default:
|
||||
DBUG_ASSERT(0);
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user