diff options
author | brian@zim.(none) <> | 2005-08-29 15:26:05 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2005-08-29 15:26:05 -0700 |
commit | b4208c569a575f3d1852ff0f313539adcc046cd9 (patch) | |
tree | ff03703449d0a68dde293806d582c80e959bea0f /sql/handler.h | |
parent | c019e40ff0b05bc7233fbfbd4a8ce37a4673664b (diff) | |
parent | 4e9931752ee7c571afbf33420350fa56990c9c2a (diff) | |
download | mariadb-git-b4208c569a575f3d1852ff0f313539adcc046cd9.tar.gz |
Update for delete_all_rows() which will be used for TRUNCATE and DELETE support.
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h index ef45676207b..47d35582189 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -824,6 +824,8 @@ extern ulong total_ha, total_ha_2pc; #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) /* lookups */ |