Skip to content

Commit

Permalink
fix sharing result
Browse files Browse the repository at this point in the history
  • Loading branch information
xudong963 committed Dec 20, 2023
1 parent 9e4feb7 commit 71e4876
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ alter table drop column and query table data again
1
1
drop shared table and query data from share
ERROR 1105 (HY000) at line 1: UnknownTable. Code: 1025, Text = error:
ERROR 1105 (HY000) at line 1: UnknownTable. Code: 1025, Text = error:
--> SQL:1:15
|
1 | SELECT * FROM shared_db.t1
| ^^^^^^^^^^^^ Unknown table `shared_db`.`t1` in catalog 'default'

.
ERROR 1105 (HY000) at line 1: UnknownTable. Code: 1025, Text = error:
ERROR 1105 (HY000) at line 1: UnknownTable. Code: 1025, Text = error:
--> SQL:1:15
|
1 | SELECT * FROM shared_db.t1
Expand Down

0 comments on commit 71e4876

Please sign in to comment.