merged 5.1-5.1.29-rc -> 5.1-bugteam
This commit is contained in:
commit
e8448851e2
@ -1732,6 +1732,12 @@ public:
|
|||||||
but we don't have a primary key
|
but we don't have a primary key
|
||||||
*/
|
*/
|
||||||
virtual void use_hidden_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:
|
protected:
|
||||||
/* Service methods for use by storage engines. */
|
/* Service methods for use by storage engines. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user