Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
This adds a reversible comment syntax to exclude execution from version higher than specified.
Description
It would be great to have "reversed executable comments", that is, commented code that is only parsed on versions older ##.##.##.
An example is when we want to execute CREATE OR REPLACE TABLE on 10.0, and CREATE TABLE IF NOT EXISTS on older versions.
Attachments
Issue Links
- causes
-
MDEV-39223 Reversed executable comments incorrectly written in binlog and could break replication
-
- Stalled
-
- includes
-
MDEV-38956 Testing of MDEV-7381 Reversed executable comments
-
- Stalled
-
- relates to
-
MDEV-39421 Query with reversed executable comments gets in query cache, but never hits
-
- Open
-
-
MDEV-39424 Query with reversed executable comments is altered in audit/general log (version is stripped))
-
- Closed
-