Alejandro García Montoro

Results 16 issues of 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: ![image](https://user-images.githubusercontent.com/3924815/96700014-38418080-138f-11eb-9d7d-32a269f9518d.png)...

Help Wanted
Hacktoberfest
Good First Issue
Difficulty/1:Easy

See, for example, [registerAdminConsoleCustomSetting](https://developers.mattermost.com/extend/plugins/webapp/reference/#registerAdminConsoleCustomSetting), where `showTitle` is missing: ![image](https://user-images.githubusercontent.com/3924815/82805428-4e045580-9e84-11ea-8147-57a36ebf9aad.png) This happens because the default parameters have a different structure in the AST returned by the parser.

Type/Bug
Help Wanted
Up For Grabs
difficulty/2:Medium

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....

good first issue

#### 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...

2: Dev Review

#### 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...

2: Dev Review

#### 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...

2: Dev Review

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 --

2: Dev Review