Index: sql/meta_table.h |
=================================================================== |
--- sql/meta_table.h (revision 124285) |
+++ sql/meta_table.h (working copy) |
@@ -68,6 +68,9 @@ |
bool GetValue(const char* key, int* value); |
bool GetValue(const char* key, int64* value); |
+ // Deletes the key from the table. |
+ bool DeleteKey(const char* key); |
+ |
private: |
// Conveniences to prepare the two types of statements used by |
// MetaTableHelper. |