Make compatible with mysql bit type deduction for case_when expr

This commit is contained in:
obdev
2023-07-17 02:48:02 +00:00
committed by ob-robot
parent 214101d63f
commit cf39d8c8e3
2 changed files with 39 additions and 39 deletions

View File

@ -990,7 +990,7 @@ call proc_12976_a();
+-------------------------+--------------------+
| coalesce(localvar, 1)+1 | coalesce(val, 1)+1 |
+-------------------------+--------------------+
| 1 | 1 |
| 2 | 2 |
+-------------------------+--------------------+
call proc_12976_b('A', @ep, @msg);
+------+------+