mirror of https://github.com/MariaDB/server
Browse Source
SHOW FIELDS FROM a view with no valid definer was possible (since fix for Bug#26817), but gave NULL as a field-type. This led to mysqldump-ing of such views being successful, but loading such a dump with the client failing. Patch allows SHOW FIELDS to give data-type of field in underlying table.pull/73/head
2 changed files with 6 additions and 4 deletions
Loading…
Reference in new issue