-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for MySQL 8.0 #97
Comments
Related?
8.0.28 |
8.0.18 |
I filed MySQL Bug 111079: InnoDB SDI index description has fields out-of-order as implementing SDI caused me to find a subtle issue with the fields being out of order internally. |
I filed MySQL Bug 111112: JSON SDI default_value in columns object includes trailing zero bytes as implementing SDI caused me to notice that the included |
Good news! The
You may notice that it can't read all columns from all tables, in particular there is some weirdness with In the mean time, feel free to play around and file bug reports, send pull requests, etc. The basics should all be there. |
Add support for MySQL 8.0. There are a number of changes needed to support MySQL 8.0, and some new data structures to implement:
UNKNOWN
(13)COMPRESSED
(14)ENCRYPTED
(15)COMPRESSED_AND_ENCRYPTED
(16)ENCRYPTED_RTREE
(17)SDI_BLOB
(18) (akaBLOB
)SDI_ZBLOB
(19) (akaZBLOB
)LEGACY_DBLWR
(20)RSEG_ARRAY
(21)LOB_INDEX
(22)LOB_DATA
(23)LOB_FIRST
(24)ZLOB_FIRST
(25)ZLOB_DATA
(26)ZLOB_INDEX
(27)ZLOB_FRAG
(28)ZLOB_FRAG_ENTRY
(29)SDI
(17853) (akaINDEX
)RTREE
(17854)mysql
data dictionary tablesSub-issue list:
PR list:
See also: #41, #44.
The text was updated successfully, but these errors were encountered: