mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update MySQLHandler.cpp
This commit is contained in:
parent
b08446a8c5
commit
972156066d
@ -382,6 +382,6 @@ const String MySQLHandler::show_table_status_replacement_query("SELECT"
|
||||
" '' AS Create_options,"
|
||||
" '' AS Comment"
|
||||
" FROM system.tables"
|
||||
" WHERE name=");
|
||||
" WHERE name LIKE ");
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user