Details
Description
In order to fix MDEV-27744, we'll need two separate function hashes:
- for sql_mode=DEFAULT
- for sql_mode=ORACLE
To simplify handling of multiple function hashes, let's introduce a new class:
class Native_functions_hash: public HASH
Attachments
Issue Links
- blocks
-
MDEV-27744 LPAD in vcol created in ORACLE mode makes table corrupted in non-ORACLE
- Closed