mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
merged 5.1-5.1.29-rc -> 5.1-bugteam
This commit is contained in:
commit
ff51733a67
1 changed files with 6 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue