Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0-alpha
-
None
Description
Some of the following sql statements will be executed incorrectly in the current release.
select ifnull(null, 'aaa'); select substring(null, 1, 2);