diff options
author | Konstantin Osipov <kostja@sun.com> | 2010-10-27 22:57:44 +0400 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2010-10-27 22:57:44 +0400 |
commit | 09b07bfae183383f773983c1da11ec0648f79eb0 (patch) | |
tree | 7fd1abe30a3cb5a9930f99cdb0935a05e1a16767 | |
parent | a12de3d00d6d5cb6a795c5671bf42c39745c49cc (diff) | |
download | mariadb-git-09b07bfae183383f773983c1da11ec0648f79eb0.tar.gz |
Remove a dead declaration.
-rw-r--r-- | sql/sql_base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_base.h b/sql/sql_base.h index 7ae3971942b..00f335ab209 100644 --- a/sql/sql_base.h +++ b/sql/sql_base.h @@ -243,7 +243,6 @@ bool open_tables(THD *thd, TABLE_LIST **tables, uint *counter, uint flags, bool open_and_lock_tables(THD *thd, TABLE_LIST *tables, bool derived, uint flags, Prelocking_strategy *prelocking_strategy); -int open_and_lock_tables_derived(THD *thd, TABLE_LIST *tables, bool derived); /* simple open_and_lock_tables without derived handling for single table */ TABLE *open_n_lock_single_table(THD *thd, TABLE_LIST *table_l, thr_lock_type lock_type, uint flags, |