Commit fb3998c3 authored by Eugene Kosov's avatar Eugene Kosov

fix build

parent c6dff512
...@@ -2317,7 +2317,7 @@ int ha_sphinx::extra ( enum ha_extra_function op ) ...@@ -2317,7 +2317,7 @@ int ha_sphinx::extra ( enum ha_extra_function op )
} }
int ha_sphinx::write_row ( byte * ) int ha_sphinx::write_row ( const byte * )
{ {
SPH_ENTER_METHOD(); SPH_ENTER_METHOD();
if ( !m_pShare || !m_pShare->m_bSphinxQL ) if ( !m_pShare || !m_pShare->m_bSphinxQL )
......
...@@ -85,7 +85,7 @@ class ha_sphinx : public handler ...@@ -85,7 +85,7 @@ class ha_sphinx : public handler
int open ( const char * name, int mode, uint test_if_locked ); int open ( const char * name, int mode, uint test_if_locked );
int close (); int close ();
int write_row ( byte * buf ); int write_row ( const byte * buf );
int update_row ( const byte * old_data, const byte * new_data ); int update_row ( const byte * old_data, const byte * new_data );
int delete_row ( const byte * buf ); int delete_row ( const byte * buf );
int extra ( enum ha_extra_function op ); int extra ( enum ha_extra_function op );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment