go-mysql-server icon indicating copy to clipboard operation
go-mysql-server copied to clipboard

Add support for VIEWs in SHOW TABLES statements

Open agarciamontoro opened this issue 6 years ago • 0 comments

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 node.
  • Adapt the test in ShowTables (that relied on the expected order) to sort the rows after they are received.

agarciamontoro avatar Oct 29 '19 14:10 agarciamontoro