diff options
author | kostja@bodhi.local <> | 2006-08-02 21:54:10 +0400 |
---|---|---|
committer | kostja@bodhi.local <> | 2006-08-02 21:54:10 +0400 |
commit | 1b145118b92509b290e23adf30e64ffab8de9b7d (patch) | |
tree | 3241b2854c0aa8cee9250880ef30eb407e84e7ec /sql/table.h | |
parent | 3d3bf24a937acd0fb7802dcd15ceec2bdb93feb4 (diff) | |
parent | 83896aa8f6b4a4df9702a1ed8ec48415a554b72a (diff) | |
download | mariadb-git-1b145118b92509b290e23adf30e64ffab8de9b7d.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into bodhi.local:/opt/local/work/mysql-5.0-runtime-merge
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h index 5a0cf1fdc12..8c2ad8d8fdf 100644 --- a/sql/table.h +++ b/sql/table.h @@ -360,6 +360,10 @@ typedef struct st_schema_table #define VIEW_ALGORITHM_TMPTABLE 1 #define VIEW_ALGORITHM_MERGE 2 +#define VIEW_SUID_INVOKER 0 +#define VIEW_SUID_DEFINER 1 +#define VIEW_SUID_DEFAULT 2 + /* view WITH CHECK OPTION parameter options */ #define VIEW_CHECK_NONE 0 #define VIEW_CHECK_LOCAL 1 |