mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table
This commit is contained in:
@@ -533,8 +533,7 @@ extern TYPELIB myisam_stats_method_typelib;
|
||||
#define ha_supports_generate(T) (T != DB_TYPE_INNODB && \
|
||||
T != DB_TYPE_BERKELEY_DB && \
|
||||
T != DB_TYPE_ARCHIVE_DB && \
|
||||
T != DB_TYPE_FEDERATED_DB && \
|
||||
T != DB_TYPE_NDBCLUSTER)
|
||||
T != DB_TYPE_FEDERATED_DB)
|
||||
|
||||
bool ha_caching_allowed(THD* thd, char* table_key,
|
||||
uint key_length, uint8 cache_type);
|
||||
|
||||
Reference in New Issue
Block a user