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 | 881da26b838553832afa5ca8243d7e3c7cf505c0 (patch) | |
tree | 7fd1abe30a3cb5a9930f99cdb0935a05e1a16767 /sql | |
parent | b8a81fc6aab2e0e8041d1d126025276f97ffb516 (diff) | |
download | mariadb-git-881da26b838553832afa5ca8243d7e3c7cf505c0.tar.gz |
Remove a dead declaration.
Diffstat (limited to 'sql')
-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, |