-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
feature(StoneDB 8.0): 'bool partitioned' parameter is added by MySQL 8.0 in handlerton->create function #596
Comments
From the create functions of storage engines as below, we can see that the partitioned value is only used by innodb, others ignore the partitioned argument. innobase storage
myisam storage
archive storage
blackhole storage
federated storage
heap storage
myisammrg storage
tina storage
|
… in handlerton->create function. (stoneatom#596) [summary] 1 add 'bool m_partioned' in tianmu engine's handler to indicate the parameter;
… in handlerton->create function. (stoneatom#596) [summary] 1 Add 'bool m_partioned' in tianmu engine's handler to indicate the parameter;
… in handlerton->create function. (#596) [summary] 1 Add 'bool m_partioned' in tianmu engine's handler to indicate the parameter;
Is your feature request related to a problem? Please describe.
handlerton->create function function add "bool partitioned" parameter, in tianmu as below:
Describe the solution you'd like
adapt the code for MySQL 8.0
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: