mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 08:23:29 +00:00
From Pekka: This patch series implements support for CQL DROP TABLE. It uses the newly added truncate infrastructure under the hood. After this series, the test_table CQL test in dtest passes: [penberg@nero urchin-dtest]$ nosetests -v cql_tests.py:TestCQL.table_test table_test (cql_tests.TestCQL) ... ok ---------------------------------------------------------------------- Ran 1 test in 23.841s OK