Loading sql/handler.h +6 −0 Original line number Diff line number Diff line Loading @@ -1732,6 +1732,12 @@ class handler :public Sql_alloc 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 Loading
sql/handler.h +6 −0 Original line number Diff line number Diff line Loading @@ -1732,6 +1732,12 @@ class handler :public Sql_alloc 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