dbms: development.

This commit is contained in:
Alexey Milovidov 2009-07-24 16:56:06 +00:00
parent 5442c79092
commit 37be72412b

View File

@ -83,7 +83,6 @@ int main(int argc, char ** argv)
} }
/// читаем таблицу /// читаем таблицу
DB::AggregatedRowSet data_read;
{ {
DB::Row key; DB::Row key;
Poco::SharedPtr<DB::ITablePartReader> reader(column_group0.primary_key->read(key)); Poco::SharedPtr<DB::ITablePartReader> reader(column_group0.primary_key->read(key));