Commit c85698cd authored by Nikita Malyavin's avatar Nikita Malyavin

fix doc for ha_check_overlaps

parent 87c2db37
......@@ -3261,7 +3261,7 @@ class handler :public Sql_alloc
DBUG_ASSERT(cached_table_flags < (HA_LAST_TABLE_FLAG << 1));
return cached_table_flags;
}
/** PRIMARY KEY WITHOUT OVERLAPS check is done globally */
/** PRIMARY KEY/UNIQUE WITHOUT OVERLAPS check */
int ha_check_overlaps(const uchar *old_data, const uchar* new_data);
/**
These functions represent the public interface to *users* of the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment