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
Notice @ Relations View #15591
Comments
|
@OlafvdSpek can you please send the table structure so I can understand what I am fixing ? |
|
And if It could affect 4.9 |
CREATE TABLE `pma__bookmark` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`dbase` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`user` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`label` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT '',
`query` text COLLATE utf8_bin NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Bookmarks' |
|
Thank you, reproduced ! |
This comment is posted automatically by phpMyAdmin's error-reporting-server. |
This comment is posted automatically by phpMyAdmin's error-reporting-server. |
|
This issue occurs on 4.9 when user has column level privileges and tries to see the relations. |
Signed-off-by: William Desportes <williamdes@wdes.fr>
V: 5.0+snapshot
The text was updated successfully, but these errors were encountered: