You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is this needed:
The tables in ARANA means 'logical tables' instead of 'physical tables', we need to handle it. For example, we have student_0000..student0031, the actual result should be student.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
The statement of
SHOW TABLES
should only list those logical tables and non-sharding tables.Please see the official manual, https://dev.mysql.com/doc/refman/5.7/en/show-tables.html
Why is this needed:
The tables in ARANA means 'logical tables' instead of 'physical tables', we need to handle it. For example, we have
student_0000..student0031
, the actual result should bestudent
.The text was updated successfully, but these errors were encountered: