Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.6.14
-
None
Description
The KB says that COERCIBILITY(NULL) should return 5, but it returns 6.
https://mariadb.com/kb/en/coercibility/
Steps to reproduce
SELECT COERCIBILITY(NULL); |
Actual results
MariaDB [(none)]> SELECT COERCIBILITY(NULL); |
+--------------------+ |
| COERCIBILITY(NULL) | |
+--------------------+ |
| 6 |
|
+--------------------+ |
1 row in set (0.000 sec) |
Expected results
According to the KB, it should return 5.