Update MySQLHandler.cpp

This commit is contained in:
alexey-milovidov 2019-12-03 02:20:58 +03:00 committed by GitHub
parent b08446a8c5
commit 972156066d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ");
}