Conversation
|
@federico-razzoli the contributor agreement is failing. Could you approve it? The PR looks good |
|
@federico-razzoli do you have a reference on that config being deprecated and potentially what versions |
|
"When innodb_file_per_table=ON is set, InnoDB uses one tablespace file per InnoDB table. These tablespace files have the .ibd extension. When innodb_file_per_table=OFF is set, InnoDB stores all tables in the InnoDB system tablespace. |
|
@guycipher It's deprecated since 11.0. Since MariaDB's first version, the default is 1. When a variable is deprecated, you can see it in the documentation and in the error log. Documentation: Error log: |
|
For some reason this PR doesn't contain a change I thought it would contain. I need to re-add it. |
Signed-off-by: Federico Razzoli <federico.razzoli@vettabase.com>
Signed-off-by: Federico Razzoli <federico.razzoli@vettabase.com>
7102cf3 to
d970140
Compare
|
Re-applied lost change and signed off. |
guycipher
left a comment
There was a problem hiding this comment.
The charset there per research is the default anyways in MariaDB v10+.
Fixes in the configuration file:
innodb_file_per_table[client]and[mariadb-client]becausedefault_character_setis not understood by some clientsdefault_character_setwith underscore instead of dashes for consistence