diff options
author | acurtis@xiphis.org <> | 2006-05-09 13:34:31 -0700 |
---|---|---|
committer | acurtis@xiphis.org <> | 2006-05-09 13:34:31 -0700 |
commit | 7c9b4c27921967525941e57cca0287edf28f3a5d (patch) | |
tree | 3d8cfd944c559a434f95a37ce231dc1dea6ca886 /sql/handler.h | |
parent | 91031fc2bc34c5bb020e2696e7f519a98b71e774 (diff) | |
parent | 47e89f208a25652ec93529eb7dc4944ec5a73659 (diff) | |
download | mariadb-git-7c9b4c27921967525941e57cca0287edf28f3a5d.tar.gz |
Merge acurtis@bk-internal:/home/bk/mysql-5.0-engines
into xiphis.org:/home/antony/work2/p1-bug10952.1
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h index eee15fc3576..31aac075a5e 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -409,6 +409,7 @@ struct show_table_alias_st { #define HTON_ALTER_NOT_SUPPORTED (1 << 1) //Engine does not support alter #define HTON_CAN_RECREATE (1 << 2) //Delete all is used fro truncate #define HTON_HIDDEN (1 << 3) //Engine does not appear in lists +#define HTON_ALTER_CANNOT_CREATE (1 << 4) //Cannot use alter to create typedef struct st_thd_trans { |