diff options
author | unknown <kostja@bodhi.(none)> | 2007-07-06 16:22:11 +0400 |
---|---|---|
committer | unknown <kostja@bodhi.(none)> | 2007-07-06 16:22:11 +0400 |
commit | a64be676a4cd799c7b7259d950df7040879a8889 (patch) | |
tree | 60c99a5d1f0a05cfaa989edbbb65c34e30d2e94c /sql/sql_lex.h | |
parent | e8966deecc0eda77c5b94c6f0004cc2159dbd158 (diff) | |
parent | 360a5ebc378f514f824d585545459ebfab6dc06f (diff) | |
download | mariadb-git-a64be676a4cd799c7b7259d950df7040879a8889.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtime
into bodhi.(none):/opt/local/work/mysql-5.0-runtime
sql/sql_lex.cc:
Auto merged
sql/sql_lex.h:
Auto merged
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 3f55b3baae1..25a6c31e21c 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -1198,7 +1198,7 @@ typedef struct st_lex : public Query_tables_list bool can_not_use_merged(); bool only_view_structure(); bool need_correct_ident(); - uint8 get_effective_with_check(st_table_list *view); + uint8 get_effective_with_check(TABLE_LIST *view); /* Is this update command where 'WHITH CHECK OPTION' clause is important |