DoesTableOrIndexExist 792 sql/connection.cc return DoesTableOrIndexExist(table_name, "table"); DoesTableOrIndexExist 796 sql/connection.cc return DoesTableOrIndexExist(index_name, "index"); DoesTableOrIndexExist 442 sql/connection.h bool DoesTableOrIndexExist(const char* name, const char* type) const;