mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 12:45:41 +02:00
Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table
This commit is contained in:
parent
445e828785
commit
22e3b0c66f
4 changed files with 37 additions and 18 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue