Steven Jones
Steven Jones
Another workaround for Drush 8 is to use one of the MySQL defaults files (e.g. /etc/my.cnf) and add a section like this: ``` [mysqldump] no-tablespaces ``` And then when Drush...
@Neodork you mentioned in #417 that you have some performance benchmark showing that `innodb_file_per_table=OFF` is 'faster' in some regard? Could you share it here please.
@Neodork how's the reading going :) I just had to convert another machine I have because the ibdata1 file was 30+GB but didn't actually contain any databases.
So are you leaning toward making valet have `innodb_file_per_table=on` always rather than configurable? If we're going to change it for everyone with no configurability then we can change it now...
Any thoughts or movement on this one?
I'm closing this one out as there clearly isn't the appetite to make this change to align with the MySQL default. Also, I don't use valet-plus any more, so won't...
And this is related to #17, although that issue is for the general transactional API, not the triggered campaign one.
Note that I'm using this with a Drupal oauth2 server module: https://www.drupal.org/project/oauth2_server/issues/3015065#comment-12863529 which basically swaps out the storage class. I've not updated the built in storage classes, hence all the...
@keithgordon2 yeah, it should work fine at the moment. It's still technically a WIP in terms of getting the storage classes updated and tests passing, but if you are swapping...
@ezralazuardy if you want some working PKCE code and are free to use any library then take a look at https://oauth2.thephpleague.com/ which has PKCE support already.