diff options
author | evgen@sunlight.local <> | 2006-08-09 02:49:29 +0400 |
---|---|---|
committer | evgen@sunlight.local <> | 2006-08-09 02:49:29 +0400 |
commit | 0d6996010c5d695a3c91a2306f039c6bbe24285b (patch) | |
tree | d3677af0311c695e32ef6490310663287f0f2054 /sql/sql_view.h | |
parent | 21f7f347762079fe907574fc73e6b549f4749d9e (diff) | |
parent | 1250b06ac910e66f3d3a06d3ed7fcc9172e7e5a7 (diff) | |
download | mariadb-git-0d6996010c5d695a3c91a2306f039c6bbe24285b.tar.gz |
Merge sunlight.local:/local_work/leak_fix_orig
into sunlight.local:/local_work/leak_fix-5.1-mysql
Diffstat (limited to 'sql/sql_view.h')
-rw-r--r-- | sql/sql_view.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_view.h b/sql/sql_view.h index 1e3e5f4aa73..7e54d57cfdf 100644 --- a/sql/sql_view.h +++ b/sql/sql_view.h @@ -19,7 +19,8 @@ bool mysql_create_view(THD *thd, enum_view_create_mode mode); -bool mysql_make_view(THD *thd, File_parser *parser, TABLE_LIST *table); +bool mysql_make_view(THD *thd, File_parser *parser, TABLE_LIST *table, + uint flags); bool mysql_drop_view(THD *thd, TABLE_LIST *view, enum_drop_mode drop_mode); |