New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exporting a view structure based on another view with a sub-query throws no database selected error #13788
Comments
|
Same problem here. Please fix it, because it's really annoying. I am working on 3 different machines. And use GIT and I have to export database manualy every time I change it. |
|
Same problem here. Pls. fix!!!! |
|
@martinsiemens @AdamJachocki I am working on this issue today :) NotesQuery does not work on |
|
Adding a USE `dbnamehere`;before SHOW CREATE TABLE `mydatabase`.`v2`
-- SHOW CREATE VIEW `mydatabase`.`v2` also workssolves the issue ( |
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
@williamdes I think it's better to not add a milestone until the pull request is merged. |
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
@ibennetch Okay :) |
Fix #13788 - Exporting a view structure, no database selected error Signed-off-by: William Desportes <williamdes@wdes.fr>
Steps to reproduce
Expected behaviour
It should export the structure of view v2.
Actual behaviour
Server configuration
Operating system:
Linux 3.10.0-693.2.2.el7.x86_64 #1 SMP Tue Sep 12 22:26:13 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Web server:
Apache/2.4.6
Database:
mysql Ver 14.14 Distrib 5.7.19, for Linux (x86_64) using EditLine wrapper
PHP version:
PHP 5.6.31 (cli) (built: Jul 7 2017 08:13:42)
phpMyAdmin version:
4.7.4
Client configuration
Browser:
Chrome 61.0.3163.100 (Official Build) (64-bit)
Operating system:
Windows 7
The text was updated successfully, but these errors were encountered: