Alejandro García Montoro
Alejandro García Montoro
**To merge after https://github.com/src-d/go-mysql-server/pull/860** This PR: - Adds the VIEWs in the specified database to the rows returned by SHOW TABLES. - Removes the sorting of tables in the `ShowTables`...
This PR adds support for `DROP VIEW` statements, as in ```sql DROP VIEW [IF EXISTS] [db_name1.]view_name1 [, [db_name2.]view_name2, ...] [RESTRICT] [CASCADE] ``` As each view in the statement may come...
The numbers in the left hand side bar are not properly aligned, which is very obvious when all the numbers are the same ones, as in the following screenshot: ...
See, for example, [registerAdminConsoleCustomSetting](https://developers.mattermost.com/extend/plugins/webapp/reference/#registerAdminConsoleCustomSetting), where `showTitle` is missing:  This happens because the default parameters have a different structure in the AST returned by the parser.
When a thread is wrangled, the followers are not respected, so if I was following a thread in channel A and it's moved to channel B, I stop following it....
#### Summary There was an artificial limitation on the number of instances allowed in the OpenSearch Service domain, which this PR removes. This, in turn, surfaced an error in the...
#### Summary When running newer versions of the load-test against older versions of Mattermost, many of the actions that the agents perform are not implemented in the server, which artificially...
#### Summary Just some Friday night fun to generate the sample config files automatically, since I found some discrepancies earlier this week and thought this was going to get out...
The build fails in Alpine Linux with the following error: ``` mysql_fdw.c: In function 'mysql_load_library': mysql_fdw.c:217:56: error: 'RTLD_DEEPBIND' undeclared (first use in this function); did you mean 'RTLD_DEFAULT'? mysql_dll_handle =...
#### Summary Bumping versions in master as well. (My kingdom for https://mattermost.atlassian.net/browse/CLD-7570) #### Ticket Link --