go-mysql-server
go-mysql-server copied to clipboard
Not filtering some system tables
Unable to filter show databases, and fake filters seem to not be applied
(base) $ dolt sql -q "show databases where nothing = 'something' "
+--------------------+
| Database |
+--------------------+
| information_schema |
| mnist_blog |
+--------------------+