mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 11:36:54 +00:00
column_specification::name is a shared pointer, so it should be dereferenced before printing - because we want to print the name, not the pointer. Fix a few instances of this mistake in prepare_expr.cc. Other instances were already correct. Signed-off-by: Nadav Har'El <nyh@scylladb.com>