empty commit

This commit is contained in:
Nikita Mikhaylov 2019-08-13 00:45:59 +03:00
parent 8328a06eec
commit 4be51007c5

View File

@ -387,6 +387,7 @@ void DatabaseOrdinary::renameTable(
throw Exception("Moving tables between databases of different engines is not supported", ErrorCodes::NOT_IMPLEMENTED);
StoragePtr table = tryGetTable(context, table_name);
if (!table)
throw Exception("Table " + name + "." + table_name + " doesn't exist.", ErrorCodes::UNKNOWN_TABLE);