mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 20:12:02 +00:00
Merge branch 'fix-mysql' of github.com:ucasfl/ClickHouse into fix-mysql
This commit is contained in:
commit
4e263956e0
@ -315,7 +315,7 @@ String transformQueryForExternalDatabaseImpl(
|
||||
{
|
||||
replaceConstantExpressions(original_where, context, available_columns);
|
||||
|
||||
/// Replace like WHERE 1 AND 1 to WHRE 1 = 1 AND 1 = 1
|
||||
/// Replace like WHERE 1 AND 1 to WHERE 1 = 1 AND 1 = 1
|
||||
ReplaceLiteralToExprVisitor::Data replace_literal_to_expr_data;
|
||||
ReplaceLiteralToExprVisitor(replace_literal_to_expr_data).visit(original_where);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user