Commit e8448851 authored by Georgi Kodinov's avatar Georgi Kodinov

merged 5.1-5.1.29-rc -> 5.1-bugteam

parents 2e13a000 9e71cd43
......@@ -1732,6 +1732,12 @@ public:
but we don't have a primary key
*/
virtual void use_hidden_primary_key();
virtual uint alter_table_flags(uint flags)
{
if (ht->alter_table_flags)
return ht->alter_table_flags(flags);
return 0;
}
protected:
/* Service methods for use by storage engines. */
......
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