go-mysql-server
go-mysql-server copied to clipboard
Add support for VIEWs in SHOW TABLES statements
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
ShowTablesnode. - Adapt the test in
ShowTables(that relied on the expected order) to sort the rows after they are received.