At file:///home/psergey/dev/maria-5.2-dsmrr/ ------------------------------------------------------------ revno: 2736 revision-id: [email protected] parent: [email protected] committer: Sergey Petrunya <[email protected]> branch nick: maria-5.2-dsmrr timestamp: Wed 2009-12-16 00:35:55 +0300 message: Fix compile failure === modified file 'sql/ds_mrr.h' --- a/sql/ds_mrr.h 2009-12-15 17:23:55 +0000 +++ b/sql/ds_mrr.h 2009-12-15 21:35:55 +0000 @@ -69,5 +69,3 @@ uint *buffer_size, COST_VECT *cost); }; -void push_index_cond(JOIN_TAB *tab, uint keyno, bool other_tbls_ok); -
=== modified file 'sql/sql_select.h' --- a/sql/sql_select.h 2009-12-15 17:23:55 +0000 +++ b/sql/sql_select.h 2009-12-15 21:35:55 +0000 @@ -780,4 +780,5 @@ void eliminate_tables(JOIN *join); +void push_index_cond(JOIN_TAB *tab, uint keyno, bool other_tbls_ok); _______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

