Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Using fqn in SHOW CREATE TABLE errors #662

Closed
mcuadros opened this issue Apr 8, 2019 · 0 comments
Closed

Using fqn in SHOW CREATE TABLE errors #662

mcuadros opened this issue Apr 8, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mcuadros
Copy link
Contributor

mcuadros commented Apr 8, 2019

SHOW CREATE TABLE `gitbase`.`blobs`;

Errors with the following error: ERROR 1105 (HY000): unknown error: expecting "EOF" but got '.' instead

@erizocosmico erizocosmico self-assigned this Apr 9, 2019
@erizocosmico erizocosmico transferred this issue from src-d/gitbase Apr 9, 2019
@erizocosmico erizocosmico added the bug Something isn't working label Apr 9, 2019
erizocosmico added a commit to erizocosmico/go-mysql-server that referenced this issue Apr 9, 2019
Fixes src-d#662

Table names in SHOW CREATE TABLE may be qualified with the database
name. This PR adds support for optional database qualifier on SHOW
CREATE TABLE statement.

Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants