| 115 | } |
| 116 | |
| 117 | void StorageInMemoryMetadata::setComment(const String & comment_) |
| 118 | { |
| 119 | comment = comment_; |
| 120 | } |
| 121 | |
| 122 | void StorageInMemoryMetadata::setSQLSecurity(const ASTSQLSecurity & sql_security) |
| 123 | { |
no outgoing calls
no test coverage detected