need parser to support PAGE_CHECKSUM and TRANSACTIONAL
Open
type/feature-request
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Feature Request
is it possible to update parser to support PAGE_CHECKSUM=1 TRANSACTIONAL=1 in create table statement ?
CREATE TABLE t (
col1 int(10) unsigned NOT NULL,
col2 int(10) unsigned NOT NULL,
col3 int(11) NOT NULL DEFAULT 0,
col4 tinyint(3) unsigned NOT NULL DEFAULT 0,
col5 char(8) NOT NULL DEFAULT '',
PRIMARY KEY (col1,col2)
) ENGINE=Aria PAGE_CHECKSUM=1 TRANSACTIONAL=1
Getting error 'error: line 1 column 71 near "PAGE_CHECKSUM=1 TRANSACTIONAL=1"' while parsing the above DDL. This issue started after mariadb upgrade from 10.3 to 10.6.
Contributor guide
Assessment
This issue has not been assessed yet.