1
0
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:
mskold@mysql.com
2006-06-02 07:26:45 +02:00
parent 48a568cef6
commit 39b50ce0d2
4 changed files with 37 additions and 18 deletions

View File

@@ -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);