You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
What did you do?
What did you expect to see?
W/ MySQL 5.7
mysql>select case when 0.1 then 1 else 2 end;
+---------------------------------+
| case when 0.1 then 1 else 2 end |
+---------------------------------+
| 1 |
+---------------------------------+1 row inset (0.00 sec)
What did you see instead?
W/ TiDB,
mysql>select case when 0.1 then 1 else 2 end;
+---------------------------------+
| case when 0.1 then 1 else 2 end |
+---------------------------------+
| 2 |
+---------------------------------+1 row inset (0.00 sec)
What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)?
Bug Report
Please answer these questions before submitting your issue. Thanks!
W/ MySQL 5.7
W/ TiDB,
tidb-server -V
or runselect tidb_version();
on TiDB)?b504d37
The text was updated successfully, but these errors were encountered: