This commit is contained in:
Alexey Milovidov 2018-08-24 14:09:20 +03:00
parent eee6644a22
commit 9f6073b562

View File

@ -1,3 +1,5 @@
SET send_logs_level = 'none';
SELECT if(); -- { serverError 42 }
SELECT if(1); -- { serverError 42 }
SELECT if(1, 1); -- { serverError 42 }