1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

fix build

This commit is contained in:
Eugene Kosov
2019-07-05 18:27:44 +03:00
parent c6dff51276
commit fb3998c351
2 changed files with 2 additions and 2 deletions

View File

@@ -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 )

View File

@@ -85,7 +85,7 @@ public:
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 );