← Back to team overview

maria-developers team mailing list archive

Rev 2736: Fix compile failure in file:///home/psergey/dev/maria-5.2-dsmrr/

 

At file:///home/psergey/dev/maria-5.2-dsmrr/

------------------------------------------------------------
revno: 2736
revision-id: psergey@xxxxxxxxxxxx-20091215213555-h15367vp2hjei1da
parent: psergey@xxxxxxxxxxxx-20091215172355-m8gr6zzr3r8m399y
committer: Sergey Petrunya <psergey@xxxxxxxxxxxx>
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);